diff --git a/README.md b/README.md index 7b190ab60..fdd553cdd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for Snowflake-Labs/snowflake provider version 1.0.1 +# CDKTF prebuilt bindings for Snowflake-Labs/snowflake provider version 1.0.2 -This repo builds and publishes the [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/1.0.1/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/1.0.2/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/1.0.1) +- [Terraform snowflake provider](https://registry.terraform.io/providers/Snowflake-Labs/snowflake/1.0.2) - [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 a6dcc4cd3..1763f4e9d 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/1.0.1/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}. #### Initializers @@ -544,7 +544,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/1.0.1/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/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1168,7 +1168,7 @@ new AccountConfig { | AdminUserType | string | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. | | Comment | string | Specifies a comment for the account. | | FirstName | string | First name of the initial administrative user of the account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. | | IsOrgAdmin | string | Sets an account property that determines whether the ORGADMIN role is enabled in the account. | | LastName | string | Last name of the initial administrative user of the account. | | MustChangePassword | string | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | @@ -1259,7 +1259,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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} --- @@ -1275,7 +1275,7 @@ Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition} --- @@ -1291,7 +1291,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} --- @@ -1307,7 +1307,7 @@ Specifies the number of days during which the account can be restored (“undrop The minimum is 3 days and the maximum is 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1321,7 +1321,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} --- @@ -1337,7 +1337,7 @@ Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} --- @@ -1353,7 +1353,7 @@ Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1369,7 +1369,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} --- @@ -1383,7 +1383,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/1.0.1/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} --- @@ -1399,7 +1399,7 @@ First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} --- @@ -1411,7 +1411,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1430,7 +1430,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} --- @@ -1446,7 +1446,7 @@ Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name} --- @@ -1462,7 +1462,7 @@ Specifies whether the new user created to administer the account is forced to ch This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1476,7 +1476,7 @@ public string Region { get; set; } [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} --- @@ -1492,7 +1492,7 @@ ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.go.md b/docs/account.go.md index 19c8ff469..0a3769cc9 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/1.0.1/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}. #### Initializers @@ -544,7 +544,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/1.0.1/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/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1168,7 +1168,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/account" | AdminUserType | *string | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. | | Comment | *string | Specifies a comment for the account. | | FirstName | *string | First name of the initial administrative user of the account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. | | IsOrgAdmin | *string | Sets an account property that determines whether the ORGADMIN role is enabled in the account. | | LastName | *string | Last name of the initial administrative user of the account. | | MustChangePassword | *string | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | @@ -1259,7 +1259,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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} --- @@ -1275,7 +1275,7 @@ Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition} --- @@ -1291,7 +1291,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} --- @@ -1307,7 +1307,7 @@ Specifies the number of days during which the account can be restored (“undrop The minimum is 3 days and the maximum is 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1321,7 +1321,7 @@ Name *string Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} --- @@ -1337,7 +1337,7 @@ Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} --- @@ -1353,7 +1353,7 @@ Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1369,7 +1369,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} --- @@ -1383,7 +1383,7 @@ Comment *string Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} --- @@ -1399,7 +1399,7 @@ First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} --- @@ -1411,7 +1411,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1430,7 +1430,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} --- @@ -1446,7 +1446,7 @@ Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name} --- @@ -1462,7 +1462,7 @@ Specifies whether the new user created to administer the account is forced to ch This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1476,7 +1476,7 @@ Region *string [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} --- @@ -1492,7 +1492,7 @@ ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.java.md b/docs/account.java.md index 3b7c447d1..1d1dcc16d 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/1.0.1/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}. #### Initializers @@ -63,7 +63,7 @@ Account.Builder.create(Construct scope, java.lang.String id) | adminUserType | java.lang.String | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. | | comment | java.lang.String | Specifies a comment for the account. | | firstName | java.lang.String | First name of the initial administrative user of the account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. | | isOrgAdmin | java.lang.String | Sets an account property that determines whether the ORGADMIN role is enabled in the account. | | lastName | java.lang.String | Last name of the initial administrative user of the account. | | mustChangePassword | java.lang.String | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | @@ -140,7 +140,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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} --- @@ -152,7 +152,7 @@ Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition} --- @@ -164,7 +164,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} --- @@ -176,7 +176,7 @@ Specifies the number of days during which the account can be restored (“undrop The minimum is 3 days and the maximum is 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} --- @@ -198,7 +198,7 @@ Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} --- @@ -210,7 +210,7 @@ Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -222,7 +222,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} --- @@ -232,7 +232,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/1.0.1/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} --- @@ -244,7 +244,7 @@ First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} --- @@ -252,7 +252,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/1.0.1/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -267,7 +267,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} --- @@ -279,7 +279,7 @@ Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name} --- @@ -291,7 +291,7 @@ Specifies whether the new user created to administer the account is forced to ch This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} --- @@ -301,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} --- @@ -313,7 +313,7 @@ ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} --- @@ -817,7 +817,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/1.0.1/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/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1445,7 +1445,7 @@ AccountConfig.builder() | adminUserType | java.lang.String | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. | | comment | java.lang.String | Specifies a comment for the account. | | firstName | java.lang.String | First name of the initial administrative user of the account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. | | isOrgAdmin | java.lang.String | Sets an account property that determines whether the ORGADMIN role is enabled in the account. | | lastName | java.lang.String | Last name of the initial administrative user of the account. | | mustChangePassword | java.lang.String | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | @@ -1536,7 +1536,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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} --- @@ -1552,7 +1552,7 @@ Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition} --- @@ -1568,7 +1568,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} --- @@ -1584,7 +1584,7 @@ Specifies the number of days during which the account can be restored (“undrop The minimum is 3 days and the maximum is 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1598,7 +1598,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} --- @@ -1614,7 +1614,7 @@ Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} --- @@ -1630,7 +1630,7 @@ Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1646,7 +1646,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} --- @@ -1660,7 +1660,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/1.0.1/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} --- @@ -1676,7 +1676,7 @@ First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} --- @@ -1688,7 +1688,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1707,7 +1707,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} --- @@ -1723,7 +1723,7 @@ Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name} --- @@ -1739,7 +1739,7 @@ Specifies whether the new user created to administer the account is forced to ch This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1753,7 +1753,7 @@ public java.lang.String getRegion(); [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} --- @@ -1769,7 +1769,7 @@ ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.python.md b/docs/account.python.md index f793d0556..f35fbb5a7 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/1.0.1/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}. #### Initializers @@ -61,7 +61,7 @@ account.Account( | admin_user_type | str | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. | | comment | str | Specifies a comment for the account. | | first_name | str | First name of the initial administrative user of the account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. | | is_org_admin | str | Sets an account property that determines whether the ORGADMIN role is enabled in the account. | | last_name | str | Last name of the initial administrative user of the account. | | must_change_password | str | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | @@ -138,7 +138,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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} --- @@ -150,7 +150,7 @@ Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition} --- @@ -162,7 +162,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} --- @@ -174,7 +174,7 @@ Specifies the number of days during which the account can be restored (“undrop The minimum is 3 days and the maximum is 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} --- @@ -196,7 +196,7 @@ Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} --- @@ -208,7 +208,7 @@ Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -220,7 +220,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} --- @@ -230,7 +230,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/1.0.1/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} --- @@ -242,7 +242,7 @@ First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} --- @@ -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/1.0.1/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -265,7 +265,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} --- @@ -277,7 +277,7 @@ Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name} --- @@ -289,7 +289,7 @@ Specifies whether the new user created to administer the account is forced to ch This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} --- @@ -311,7 +311,7 @@ ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} --- @@ -861,7 +861,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/1.0.1/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/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1485,7 +1485,7 @@ account.AccountConfig( | admin_user_type | str | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. | | comment | str | Specifies a comment for the account. | | first_name | str | First name of the initial administrative user of the account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. | | is_org_admin | str | Sets an account property that determines whether the ORGADMIN role is enabled in the account. | | last_name | str | Last name of the initial administrative user of the account. | | must_change_password | str | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | @@ -1576,7 +1576,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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} --- @@ -1592,7 +1592,7 @@ Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition} --- @@ -1608,7 +1608,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} --- @@ -1624,7 +1624,7 @@ Specifies the number of days during which the account can be restored (“undrop The minimum is 3 days and the maximum is 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1638,7 +1638,7 @@ name: str Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} --- @@ -1654,7 +1654,7 @@ Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} --- @@ -1670,7 +1670,7 @@ Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1686,7 +1686,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} --- @@ -1700,7 +1700,7 @@ comment: str Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} --- @@ -1716,7 +1716,7 @@ First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} --- @@ -1728,7 +1728,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1747,7 +1747,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} --- @@ -1763,7 +1763,7 @@ Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name} --- @@ -1779,7 +1779,7 @@ Specifies whether the new user created to administer the account is forced to ch This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1793,7 +1793,7 @@ region: str [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} --- @@ -1809,7 +1809,7 @@ ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/account.typescript.md b/docs/account.typescript.md index 5afc954b4..a51aaca78 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/1.0.1/docs/resources/account snowflake_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account}. #### Initializers @@ -544,7 +544,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/1.0.1/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/1.0.2/docs/resources/account#import import section} in the documentation of this resource for the id to use --- @@ -1144,7 +1144,7 @@ const accountConfig: account.AccountConfig = { ... } | adminUserType | string | Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. | | comment | string | Specifies a comment for the account. | | firstName | string | First name of the initial administrative user of the account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#id Account#id}. | | isOrgAdmin | string | Sets an account property that determines whether the ORGADMIN role is enabled in the account. | | lastName | string | Last name of the initial administrative user of the account. | | mustChangePassword | string | Specifies whether the new user created to administer the account is forced to change their password upon first login into the account. | @@ -1235,7 +1235,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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} --- @@ -1251,7 +1251,7 @@ Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#edition Account#edition} --- @@ -1267,7 +1267,7 @@ Email address of the initial administrative user of the account. This email address is used to send any notifications about the account. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} --- @@ -1283,7 +1283,7 @@ Specifies the number of days during which the account can be restored (“undrop The minimum is 3 days and the maximum is 90 days. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#grace_period_in_days Account#grace_period_in_days} --- @@ -1297,7 +1297,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} --- @@ -1313,7 +1313,7 @@ Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} --- @@ -1329,7 +1329,7 @@ Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} --- @@ -1345,7 +1345,7 @@ Used for setting the type of the first user that is assigned the ACCOUNTADMIN ro Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} --- @@ -1359,7 +1359,7 @@ public readonly comment: string; Specifies a comment for the account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} --- @@ -1375,7 +1375,7 @@ First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} --- @@ -1387,7 +1387,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#id Account#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1406,7 +1406,7 @@ Sets an account property that determines whether the ORGADMIN role is enabled in Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} --- @@ -1422,7 +1422,7 @@ Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#last_name Account#last_name} --- @@ -1438,7 +1438,7 @@ Specifies whether the new user created to administer the account is forced to ch This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} --- @@ -1452,7 +1452,7 @@ public readonly region: string; [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} --- @@ -1468,7 +1468,7 @@ ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} --- diff --git a/docs/accountAuthenticationPolicyAttachment.csharp.md b/docs/accountAuthenticationPolicyAttachment.csharp.md index c8c917070..325739a34 100644 --- a/docs/accountAuthenticationPolicyAttachment.csharp.md +++ b/docs/accountAuthenticationPolicyAttachment.csharp.md @@ -4,7 +4,7 @@ ### AccountAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic The id of the existing AccountAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_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/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -745,7 +745,7 @@ new AccountAuthenticationPolicyAttachmentConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | AuthenticationPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | --- @@ -829,7 +829,7 @@ public string AuthenticationPolicy { get; set; } Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_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/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountAuthenticationPolicyAttachment.go.md b/docs/accountAuthenticationPolicyAttachment.go.md index ae34066a9..ca87cacca 100644 --- a/docs/accountAuthenticationPolicyAttachment.go.md +++ b/docs/accountAuthenticationPolicyAttachment.go.md @@ -4,7 +4,7 @@ ### AccountAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic The id of the existing AccountAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_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/1.0.2/docs/resources/account_authentication_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/v12/accountauthen | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | AuthenticationPolicy | *string | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | --- @@ -829,7 +829,7 @@ AuthenticationPolicy *string Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} --- @@ -841,7 +841,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountAuthenticationPolicyAttachment.java.md b/docs/accountAuthenticationPolicyAttachment.java.md index f302ce9d5..e03edfa1f 100644 --- a/docs/accountAuthenticationPolicyAttachment.java.md +++ b/docs/accountAuthenticationPolicyAttachment.java.md @@ -4,7 +4,7 @@ ### AccountAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. #### Initializers @@ -40,7 +40,7 @@ AccountAuthenticationPolicyAttachment.Builder.create(Construct scope, java.lang. | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | authenticationPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_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/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 AccountAuthenticationPolic The id of the existing AccountAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_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/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -830,7 +830,7 @@ AccountAuthenticationPolicyAttachmentConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | authenticationPolicy | java.lang.String | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | --- @@ -914,7 +914,7 @@ public java.lang.String getAuthenticationPolicy(); Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_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/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountAuthenticationPolicyAttachment.python.md b/docs/accountAuthenticationPolicyAttachment.python.md index 986915907..a8bc78b34 100644 --- a/docs/accountAuthenticationPolicyAttachment.python.md +++ b/docs/accountAuthenticationPolicyAttachment.python.md @@ -4,7 +4,7 @@ ### AccountAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. #### Initializers @@ -38,7 +38,7 @@ accountAuthenticationPolicyAttachment.AccountAuthenticationPolicyAttachment( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | authentication_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | --- @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_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/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 AccountAuthenticationPolic The id of the existing AccountAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_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/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -870,7 +870,7 @@ accountAuthenticationPolicyAttachment.AccountAuthenticationPolicyAttachmentConfi | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | authentication_policy | str | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | --- @@ -954,7 +954,7 @@ authentication_policy: str Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} --- @@ -966,7 +966,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountAuthenticationPolicyAttachment.typescript.md b/docs/accountAuthenticationPolicyAttachment.typescript.md index 015f25c41..d45671c14 100644 --- a/docs/accountAuthenticationPolicyAttachment.typescript.md +++ b/docs/accountAuthenticationPolicyAttachment.typescript.md @@ -4,7 +4,7 @@ ### AccountAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AccountAuthenticationPolic The id of the existing AccountAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_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/1.0.2/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -735,7 +735,7 @@ const accountAuthenticationPolicyAttachmentConfig: accountAuthenticationPolicyAt | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | authenticationPolicy | string | Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. | --- @@ -819,7 +819,7 @@ public readonly authenticationPolicy: string; Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} --- @@ -831,7 +831,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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.csharp.md b/docs/accountParameter.csharp.md index fe390ba41..599c88da7 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/1.0.1/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | | Value | string | Value of account parameter, as a string. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -855,7 +855,7 @@ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key} --- @@ -871,7 +871,7 @@ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value} --- @@ -883,7 +883,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 b8b06e0bb..54832bf9d 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/1.0.1/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/accountparame | Provisioners | *[]interface{} | *No description.* | | Key | *string | Name of account parameter. | | Value | *string | Value of account parameter, as a string. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -855,7 +855,7 @@ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key} --- @@ -871,7 +871,7 @@ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value} --- @@ -883,7 +883,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 5d2b3f665..119f5b35a 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/1.0.1/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | | value | java.lang.String | Value of account parameter, as a string. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -114,7 +114,7 @@ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key} --- @@ -126,7 +126,7 @@ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value} --- @@ -134,7 +134,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/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -571,7 +571,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/1.0.1/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/1.0.2/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -870,7 +870,7 @@ AccountParameterConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | Name of account parameter. | | value | java.lang.String | Value of account parameter, as a string. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -956,7 +956,7 @@ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key} --- @@ -972,7 +972,7 @@ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value} --- @@ -984,7 +984,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 d8a80675f..25f7b9c5b 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/1.0.1/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | | value | str | Value of account parameter, as a string. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -112,7 +112,7 @@ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key} --- @@ -124,7 +124,7 @@ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#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/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -615,7 +615,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/1.0.1/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/1.0.2/docs/resources/account_parameter#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,7 @@ accountParameter.AccountParameterConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | Name of account parameter. | | value | str | Value of account parameter, as a string. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -996,7 +996,7 @@ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key} --- @@ -1012,7 +1012,7 @@ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value} --- @@ -1024,7 +1024,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 0042e19cf..6353d17a7 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/1.0.1/docs/resources/account_parameter snowflake_account_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | | value | string | Value of account parameter, as a string. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#id AccountParameter#id}. | --- @@ -844,7 +844,7 @@ Name of account parameter. Valid values are (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#key AccountParameter#key} --- @@ -860,7 +860,7 @@ Value of account parameter, as a string. Constraints are the same as those for the parameters in Snowflake documentation. The parameter values are validated in Snowflake. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value} --- @@ -872,7 +872,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#id AccountParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 d119f0cbf..a57fe85cd 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/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 cfcd2995d..559f2a677 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/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 ca986aa8f..68e4890f7 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/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 18b85e646..d8185f660 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/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 dac16b681..a15e1a20a 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/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/accountRole.csharp.md b/docs/accountRole.csharp.md index 290cc3cb0..97f11a021 100644 --- a/docs/accountRole.csharp.md +++ b/docs/accountRole.csharp.md @@ -4,7 +4,7 @@ ### AccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AccountRole to import. The id of the existing AccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use --- @@ -797,8 +797,8 @@ new AccountRoleConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | Name | string | Identifier for the role; | -| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. | --- @@ -884,7 +884,7 @@ Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name} --- @@ -896,7 +896,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. --- @@ -908,7 +908,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountRole.go.md b/docs/accountRole.go.md index 92ef7596f..4b092f5a4 100644 --- a/docs/accountRole.go.md +++ b/docs/accountRole.go.md @@ -4,7 +4,7 @@ ### AccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AccountRole to import. The id of the existing AccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use --- @@ -797,8 +797,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/accountrole" | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | Name | *string | Identifier for the role; | -| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. | --- @@ -884,7 +884,7 @@ Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name} --- @@ -896,7 +896,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. --- @@ -908,7 +908,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountRole.java.md b/docs/accountRole.java.md index 1bc73d289..85691bd35 100644 --- a/docs/accountRole.java.md +++ b/docs/accountRole.java.md @@ -4,7 +4,7 @@ ### AccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}. #### Initializers @@ -41,8 +41,8 @@ AccountRole.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 | Identifier for the role; | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. | --- @@ -114,7 +114,7 @@ Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#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/1.0.1/docs/resources/account_role#comment AccountRole#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. --- @@ -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/1.0.1/docs/resources/account_role#id AccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -574,7 +574,7 @@ The construct id used in the generated config for the AccountRole to import. The id of the existing AccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use --- @@ -894,8 +894,8 @@ AccountRoleConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | name | java.lang.String | Identifier for the role; | -| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. | --- @@ -981,7 +981,7 @@ Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name} --- @@ -993,7 +993,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. --- @@ -1005,7 +1005,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountRole.python.md b/docs/accountRole.python.md index e155556e6..2a5999ee1 100644 --- a/docs/accountRole.python.md +++ b/docs/accountRole.python.md @@ -4,7 +4,7 @@ ### AccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}. #### Initializers @@ -39,8 +39,8 @@ accountRole.AccountRole( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Identifier for the role; | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. | --- @@ -112,7 +112,7 @@ Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#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/1.0.1/docs/resources/account_role#comment AccountRole#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. --- @@ -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/1.0.1/docs/resources/account_role#id AccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -618,7 +618,7 @@ The construct id used in the generated config for the AccountRole to import. The id of the existing AccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use --- @@ -934,8 +934,8 @@ accountRole.AccountRoleConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Identifier for the role; | -| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. | --- @@ -1021,7 +1021,7 @@ Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name} --- @@ -1033,7 +1033,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. --- @@ -1045,7 +1045,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/accountRole.typescript.md b/docs/accountRole.typescript.md index bb5ebeb5d..310e5f049 100644 --- a/docs/accountRole.typescript.md +++ b/docs/accountRole.typescript.md @@ -4,7 +4,7 @@ ### AccountRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AccountRole to import. The id of the existing AccountRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/account_role#import import section} in the documentation of this resource for the id to use --- @@ -786,8 +786,8 @@ const accountRoleConfig: accountRole.AccountRoleConfig = { ... } | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Identifier for the role; | -| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. | --- @@ -873,7 +873,7 @@ Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name} --- @@ -885,7 +885,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment}. --- @@ -897,7 +897,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 b3690a3f3..c8afd3b84 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/1.0.1/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -966,7 +966,7 @@ public AlertAlertScheduleCron Cron { get; set; } cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron} --- @@ -982,7 +982,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/1.0.1/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval} --- @@ -1020,7 +1020,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/1.0.1/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression} --- @@ -1034,7 +1034,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/1.0.1/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1086,7 +1086,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/1.0.1/docs/resources/alert#id Alert#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. | --- @@ -1170,7 +1170,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/1.0.1/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action} --- @@ -1184,7 +1184,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/1.0.1/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition} --- @@ -1198,7 +1198,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/1.0.1/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database} --- @@ -1214,7 +1214,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/1.0.1/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name} --- @@ -1228,7 +1228,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/1.0.1/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema} --- @@ -1242,7 +1242,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/1.0.1/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1256,7 +1256,7 @@ public AlertAlertSchedule AlertSchedule { get; set; } alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1270,7 +1270,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/1.0.1/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment} --- @@ -1284,7 +1284,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/1.0.1/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled} --- @@ -1296,7 +1296,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 0e771412e..215e9b046 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/1.0.1/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -966,7 +966,7 @@ Cron AlertAlertScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron} --- @@ -982,7 +982,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/1.0.1/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval} --- @@ -1020,7 +1020,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/1.0.1/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression} --- @@ -1034,7 +1034,7 @@ TimeZone *string Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1086,7 +1086,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/alert#id Alert#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. | --- @@ -1170,7 +1170,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/1.0.1/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action} --- @@ -1184,7 +1184,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/1.0.1/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition} --- @@ -1198,7 +1198,7 @@ Database *string The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database} --- @@ -1214,7 +1214,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/1.0.1/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name} --- @@ -1228,7 +1228,7 @@ Schema *string The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema} --- @@ -1242,7 +1242,7 @@ Warehouse *string The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1256,7 +1256,7 @@ AlertSchedule AlertAlertSchedule alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1270,7 +1270,7 @@ Comment *string Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment} --- @@ -1284,7 +1284,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/1.0.1/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled} --- @@ -1296,7 +1296,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 3c53facc6..b6a2baf65 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/1.0.1/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#id Alert#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -1146,7 +1146,7 @@ public AlertAlertScheduleCron getCron(); cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron} --- @@ -1162,7 +1162,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/1.0.1/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval} --- @@ -1200,7 +1200,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/1.0.1/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression} --- @@ -1214,7 +1214,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/1.0.1/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1271,7 +1271,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/1.0.1/docs/resources/alert#id Alert#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. | --- @@ -1355,7 +1355,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/1.0.1/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action} --- @@ -1369,7 +1369,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/1.0.1/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition} --- @@ -1383,7 +1383,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/1.0.1/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database} --- @@ -1399,7 +1399,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/1.0.1/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name} --- @@ -1413,7 +1413,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/1.0.1/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema} --- @@ -1427,7 +1427,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/1.0.1/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1441,7 +1441,7 @@ public AlertAlertSchedule getAlertSchedule(); alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1455,7 +1455,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/1.0.1/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment} --- @@ -1469,7 +1469,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/1.0.1/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled} --- @@ -1481,7 +1481,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 563c68064..627d1a4a7 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/1.0.1/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#id Alert#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -1208,7 +1208,7 @@ cron: AlertAlertScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron} --- @@ -1224,7 +1224,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/1.0.1/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval} --- @@ -1262,7 +1262,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/1.0.1/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression} --- @@ -1276,7 +1276,7 @@ time_zone: str Specifies the time zone for alert refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1328,7 +1328,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/1.0.1/docs/resources/alert#id Alert#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. | --- @@ -1412,7 +1412,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/1.0.1/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action} --- @@ -1426,7 +1426,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/1.0.1/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition} --- @@ -1440,7 +1440,7 @@ database: str The database in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database} --- @@ -1456,7 +1456,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/1.0.1/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name} --- @@ -1470,7 +1470,7 @@ schema: str The schema in which to create the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema} --- @@ -1484,7 +1484,7 @@ warehouse: str The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1498,7 +1498,7 @@ alert_schedule: AlertAlertSchedule alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1512,7 +1512,7 @@ comment: str Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment} --- @@ -1526,7 +1526,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/1.0.1/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled} --- @@ -1538,7 +1538,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2113,7 +2113,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/1.0.1/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression} --- @@ -2123,7 +2123,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/1.0.1/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone} --- diff --git a/docs/alert.typescript.md b/docs/alert.typescript.md index 95ea146bf..21f93e64e 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/1.0.1/docs/resources/alert snowflake_alert}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/alert#import import section} in the documentation of this resource for the id to use --- @@ -963,7 +963,7 @@ public readonly cron: AlertAlertScheduleCron; cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#cron Alert#cron} --- @@ -979,7 +979,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/1.0.1/docs/resources/alert#interval Alert#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval} --- @@ -1014,7 +1014,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/1.0.1/docs/resources/alert#expression Alert#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#expression Alert#expression} --- @@ -1028,7 +1028,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/1.0.1/docs/resources/alert#time_zone Alert#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#time_zone Alert#time_zone} --- @@ -1062,7 +1062,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/1.0.1/docs/resources/alert#id Alert#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#id Alert#id}. | --- @@ -1146,7 +1146,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/1.0.1/docs/resources/alert#action Alert#action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#action Alert#action} --- @@ -1160,7 +1160,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/1.0.1/docs/resources/alert#condition Alert#condition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#condition Alert#condition} --- @@ -1174,7 +1174,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/1.0.1/docs/resources/alert#database Alert#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#database Alert#database} --- @@ -1190,7 +1190,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/1.0.1/docs/resources/alert#name Alert#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#name Alert#name} --- @@ -1204,7 +1204,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/1.0.1/docs/resources/alert#schema Alert#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#schema Alert#schema} --- @@ -1218,7 +1218,7 @@ public readonly warehouse: string; The warehouse the alert will use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#warehouse Alert#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#warehouse Alert#warehouse} --- @@ -1232,7 +1232,7 @@ public readonly alertSchedule: AlertAlertSchedule; alert_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#alert_schedule Alert#alert_schedule} --- @@ -1246,7 +1246,7 @@ public readonly comment: string; Specifies a comment for the alert. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#comment Alert#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#comment Alert#comment} --- @@ -1260,7 +1260,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/1.0.1/docs/resources/alert#enabled Alert#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled} --- @@ -1272,7 +1272,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md index e2fc5e76e..7aa737a34 100644 --- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md +++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.csharp.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_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/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -1061,7 +1061,7 @@ new ApiAuthenticationIntegrationWithAuthorizationCodeGrantConfig { | OauthClientId | string | Specifies the client ID for the OAuth application in the external service. | | OauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | Comment | string | Specifies a comment for the integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | | OauthAccessTokenValidity | double | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | OauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | OauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. | @@ -1151,7 +1151,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/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} --- @@ -1165,7 +1165,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} --- @@ -1179,7 +1179,7 @@ public string OauthClientId { get; set; } Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} --- @@ -1195,7 +1195,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} --- @@ -1209,7 +1209,7 @@ public string Comment { get; set; } Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} --- @@ -1221,7 +1221,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public double OauthAccessTokenValidity { get; set; } Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} --- @@ -1252,7 +1252,7 @@ public string[] OauthAllowedScopes { get; set; } Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} --- @@ -1266,7 +1266,7 @@ public string OauthAuthorizationEndpoint { get; set; } Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} --- @@ -1282,7 +1282,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} --- @@ -1296,7 +1296,7 @@ public double OauthRefreshTokenValidity { get; set; } Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} --- @@ -1312,7 +1312,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md index 07659b4fd..093a152f9 100644 --- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md +++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.go.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_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/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -1061,7 +1061,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/apiauthentica | OauthClientId | *string | Specifies the client ID for the OAuth application in the external service. | | OauthClientSecret | *string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | Comment | *string | Specifies a comment for the integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | | OauthAccessTokenValidity | *f64 | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | OauthAllowedScopes | *[]*string | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | OauthAuthorizationEndpoint | *string | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. | @@ -1151,7 +1151,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/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} --- @@ -1165,7 +1165,7 @@ Name *string Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} --- @@ -1179,7 +1179,7 @@ OauthClientId *string Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} --- @@ -1195,7 +1195,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} --- @@ -1209,7 +1209,7 @@ Comment *string Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} --- @@ -1221,7 +1221,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ OauthAccessTokenValidity *f64 Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} --- @@ -1252,7 +1252,7 @@ OauthAllowedScopes *[]*string Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} --- @@ -1266,7 +1266,7 @@ OauthAuthorizationEndpoint *string Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} --- @@ -1282,7 +1282,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} --- @@ -1296,7 +1296,7 @@ OauthRefreshTokenValidity *f64 Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} --- @@ -1312,7 +1312,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md index 98c228f90..2b141ba74 100644 --- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md +++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.java.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. #### Initializers @@ -55,7 +55,7 @@ ApiAuthenticationIntegrationWithAuthorizationCodeGrant.Builder.create(Construct | oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | | oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. | @@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} --- @@ -163,7 +163,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#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/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} --- @@ -226,7 +226,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} --- @@ -248,7 +248,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} --- @@ -731,7 +731,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_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/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -1274,7 +1274,7 @@ ApiAuthenticationIntegrationWithAuthorizationCodeGrantConfig.builder() | oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | | oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. | @@ -1364,7 +1364,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/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} --- @@ -1378,7 +1378,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} --- @@ -1392,7 +1392,7 @@ public java.lang.String getOauthClientId(); Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} --- @@ -1408,7 +1408,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} --- @@ -1422,7 +1422,7 @@ public java.lang.String getComment(); Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} --- @@ -1434,7 +1434,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1451,7 +1451,7 @@ public java.lang.Number getOauthAccessTokenValidity(); Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} --- @@ -1465,7 +1465,7 @@ public java.util.List getOauthAllowedScopes(); Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} --- @@ -1479,7 +1479,7 @@ public java.lang.String getOauthAuthorizationEndpoint(); Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} --- @@ -1495,7 +1495,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} --- @@ -1509,7 +1509,7 @@ public java.lang.Number getOauthRefreshTokenValidity(); Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} --- @@ -1525,7 +1525,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md index efcefea26..29aad64a5 100644 --- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md +++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.python.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. #### Initializers @@ -52,7 +52,7 @@ apiAuthenticationIntegrationWithAuthorizationCodeGrant.ApiAuthenticationIntegrat | oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. | | oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | | oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} --- @@ -160,7 +160,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} --- @@ -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/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} --- @@ -223,7 +223,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} --- @@ -245,7 +245,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} --- @@ -774,7 +774,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_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/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -1312,7 +1312,7 @@ apiAuthenticationIntegrationWithAuthorizationCodeGrant.ApiAuthenticationIntegrat | oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. | | oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | | oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. | @@ -1402,7 +1402,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/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} --- @@ -1416,7 +1416,7 @@ name: str Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} --- @@ -1430,7 +1430,7 @@ oauth_client_id: str Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} --- @@ -1446,7 +1446,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} --- @@ -1460,7 +1460,7 @@ comment: str Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} --- @@ -1472,7 +1472,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1489,7 +1489,7 @@ oauth_access_token_validity: typing.Union[int, float] Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} --- @@ -1503,7 +1503,7 @@ oauth_allowed_scopes: typing.List[str] Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} --- @@ -1517,7 +1517,7 @@ oauth_authorization_endpoint: str Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} --- @@ -1533,7 +1533,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} --- @@ -1547,7 +1547,7 @@ oauth_refresh_token_validity: typing.Union[int, float] Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} --- @@ -1563,7 +1563,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md index 56cd45aa7..0a2985e42 100644 --- a/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md +++ b/docs/apiAuthenticationIntegrationWithAuthorizationCodeGrant.typescript.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_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/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -1041,7 +1041,7 @@ const apiAuthenticationIntegrationWithAuthorizationCodeGrantConfig: apiAuthentic | oauthClientId | string | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | string | Specifies a comment for the integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. | | oauthAccessTokenValidity | number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. | @@ -1131,7 +1131,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/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} --- @@ -1145,7 +1145,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} --- @@ -1159,7 +1159,7 @@ public readonly oauthClientId: string; Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} --- @@ -1175,7 +1175,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} --- @@ -1189,7 +1189,7 @@ public readonly comment: string; Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} --- @@ -1201,7 +1201,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public readonly oauthAccessTokenValidity: number; Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} --- @@ -1232,7 +1232,7 @@ public readonly oauthAllowedScopes: string[]; Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} --- @@ -1246,7 +1246,7 @@ public readonly oauthAuthorizationEndpoint: string; Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} --- @@ -1262,7 +1262,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} --- @@ -1276,7 +1276,7 @@ public readonly oauthRefreshTokenValidity: number; Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} --- @@ -1292,7 +1292,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md b/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md index f9f3836ae..1d72dd5c4 100644 --- a/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md +++ b/docs/apiAuthenticationIntegrationWithClientCredentials.csharp.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1031,7 +1031,7 @@ new ApiAuthenticationIntegrationWithClientCredentialsConfig { | OauthClientId | string | Specifies the client ID for the OAuth application in the external service. | | OauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | Comment | string | Specifies a comment for the integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | | OauthAccessTokenValidity | double | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | OauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | OauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. | @@ -1120,7 +1120,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/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} --- @@ -1134,7 +1134,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} --- @@ -1148,7 +1148,7 @@ public string OauthClientId { get; set; } Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} --- @@ -1164,7 +1164,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} --- @@ -1178,7 +1178,7 @@ public string Comment { get; set; } Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} --- @@ -1190,7 +1190,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 double OauthAccessTokenValidity { get; set; } Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} --- @@ -1221,7 +1221,7 @@ public string[] OauthAllowedScopes { get; set; } Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} --- @@ -1237,7 +1237,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} --- @@ -1251,7 +1251,7 @@ public double OauthRefreshTokenValidity { get; set; } Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} --- @@ -1267,7 +1267,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.go.md b/docs/apiAuthenticationIntegrationWithClientCredentials.go.md index c69606888..a4ce5ad13 100644 --- a/docs/apiAuthenticationIntegrationWithClientCredentials.go.md +++ b/docs/apiAuthenticationIntegrationWithClientCredentials.go.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1031,7 +1031,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/apiauthentica | OauthClientId | *string | Specifies the client ID for the OAuth application in the external service. | | OauthClientSecret | *string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | Comment | *string | Specifies a comment for the integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | | OauthAccessTokenValidity | *f64 | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | OauthAllowedScopes | *[]*string | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | OauthClientAuthMethod | *string | Specifies that POST is used as the authentication method to the external service. | @@ -1120,7 +1120,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/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} --- @@ -1134,7 +1134,7 @@ Name *string Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} --- @@ -1148,7 +1148,7 @@ OauthClientId *string Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} --- @@ -1164,7 +1164,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} --- @@ -1178,7 +1178,7 @@ Comment *string Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} --- @@ -1190,7 +1190,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ OauthAccessTokenValidity *f64 Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} --- @@ -1221,7 +1221,7 @@ OauthAllowedScopes *[]*string Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} --- @@ -1237,7 +1237,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} --- @@ -1251,7 +1251,7 @@ OauthRefreshTokenValidity *f64 Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} --- @@ -1267,7 +1267,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.java.md b/docs/apiAuthenticationIntegrationWithClientCredentials.java.md index eecdf0012..04cf5f653 100644 --- a/docs/apiAuthenticationIntegrationWithClientCredentials.java.md +++ b/docs/apiAuthenticationIntegrationWithClientCredentials.java.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. #### Initializers @@ -54,7 +54,7 @@ ApiAuthenticationIntegrationWithClientCredentials.Builder.create(Construct scope | oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | | oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. | @@ -129,7 +129,7 @@ Must be unique amongst siblings in the same scope Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} --- @@ -149,7 +149,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} --- @@ -161,7 +161,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} --- @@ -179,7 +179,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/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -192,7 +192,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} --- @@ -214,7 +214,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} --- @@ -236,7 +236,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} --- @@ -712,7 +712,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1232,7 +1232,7 @@ ApiAuthenticationIntegrationWithClientCredentialsConfig.builder() | oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | | oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAllowedScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. | @@ -1321,7 +1321,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/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} --- @@ -1335,7 +1335,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} --- @@ -1349,7 +1349,7 @@ public java.lang.String getOauthClientId(); Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} --- @@ -1365,7 +1365,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} --- @@ -1379,7 +1379,7 @@ public java.lang.String getComment(); Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} --- @@ -1391,7 +1391,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 java.lang.Number getOauthAccessTokenValidity(); Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} --- @@ -1422,7 +1422,7 @@ public java.util.List getOauthAllowedScopes(); Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} --- @@ -1438,7 +1438,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} --- @@ -1452,7 +1452,7 @@ public java.lang.Number getOauthRefreshTokenValidity(); Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} --- @@ -1468,7 +1468,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.python.md b/docs/apiAuthenticationIntegrationWithClientCredentials.python.md index 0d7c5698c..c00fbcb0d 100644 --- a/docs/apiAuthenticationIntegrationWithClientCredentials.python.md +++ b/docs/apiAuthenticationIntegrationWithClientCredentials.python.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. #### Initializers @@ -51,7 +51,7 @@ apiAuthenticationIntegrationWithClientCredentials.ApiAuthenticationIntegrationWi | oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. | | oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | | oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} --- @@ -158,7 +158,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#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/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} --- @@ -211,7 +211,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} --- @@ -233,7 +233,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} --- @@ -755,7 +755,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1270,7 +1270,7 @@ apiAuthenticationIntegrationWithClientCredentials.ApiAuthenticationIntegrationWi | oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. | | oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | | oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauth_allowed_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. | @@ -1359,7 +1359,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/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} --- @@ -1373,7 +1373,7 @@ name: str Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} --- @@ -1387,7 +1387,7 @@ oauth_client_id: str Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} --- @@ -1403,7 +1403,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} --- @@ -1417,7 +1417,7 @@ comment: str Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} --- @@ -1429,7 +1429,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ oauth_access_token_validity: typing.Union[int, float] Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} --- @@ -1460,7 +1460,7 @@ oauth_allowed_scopes: typing.List[str] Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} --- @@ -1476,7 +1476,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} --- @@ -1490,7 +1490,7 @@ oauth_refresh_token_validity: typing.Union[int, float] Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} --- @@ -1506,7 +1506,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md b/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md index 0478898ea..19130b290 100644 --- a/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md +++ b/docs/apiAuthenticationIntegrationWithClientCredentials.typescript.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1012,7 +1012,7 @@ const apiAuthenticationIntegrationWithClientCredentialsConfig: apiAuthentication | oauthClientId | string | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | string | Specifies a comment for the integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. | | oauthAccessTokenValidity | number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAllowedScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. | | oauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. | @@ -1101,7 +1101,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/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} --- @@ -1115,7 +1115,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} --- @@ -1129,7 +1129,7 @@ public readonly oauthClientId: string; Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} --- @@ -1145,7 +1145,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} --- @@ -1159,7 +1159,7 @@ public readonly comment: string; Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} --- @@ -1171,7 +1171,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1188,7 +1188,7 @@ public readonly oauthAccessTokenValidity: number; Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} --- @@ -1202,7 +1202,7 @@ public readonly oauthAllowedScopes: string[]; Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} --- @@ -1218,7 +1218,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} --- @@ -1232,7 +1232,7 @@ public readonly oauthRefreshTokenValidity: number; Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} --- @@ -1248,7 +1248,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md b/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md index 1b8e2511c..62152ac1f 100644 --- a/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md +++ b/docs/apiAuthenticationIntegrationWithJwtBearer.csharp.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithJwtBearer -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use --- @@ -1051,11 +1051,11 @@ new ApiAuthenticationIntegrationWithJwtBearerConfig { | Provisioners | object[] | *No description.* | | Enabled | object | Specifies whether this security integration is enabled or disabled. | | Name | string | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | -| OauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | +| OauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | | OauthClientId | string | Specifies the client ID for the OAuth application in the external service. | | OauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | Comment | string | Specifies a comment for the integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | | OauthAccessTokenValidity | double | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | OauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. | | OauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. | @@ -1144,7 +1144,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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} --- @@ -1158,7 +1158,7 @@ public string Name { get; set; } Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} --- @@ -1170,7 +1170,7 @@ public string OauthAssertionIssuer { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. --- @@ -1184,7 +1184,7 @@ public string OauthClientId { get; set; } Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} --- @@ -1200,7 +1200,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} --- @@ -1214,7 +1214,7 @@ public string Comment { get; set; } Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} --- @@ -1226,7 +1226,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1243,7 +1243,7 @@ public double OauthAccessTokenValidity { get; set; } Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} --- @@ -1257,7 +1257,7 @@ public string OauthAuthorizationEndpoint { get; set; } Specifies the URL for authenticating to the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} --- @@ -1273,7 +1273,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} --- @@ -1287,7 +1287,7 @@ public double OauthRefreshTokenValidity { get; set; } Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} --- @@ -1303,7 +1303,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.go.md b/docs/apiAuthenticationIntegrationWithJwtBearer.go.md index ab5f8e3bb..7b016e59a 100644 --- a/docs/apiAuthenticationIntegrationWithJwtBearer.go.md +++ b/docs/apiAuthenticationIntegrationWithJwtBearer.go.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithJwtBearer -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use --- @@ -1051,11 +1051,11 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/apiauthentica | Provisioners | *[]interface{} | *No description.* | | Enabled | interface{} | Specifies whether this security integration is enabled or disabled. | | Name | *string | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | -| OauthAssertionIssuer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | +| OauthAssertionIssuer | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | | OauthClientId | *string | Specifies the client ID for the OAuth application in the external service. | | OauthClientSecret | *string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | Comment | *string | Specifies a comment for the integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | | OauthAccessTokenValidity | *f64 | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | OauthAuthorizationEndpoint | *string | Specifies the URL for authenticating to the external service. | | OauthClientAuthMethod | *string | Specifies that POST is used as the authentication method to the external service. | @@ -1144,7 +1144,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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} --- @@ -1158,7 +1158,7 @@ Name *string Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} --- @@ -1170,7 +1170,7 @@ OauthAssertionIssuer *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. --- @@ -1184,7 +1184,7 @@ OauthClientId *string Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} --- @@ -1200,7 +1200,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} --- @@ -1214,7 +1214,7 @@ Comment *string Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} --- @@ -1226,7 +1226,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1243,7 +1243,7 @@ OauthAccessTokenValidity *f64 Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} --- @@ -1257,7 +1257,7 @@ OauthAuthorizationEndpoint *string Specifies the URL for authenticating to the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} --- @@ -1273,7 +1273,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} --- @@ -1287,7 +1287,7 @@ OauthRefreshTokenValidity *f64 Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} --- @@ -1303,7 +1303,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.java.md b/docs/apiAuthenticationIntegrationWithJwtBearer.java.md index 317d4d77d..f3bf3fa83 100644 --- a/docs/apiAuthenticationIntegrationWithJwtBearer.java.md +++ b/docs/apiAuthenticationIntegrationWithJwtBearer.java.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithJwtBearer -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. #### Initializers @@ -52,11 +52,11 @@ ApiAuthenticationIntegrationWithJwtBearer.Builder.create(Construct scope, java.l | provisioners | java.util.List | *No description.* | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | | name | java.lang.String | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | -| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | +| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | | oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | | oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. | | oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. | @@ -131,7 +131,7 @@ Must be unique amongst siblings in the same scope Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} --- @@ -141,7 +141,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} --- @@ -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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} --- @@ -171,7 +171,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} --- @@ -189,7 +189,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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -202,7 +202,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for authenticating to the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} --- @@ -224,7 +224,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} --- @@ -246,7 +246,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} --- @@ -722,7 +722,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use --- @@ -1262,11 +1262,11 @@ ApiAuthenticationIntegrationWithJwtBearerConfig.builder() | provisioners | java.util.List | *No description.* | | enabled | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | | name | java.lang.String | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | -| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | +| oauthAssertionIssuer | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | | oauthClientId | java.lang.String | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | java.lang.String | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | | oauthAccessTokenValidity | java.lang.Number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAuthorizationEndpoint | java.lang.String | Specifies the URL for authenticating to the external service. | | oauthClientAuthMethod | java.lang.String | Specifies that POST is used as the authentication method to the external service. | @@ -1355,7 +1355,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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} --- @@ -1369,7 +1369,7 @@ public java.lang.String getName(); Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} --- @@ -1381,7 +1381,7 @@ public java.lang.String getOauthAssertionIssuer(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. --- @@ -1395,7 +1395,7 @@ public java.lang.String getOauthClientId(); Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} --- @@ -1411,7 +1411,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} --- @@ -1425,7 +1425,7 @@ public java.lang.String getComment(); Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} --- @@ -1437,7 +1437,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1454,7 +1454,7 @@ public java.lang.Number getOauthAccessTokenValidity(); Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} --- @@ -1468,7 +1468,7 @@ public java.lang.String getOauthAuthorizationEndpoint(); Specifies the URL for authenticating to the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} --- @@ -1484,7 +1484,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} --- @@ -1498,7 +1498,7 @@ public java.lang.Number getOauthRefreshTokenValidity(); Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} --- @@ -1514,7 +1514,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.python.md b/docs/apiAuthenticationIntegrationWithJwtBearer.python.md index 5f00dd545..d88fe5640 100644 --- a/docs/apiAuthenticationIntegrationWithJwtBearer.python.md +++ b/docs/apiAuthenticationIntegrationWithJwtBearer.python.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithJwtBearer -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. #### Initializers @@ -49,11 +49,11 @@ apiAuthenticationIntegrationWithJwtBearer.ApiAuthenticationIntegrationWithJwtBea | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. | | name | str | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | -| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | +| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | | oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. | | oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | | oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. | | oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope Specifies whether this security integration is enabled or disabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} --- @@ -168,7 +168,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} --- @@ -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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the URL for authenticating to the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} --- @@ -221,7 +221,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} --- @@ -243,7 +243,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} --- @@ -765,7 +765,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use --- @@ -1300,11 +1300,11 @@ apiAuthenticationIntegrationWithJwtBearer.ApiAuthenticationIntegrationWithJwtBea | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | enabled | typing.Union[bool, cdktf.IResolvable] | Specifies whether this security integration is enabled or disabled. | | name | str | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | -| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | +| oauth_assertion_issuer | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | | oauth_client_id | str | Specifies the client ID for the OAuth application in the external service. | | oauth_client_secret | str | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | | oauth_access_token_validity | typing.Union[int, float] | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauth_authorization_endpoint | str | Specifies the URL for authenticating to the external service. | | oauth_client_auth_method | str | Specifies that POST is used as the authentication method to the external service. | @@ -1393,7 +1393,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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} --- @@ -1407,7 +1407,7 @@ name: str Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} --- @@ -1419,7 +1419,7 @@ oauth_assertion_issuer: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. --- @@ -1433,7 +1433,7 @@ oauth_client_id: str Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} --- @@ -1449,7 +1449,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} --- @@ -1463,7 +1463,7 @@ comment: str Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} --- @@ -1475,7 +1475,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ oauth_access_token_validity: typing.Union[int, float] Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} --- @@ -1506,7 +1506,7 @@ oauth_authorization_endpoint: str Specifies the URL for authenticating to the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} --- @@ -1522,7 +1522,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} --- @@ -1536,7 +1536,7 @@ oauth_refresh_token_validity: typing.Union[int, float] Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} --- @@ -1552,7 +1552,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} --- diff --git a/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md b/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md index 3363632c6..4f2c819fb 100644 --- a/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md +++ b/docs/apiAuthenticationIntegrationWithJwtBearer.typescript.md @@ -4,7 +4,7 @@ ### ApiAuthenticationIntegrationWithJwtBearer -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the ApiAuthenticationIntegrati The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use --- @@ -1031,11 +1031,11 @@ const apiAuthenticationIntegrationWithJwtBearerConfig: apiAuthenticationIntegrat | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | enabled | boolean \| cdktf.IResolvable | Specifies whether this security integration is enabled or disabled. | | name | string | Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | -| oauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | +| oauthAssertionIssuer | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. | | oauthClientId | string | Specifies the client ID for the OAuth application in the external service. | | oauthClientSecret | string | Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. | | comment | string | Specifies a comment for the integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. | | oauthAccessTokenValidity | number | Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. | | oauthAuthorizationEndpoint | string | Specifies the URL for authenticating to the external service. | | oauthClientAuthMethod | string | Specifies that POST is used as the authentication method to the external service. | @@ -1124,7 +1124,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/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} --- @@ -1138,7 +1138,7 @@ public readonly name: string; Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} --- @@ -1150,7 +1150,7 @@ public readonly oauthAssertionIssuer: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer}. --- @@ -1164,7 +1164,7 @@ public readonly oauthClientId: string; Specifies the client ID for the OAuth application in the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} --- @@ -1180,7 +1180,7 @@ Specifies the client secret for the OAuth application in the ServiceNow instance The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} --- @@ -1194,7 +1194,7 @@ public readonly comment: string; Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} --- @@ -1206,7 +1206,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1223,7 +1223,7 @@ public readonly oauthAccessTokenValidity: number; Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} --- @@ -1237,7 +1237,7 @@ public readonly oauthAuthorizationEndpoint: string; Specifies the URL for authenticating to the external service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} --- @@ -1253,7 +1253,7 @@ Specifies that POST is used as the authentication method to the external service If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} --- @@ -1267,7 +1267,7 @@ public readonly oauthRefreshTokenValidity: number; Specifies the value to determine the validity of the refresh token obtained from the OAuth server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} --- @@ -1283,7 +1283,7 @@ Specifies the token endpoint used by the client to obtain an access token by pre The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} --- diff --git a/docs/apiIntegration.csharp.md b/docs/apiIntegration.csharp.md index 89da1dd4f..ca6ba49b8 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/1.0.1/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1135,10 +1135,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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. | +| Comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1222,7 +1222,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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1236,7 +1236,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/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1252,7 +1252,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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1266,7 +1266,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1280,7 +1280,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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1294,7 +1294,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1308,7 +1308,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/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1322,7 +1322,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/1.0.1/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/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1336,7 +1336,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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1348,7 +1348,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1364,7 +1364,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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1378,7 +1378,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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1390,7 +1390,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 8d008dc8a..31f842460 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/1.0.1/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1135,10 +1135,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. | +| Comment | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1222,7 +1222,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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1236,7 +1236,7 @@ ApiProvider *string Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1252,7 +1252,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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1266,7 +1266,7 @@ ApiAwsRoleArn *string ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1280,7 +1280,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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1294,7 +1294,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1308,7 +1308,7 @@ ApiKey *string The API key (also called a “subscription key”). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1322,7 +1322,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/1.0.1/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/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1336,7 +1336,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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1348,7 +1348,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1364,7 +1364,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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1378,7 +1378,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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1390,7 +1390,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 bab22e6a9..d3480c4e7 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/1.0.1/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1356,10 +1356,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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1443,7 +1443,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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1457,7 +1457,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/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1473,7 +1473,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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1487,7 +1487,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1501,7 +1501,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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1515,7 +1515,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1529,7 +1529,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/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1543,7 +1543,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/1.0.1/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/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1557,7 +1557,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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1569,7 +1569,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1585,7 +1585,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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1599,7 +1599,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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1611,7 +1611,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 d71517fbe..56adc4286 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/1.0.1/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1394,10 +1394,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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1481,7 +1481,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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1495,7 +1495,7 @@ api_provider: str Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1511,7 +1511,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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1525,7 +1525,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1539,7 +1539,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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1553,7 +1553,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1567,7 +1567,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/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1581,7 +1581,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/1.0.1/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/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1595,7 +1595,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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1607,7 +1607,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1623,7 +1623,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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1637,7 +1637,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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1649,7 +1649,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 87ba88ac3..b98f62df6 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/1.0.1/docs/resources/api_integration snowflake_api_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/api_integration#import import section} in the documentation of this resource for the id to use --- @@ -1114,10 +1114,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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. | +| comment | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#id ApiIntegration#id}. | --- @@ -1201,7 +1201,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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} --- @@ -1215,7 +1215,7 @@ public readonly apiProvider: string; Specifies the HTTPS proxy service type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_provider ApiIntegration#api_provider} --- @@ -1231,7 +1231,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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name} --- @@ -1245,7 +1245,7 @@ public readonly apiAwsRoleArn: string; ARN of a cloud platform role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/api_integration#api_aws_role_arn ApiIntegration#api_aws_role_arn} --- @@ -1259,7 +1259,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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} --- @@ -1273,7 +1273,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/1.0.1/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/1.0.2/docs/resources/api_integration#api_gcp_service_account ApiIntegration#api_gcp_service_account} --- @@ -1287,7 +1287,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/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#api_key ApiIntegration#api_key} --- @@ -1301,7 +1301,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/1.0.1/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/1.0.2/docs/resources/api_integration#azure_ad_application_id ApiIntegration#azure_ad_application_id} --- @@ -1315,7 +1315,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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} --- @@ -1327,7 +1327,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#comment ApiIntegration#comment}. --- @@ -1343,7 +1343,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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#enabled ApiIntegration#enabled} --- @@ -1357,7 +1357,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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#google_audience ApiIntegration#google_audience} --- @@ -1369,7 +1369,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration#id ApiIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/authenticationPolicy.csharp.md b/docs/authenticationPolicy.csharp.md index e0d215bf6..be7e73c3d 100644 --- a/docs/authenticationPolicy.csharp.md +++ b/docs/authenticationPolicy.csharp.md @@ -4,7 +4,7 @@ ### AuthenticationPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im The id of the existing AuthenticationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_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/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,7 @@ new AuthenticationPolicyConfig { | AuthenticationMethods | string[] | A list of authentication methods that are allowed during login. | | ClientTypes | string[] | A list of clients that can authenticate with Snowflake. | | Comment | string | Specifies a comment for the authentication policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | | MfaAuthenticationMethods | string[] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. | | MfaEnrollment | string | Determines whether a user must enroll in multi-factor authentication. | | SecurityIntegrations | string[] | A list of security integrations the authentication policy is associated with. | @@ -1098,7 +1098,7 @@ The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} --- @@ -1114,7 +1114,7 @@ Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} --- @@ -1130,7 +1130,7 @@ The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} --- @@ -1146,7 +1146,7 @@ A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} --- @@ -1162,7 +1162,7 @@ A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} --- @@ -1176,7 +1176,7 @@ public string Comment { get; set; } Specifies a comment for the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} --- @@ -1188,7 +1188,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ A list of authentication methods that enforce multi-factor authentication (MFA) Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} --- @@ -1223,7 +1223,7 @@ Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} --- @@ -1239,7 +1239,7 @@ A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} --- diff --git a/docs/authenticationPolicy.go.md b/docs/authenticationPolicy.go.md index ca49eb02f..fd8930803 100644 --- a/docs/authenticationPolicy.go.md +++ b/docs/authenticationPolicy.go.md @@ -4,7 +4,7 @@ ### AuthenticationPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im The id of the existing AuthenticationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_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/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/authenticatio | AuthenticationMethods | *[]*string | A list of authentication methods that are allowed during login. | | ClientTypes | *[]*string | A list of clients that can authenticate with Snowflake. | | Comment | *string | Specifies a comment for the authentication policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | | MfaAuthenticationMethods | *[]*string | A list of authentication methods that enforce multi-factor authentication (MFA) during login. | | MfaEnrollment | *string | Determines whether a user must enroll in multi-factor authentication. | | SecurityIntegrations | *[]*string | A list of security integrations the authentication policy is associated with. | @@ -1098,7 +1098,7 @@ The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} --- @@ -1114,7 +1114,7 @@ Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} --- @@ -1130,7 +1130,7 @@ The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} --- @@ -1146,7 +1146,7 @@ A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} --- @@ -1162,7 +1162,7 @@ A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} --- @@ -1176,7 +1176,7 @@ Comment *string Specifies a comment for the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} --- @@ -1188,7 +1188,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ A list of authentication methods that enforce multi-factor authentication (MFA) Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} --- @@ -1223,7 +1223,7 @@ Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} --- @@ -1239,7 +1239,7 @@ A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} --- diff --git a/docs/authenticationPolicy.java.md b/docs/authenticationPolicy.java.md index abd301d5f..4718252b9 100644 --- a/docs/authenticationPolicy.java.md +++ b/docs/authenticationPolicy.java.md @@ -4,7 +4,7 @@ ### AuthenticationPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}. #### Initializers @@ -53,7 +53,7 @@ AuthenticationPolicy.Builder.create(Construct scope, java.lang.String id) | authenticationMethods | java.util.List | A list of authentication methods that are allowed during login. | | clientTypes | java.util.List | A list of clients that can authenticate with Snowflake. | | comment | java.lang.String | Specifies a comment for the authentication policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | | mfaAuthenticationMethods | java.util.List | A list of authentication methods that enforce multi-factor authentication (MFA) during login. | | mfaEnrollment | java.lang.String | Determines whether a user must enroll in multi-factor authentication. | | securityIntegrations | java.util.List | A list of security integrations the authentication policy is associated with. | @@ -128,7 +128,7 @@ The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} --- @@ -140,7 +140,7 @@ Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} --- @@ -152,7 +152,7 @@ The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} --- @@ -164,7 +164,7 @@ A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} --- @@ -176,7 +176,7 @@ A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} --- @@ -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/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -209,7 +209,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA) Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} --- @@ -221,7 +221,7 @@ Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} --- @@ -233,7 +233,7 @@ A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} --- @@ -709,7 +709,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im The id of the existing AuthenticationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_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/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use --- @@ -1206,7 +1206,7 @@ AuthenticationPolicyConfig.builder() | authenticationMethods | java.util.List | A list of authentication methods that are allowed during login. | | clientTypes | java.util.List | A list of clients that can authenticate with Snowflake. | | comment | java.lang.String | Specifies a comment for the authentication policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | | mfaAuthenticationMethods | java.util.List | A list of authentication methods that enforce multi-factor authentication (MFA) during login. | | mfaEnrollment | java.lang.String | Determines whether a user must enroll in multi-factor authentication. | | securityIntegrations | java.util.List | A list of security integrations the authentication policy is associated with. | @@ -1295,7 +1295,7 @@ The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} --- @@ -1311,7 +1311,7 @@ Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} --- @@ -1327,7 +1327,7 @@ The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} --- @@ -1343,7 +1343,7 @@ A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} --- @@ -1359,7 +1359,7 @@ A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} --- @@ -1373,7 +1373,7 @@ public java.lang.String getComment(); Specifies a comment for the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} --- @@ -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/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1404,7 +1404,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA) Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} --- @@ -1420,7 +1420,7 @@ Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} --- @@ -1436,7 +1436,7 @@ A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} --- diff --git a/docs/authenticationPolicy.python.md b/docs/authenticationPolicy.python.md index 1b07b9edb..5b8527954 100644 --- a/docs/authenticationPolicy.python.md +++ b/docs/authenticationPolicy.python.md @@ -4,7 +4,7 @@ ### AuthenticationPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}. #### Initializers @@ -51,7 +51,7 @@ authenticationPolicy.AuthenticationPolicy( | authentication_methods | typing.List[str] | A list of authentication methods that are allowed during login. | | client_types | typing.List[str] | A list of clients that can authenticate with Snowflake. | | comment | str | Specifies a comment for the authentication policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | | mfa_authentication_methods | typing.List[str] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. | | mfa_enrollment | str | Determines whether a user must enroll in multi-factor authentication. | | security_integrations | typing.List[str] | A list of security integrations the authentication policy is associated with. | @@ -126,7 +126,7 @@ The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} --- @@ -138,7 +138,7 @@ Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} --- @@ -150,7 +150,7 @@ The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} --- @@ -162,7 +162,7 @@ A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} --- @@ -174,7 +174,7 @@ A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} --- @@ -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/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ A list of authentication methods that enforce multi-factor authentication (MFA) Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} --- @@ -219,7 +219,7 @@ Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} --- @@ -231,7 +231,7 @@ A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} --- @@ -753,7 +753,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im The id of the existing AuthenticationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_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/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use --- @@ -1246,7 +1246,7 @@ authenticationPolicy.AuthenticationPolicyConfig( | authentication_methods | typing.List[str] | A list of authentication methods that are allowed during login. | | client_types | typing.List[str] | A list of clients that can authenticate with Snowflake. | | comment | str | Specifies a comment for the authentication policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | | mfa_authentication_methods | typing.List[str] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. | | mfa_enrollment | str | Determines whether a user must enroll in multi-factor authentication. | | security_integrations | typing.List[str] | A list of security integrations the authentication policy is associated with. | @@ -1335,7 +1335,7 @@ The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} --- @@ -1351,7 +1351,7 @@ Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} --- @@ -1367,7 +1367,7 @@ The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} --- @@ -1383,7 +1383,7 @@ A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} --- @@ -1399,7 +1399,7 @@ A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} --- @@ -1413,7 +1413,7 @@ comment: str Specifies a comment for the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} --- @@ -1425,7 +1425,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1444,7 +1444,7 @@ A list of authentication methods that enforce multi-factor authentication (MFA) Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} --- @@ -1460,7 +1460,7 @@ Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} --- @@ -1476,7 +1476,7 @@ A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} --- diff --git a/docs/authenticationPolicy.typescript.md b/docs/authenticationPolicy.typescript.md index f908659d2..f4308b40f 100644 --- a/docs/authenticationPolicy.typescript.md +++ b/docs/authenticationPolicy.typescript.md @@ -4,7 +4,7 @@ ### AuthenticationPolicy -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthenticationPolicy to im The id of the existing AuthenticationPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_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/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ const authenticationPolicyConfig: authenticationPolicy.AuthenticationPolicyConfi | authenticationMethods | string[] | A list of authentication methods that are allowed during login. | | clientTypes | string[] | A list of clients that can authenticate with Snowflake. | | comment | string | Specifies a comment for the authentication policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. | | mfaAuthenticationMethods | string[] | A list of authentication methods that enforce multi-factor authentication (MFA) during login. | | mfaEnrollment | string | Determines whether a user must enroll in multi-factor authentication. | | securityIntegrations | string[] | A list of security integrations the authentication policy is associated with. | @@ -1080,7 +1080,7 @@ The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} --- @@ -1096,7 +1096,7 @@ Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} --- @@ -1112,7 +1112,7 @@ The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} --- @@ -1128,7 +1128,7 @@ A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} --- @@ -1144,7 +1144,7 @@ A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} --- @@ -1158,7 +1158,7 @@ public readonly comment: string; Specifies a comment for the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} --- @@ -1170,7 +1170,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ A list of authentication methods that enforce multi-factor authentication (MFA) Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} --- @@ -1205,7 +1205,7 @@ Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} --- @@ -1221,7 +1221,7 @@ A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} --- diff --git a/docs/cortexSearchService.csharp.md b/docs/cortexSearchService.csharp.md index ba718d542..b5fef9492 100644 --- a/docs/cortexSearchService.csharp.md +++ b/docs/cortexSearchService.csharp.md @@ -4,7 +4,7 @@ ### CortexSearchService -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the CortexSearchService to imp The id of the existing CortexSearchService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ new CortexSearchServiceConfig { | Warehouse | string | The warehouse in which to create the Cortex search service. | | Attributes | string[] | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. | | Comment | string | Specifies a comment for the Cortex search service. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. | | Timeouts | CortexSearchServiceTimeouts | timeouts block. | --- @@ -1101,7 +1101,7 @@ public string Database { get; set; } The database in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} --- @@ -1117,7 +1117,7 @@ Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} --- @@ -1131,7 +1131,7 @@ public string On { get; set; } Specifies the column to use as the search column for the Cortex search service; must be a text value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} --- @@ -1145,7 +1145,7 @@ public string Query { get; set; } Specifies the query to use to populate the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} --- @@ -1159,7 +1159,7 @@ public string Schema { get; set; } The schema in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} --- @@ -1173,7 +1173,7 @@ public string TargetLag { get; set; } Specifies the maximum target lag time for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} --- @@ -1187,7 +1187,7 @@ public string Warehouse { get; set; } The warehouse in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} --- @@ -1201,7 +1201,7 @@ public string[] Attributes { get; set; } Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} --- @@ -1215,7 +1215,7 @@ public string Comment { get; set; } Specifies a comment for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} --- @@ -1227,7 +1227,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1244,7 +1244,7 @@ public CortexSearchServiceTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} --- @@ -1265,8 +1265,8 @@ new CortexSearchServiceTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. | --- @@ -1278,7 +1278,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. --- @@ -1290,7 +1290,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. --- diff --git a/docs/cortexSearchService.go.md b/docs/cortexSearchService.go.md index b3f36bb02..02aa1d789 100644 --- a/docs/cortexSearchService.go.md +++ b/docs/cortexSearchService.go.md @@ -4,7 +4,7 @@ ### CortexSearchService -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the CortexSearchService to imp The id of the existing CortexSearchService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#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/v12/cortexsearchs | Warehouse | *string | The warehouse in which to create the Cortex search service. | | Attributes | *[]*string | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. | | Comment | *string | Specifies a comment for the Cortex search service. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. | | Timeouts | CortexSearchServiceTimeouts | timeouts block. | --- @@ -1101,7 +1101,7 @@ Database *string The database in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} --- @@ -1117,7 +1117,7 @@ Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} --- @@ -1131,7 +1131,7 @@ On *string Specifies the column to use as the search column for the Cortex search service; must be a text value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} --- @@ -1145,7 +1145,7 @@ Query *string Specifies the query to use to populate the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} --- @@ -1159,7 +1159,7 @@ Schema *string The schema in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} --- @@ -1173,7 +1173,7 @@ TargetLag *string Specifies the maximum target lag time for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} --- @@ -1187,7 +1187,7 @@ Warehouse *string The warehouse in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} --- @@ -1201,7 +1201,7 @@ Attributes *[]*string Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} --- @@ -1215,7 +1215,7 @@ Comment *string Specifies a comment for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} --- @@ -1227,7 +1227,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1244,7 +1244,7 @@ Timeouts CortexSearchServiceTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} --- @@ -1265,8 +1265,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/cortexsearchs | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. | --- @@ -1278,7 +1278,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. --- @@ -1290,7 +1290,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. --- diff --git a/docs/cortexSearchService.java.md b/docs/cortexSearchService.java.md index 5c05aadb7..abb58ad72 100644 --- a/docs/cortexSearchService.java.md +++ b/docs/cortexSearchService.java.md @@ -4,7 +4,7 @@ ### CortexSearchService -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}. #### Initializers @@ -57,7 +57,7 @@ CortexSearchService.Builder.create(Construct scope, java.lang.String id) | warehouse | java.lang.String | The warehouse in which to create the Cortex search service. | | attributes | java.util.List | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. | | comment | java.lang.String | Specifies a comment for the Cortex search service. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. | | timeouts | CortexSearchServiceTimeouts | timeouts block. | --- @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The database in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} --- @@ -140,7 +140,7 @@ Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the column to use as the search column for the Cortex search service; must be a text value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query to use to populate the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum target lag time for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} --- @@ -218,7 +218,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/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} --- @@ -699,7 +699,7 @@ The construct id used in the generated config for the CortexSearchService to imp The id of the existing CortexSearchService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use --- @@ -1211,7 +1211,7 @@ CortexSearchServiceConfig.builder() | warehouse | java.lang.String | The warehouse in which to create the Cortex search service. | | attributes | java.util.List | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. | | comment | java.lang.String | Specifies a comment for the Cortex search service. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. | | timeouts | CortexSearchServiceTimeouts | timeouts block. | --- @@ -1296,7 +1296,7 @@ public java.lang.String getDatabase(); The database in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} --- @@ -1312,7 +1312,7 @@ Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} --- @@ -1326,7 +1326,7 @@ public java.lang.String getOn(); Specifies the column to use as the search column for the Cortex search service; must be a text value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} --- @@ -1340,7 +1340,7 @@ public java.lang.String getQuery(); Specifies the query to use to populate the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} --- @@ -1354,7 +1354,7 @@ public java.lang.String getSchema(); The schema in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} --- @@ -1368,7 +1368,7 @@ public java.lang.String getTargetLag(); Specifies the maximum target lag time for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} --- @@ -1382,7 +1382,7 @@ public java.lang.String getWarehouse(); The warehouse in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} --- @@ -1396,7 +1396,7 @@ public java.util.List getAttributes(); Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} --- @@ -1410,7 +1410,7 @@ public java.lang.String getComment(); Specifies a comment for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} --- @@ -1422,7 +1422,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public CortexSearchServiceTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} --- @@ -1460,8 +1460,8 @@ CortexSearchServiceTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. | --- @@ -1473,7 +1473,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. --- @@ -1485,7 +1485,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. --- diff --git a/docs/cortexSearchService.python.md b/docs/cortexSearchService.python.md index 13d15eeb2..aa868f915 100644 --- a/docs/cortexSearchService.python.md +++ b/docs/cortexSearchService.python.md @@ -4,7 +4,7 @@ ### CortexSearchService -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}. #### Initializers @@ -55,7 +55,7 @@ cortexSearchService.CortexSearchService( | warehouse | str | The warehouse in which to create the Cortex search service. | | attributes | typing.List[str] | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. | | comment | str | Specifies a comment for the Cortex search service. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. | | timeouts | CortexSearchServiceTimeouts | timeouts block. | --- @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The database in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} --- @@ -138,7 +138,7 @@ Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the column to use as the search column for the Cortex search service; must be a text value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the query to use to populate the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the maximum target lag time for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The warehouse in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} --- @@ -216,7 +216,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/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -229,7 +229,7 @@ If you experience problems setting this value it might not be settable. Please t timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} --- @@ -606,7 +606,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. --- @@ -614,7 +614,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/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. --- @@ -756,7 +756,7 @@ The construct id used in the generated config for the CortexSearchService to imp The id of the existing CortexSearchService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use --- @@ -1264,7 +1264,7 @@ cortexSearchService.CortexSearchServiceConfig( | warehouse | str | The warehouse in which to create the Cortex search service. | | attributes | typing.List[str] | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. | | comment | str | Specifies a comment for the Cortex search service. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. | | timeouts | CortexSearchServiceTimeouts | timeouts block. | --- @@ -1349,7 +1349,7 @@ database: str The database in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} --- @@ -1365,7 +1365,7 @@ Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} --- @@ -1379,7 +1379,7 @@ on: str Specifies the column to use as the search column for the Cortex search service; must be a text value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} --- @@ -1393,7 +1393,7 @@ query: str Specifies the query to use to populate the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} --- @@ -1407,7 +1407,7 @@ schema: str The schema in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} --- @@ -1421,7 +1421,7 @@ target_lag: str Specifies the maximum target lag time for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} --- @@ -1435,7 +1435,7 @@ warehouse: str The warehouse in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} --- @@ -1449,7 +1449,7 @@ attributes: typing.List[str] Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} --- @@ -1463,7 +1463,7 @@ comment: str Specifies a comment for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} --- @@ -1475,7 +1475,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ timeouts: CortexSearchServiceTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} --- @@ -1513,8 +1513,8 @@ cortexSearchService.CortexSearchServiceTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. | --- @@ -1526,7 +1526,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. --- @@ -1538,7 +1538,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. --- diff --git a/docs/cortexSearchService.typescript.md b/docs/cortexSearchService.typescript.md index f1cef70bf..00a212133 100644 --- a/docs/cortexSearchService.typescript.md +++ b/docs/cortexSearchService.typescript.md @@ -4,7 +4,7 @@ ### CortexSearchService -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the CortexSearchService to imp The id of the existing CortexSearchService that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use --- @@ -997,7 +997,7 @@ const cortexSearchServiceConfig: cortexSearchService.CortexSearchServiceConfig = | warehouse | string | The warehouse in which to create the Cortex search service. | | attributes | string[] | Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. | | comment | string | Specifies a comment for the Cortex search service. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. | | timeouts | CortexSearchServiceTimeouts | timeouts block. | --- @@ -1082,7 +1082,7 @@ public readonly database: string; The database in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} --- @@ -1098,7 +1098,7 @@ Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} --- @@ -1112,7 +1112,7 @@ public readonly on: string; Specifies the column to use as the search column for the Cortex search service; must be a text value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} --- @@ -1126,7 +1126,7 @@ public readonly query: string; Specifies the query to use to populate the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} --- @@ -1140,7 +1140,7 @@ public readonly schema: string; The schema in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} --- @@ -1154,7 +1154,7 @@ public readonly targetLag: string; Specifies the maximum target lag time for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} --- @@ -1168,7 +1168,7 @@ public readonly warehouse: string; The warehouse in which to create the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} --- @@ -1182,7 +1182,7 @@ public readonly attributes: string[]; Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} --- @@ -1196,7 +1196,7 @@ public readonly comment: string; Specifies a comment for the Cortex search service. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} --- @@ -1208,7 +1208,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 readonly timeouts: CortexSearchServiceTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} --- @@ -1243,8 +1243,8 @@ const cortexSearchServiceTimeouts: cortexSearchService.CortexSearchServiceTimeou | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. | --- @@ -1256,7 +1256,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create}. --- @@ -1268,7 +1268,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update}. --- diff --git a/docs/dataSnowflakeAccountRoles.csharp.md b/docs/dataSnowflakeAccountRoles.csharp.md index 1864d819b..f5ed6f6d4 100644 --- a/docs/dataSnowflakeAccountRoles.csharp.md +++ b/docs/dataSnowflakeAccountRoles.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccountRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles The id of the existing DataSnowflakeAccountRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_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/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use --- @@ -694,7 +694,7 @@ new DataSnowflakeAccountRolesConfig { | 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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | | InClass | string | Filters the SHOW GRANTS output by class name. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -778,7 +778,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -795,7 +795,7 @@ public string InClass { get; set; } Filters the SHOW GRANTS output by class name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} --- @@ -809,7 +809,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} --- diff --git a/docs/dataSnowflakeAccountRoles.go.md b/docs/dataSnowflakeAccountRoles.go.md index 7cbf24e0c..755314f16 100644 --- a/docs/dataSnowflakeAccountRoles.go.md +++ b/docs/dataSnowflakeAccountRoles.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccountRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles The id of the existing DataSnowflakeAccountRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_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/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use --- @@ -694,7 +694,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | | InClass | *string | Filters the SHOW GRANTS output by class name. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -778,7 +778,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -795,7 +795,7 @@ InClass *string Filters the SHOW GRANTS output by class name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} --- @@ -809,7 +809,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} --- diff --git a/docs/dataSnowflakeAccountRoles.java.md b/docs/dataSnowflakeAccountRoles.java.md index cd9cda119..b3fb7b34d 100644 --- a/docs/dataSnowflakeAccountRoles.java.md +++ b/docs/dataSnowflakeAccountRoles.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccountRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeAccountRoles.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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | | inClass | java.lang.String | Filters the SHOW GRANTS output by class name. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -110,7 +110,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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the SHOW GRANTS output by class name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} --- @@ -477,7 +477,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles The id of the existing DataSnowflakeAccountRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_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/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ DataSnowflakeAccountRolesConfig.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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | | inClass | java.lang.String | Filters the SHOW GRANTS output by class name. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -871,7 +871,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -888,7 +888,7 @@ public java.lang.String getInClass(); Filters the SHOW GRANTS output by class name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} --- @@ -902,7 +902,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} --- diff --git a/docs/dataSnowflakeAccountRoles.python.md b/docs/dataSnowflakeAccountRoles.python.md index 5f05e6ab5..746709f1f 100644 --- a/docs/dataSnowflakeAccountRoles.python.md +++ b/docs/dataSnowflakeAccountRoles.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccountRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeAccountRoles.DataSnowflakeAccountRoles( | 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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | | in_class | str | Filters the SHOW GRANTS output by class name. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -108,7 +108,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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 SHOW GRANTS output by class name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} --- @@ -511,7 +511,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles The id of the existing DataSnowflakeAccountRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_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/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use --- @@ -815,7 +815,7 @@ dataSnowflakeAccountRoles.DataSnowflakeAccountRolesConfig( | 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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | | in_class | str | Filters the SHOW GRANTS output by class name. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -899,7 +899,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -916,7 +916,7 @@ in_class: str Filters the SHOW GRANTS output by class name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} --- @@ -930,7 +930,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} --- diff --git a/docs/dataSnowflakeAccountRoles.typescript.md b/docs/dataSnowflakeAccountRoles.typescript.md index 4800841d3..cba802405 100644 --- a/docs/dataSnowflakeAccountRoles.typescript.md +++ b/docs/dataSnowflakeAccountRoles.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeAccountRoles -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeAccountRoles The id of the existing DataSnowflakeAccountRoles that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_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/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,7 @@ const dataSnowflakeAccountRolesConfig: dataSnowflakeAccountRoles.DataSnowflakeAc | 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/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. | | inClass | string | Filters the SHOW GRANTS output by class name. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -763,7 +763,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -780,7 +780,7 @@ public readonly inClass: string; Filters the SHOW GRANTS output by class name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} --- @@ -794,7 +794,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} --- diff --git a/docs/dataSnowflakeAccounts.csharp.md b/docs/dataSnowflakeAccounts.csharp.md index 4d11e0d76..339385093 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/1.0.1/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -386,7 +386,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/1.0.1/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/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -694,7 +694,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithHistory | object | Includes dropped accounts that have not yet been deleted. | @@ -778,7 +778,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -795,7 +795,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} --- @@ -809,7 +809,7 @@ public object WithHistory { get; set; } Includes dropped accounts that have not yet been deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} --- diff --git a/docs/dataSnowflakeAccounts.go.md b/docs/dataSnowflakeAccounts.go.md index 46f48a489..17e567cf9 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/1.0.1/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -386,7 +386,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/1.0.1/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/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -694,7 +694,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithHistory | interface{} | Includes dropped accounts that have not yet been deleted. | @@ -778,7 +778,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -795,7 +795,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} --- @@ -809,7 +809,7 @@ WithHistory interface{} Includes dropped accounts that have not yet been deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} --- diff --git a/docs/dataSnowflakeAccounts.java.md b/docs/dataSnowflakeAccounts.java.md index b336cf4bb..8106e9c88 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/1.0.1/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -41,7 +41,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withHistory | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Includes dropped accounts that have not yet been deleted. | @@ -111,7 +111,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -124,7 +124,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Includes dropped accounts that have not yet been deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} --- @@ -478,7 +478,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/1.0.1/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/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -789,7 +789,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withHistory | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Includes dropped accounts that have not yet been deleted. | @@ -873,7 +873,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -890,7 +890,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} --- @@ -904,7 +904,7 @@ public java.lang.Object getWithHistory(); Includes dropped accounts that have not yet been deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} --- diff --git a/docs/dataSnowflakeAccounts.python.md b/docs/dataSnowflakeAccounts.python.md index 1047daf32..b181d8961 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/1.0.1/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -38,7 +38,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_history | typing.Union[bool, cdktf.IResolvable] | Includes dropped accounts that have not yet been deleted. | @@ -108,7 +108,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Includes dropped accounts that have not yet been deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} --- @@ -511,7 +511,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/1.0.1/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/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -815,7 +815,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_history | typing.Union[bool, cdktf.IResolvable] | Includes dropped accounts that have not yet been deleted. | @@ -899,7 +899,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -916,7 +916,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} --- @@ -930,7 +930,7 @@ with_history: typing.Union[bool, IResolvable] Includes dropped accounts that have not yet been deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} --- diff --git a/docs/dataSnowflakeAccounts.typescript.md b/docs/dataSnowflakeAccounts.typescript.md index 6022bd3f3..0ef445ae0 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/1.0.1/docs/data-sources/accounts snowflake_accounts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts}. #### Initializers @@ -386,7 +386,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/1.0.1/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/1.0.2/docs/data-sources/accounts#import import section} in the documentation of this resource for the id to use --- @@ -679,7 +679,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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withHistory | boolean \| cdktf.IResolvable | Includes dropped accounts that have not yet been deleted. | @@ -763,7 +763,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -780,7 +780,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} --- @@ -794,7 +794,7 @@ public readonly withHistory: boolean | IResolvable; Includes dropped accounts that have not yet been deleted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} --- diff --git a/docs/dataSnowflakeAlerts.csharp.md b/docs/dataSnowflakeAlerts.csharp.md index 8c60aba7c..18ca96981 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/1.0.1/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.go.md b/docs/dataSnowflakeAlerts.go.md index 53c071e6e..e72454273 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/1.0.1/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.java.md b/docs/dataSnowflakeAlerts.java.md index 8b833e0a2..6edc4074c 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/1.0.1/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.python.md b/docs/dataSnowflakeAlerts.python.md index f33909787..e63c7c4a7 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/1.0.1/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeAlerts.typescript.md b/docs/dataSnowflakeAlerts.typescript.md index 2ac0e6c96..15606fafc 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/1.0.1/docs/data-sources/alerts snowflake_alerts}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} --- diff --git a/docs/dataSnowflakeConnections.csharp.md b/docs/dataSnowflakeConnections.csharp.md index 84a2ff56a..639245c93 100644 --- a/docs/dataSnowflakeConnections.csharp.md +++ b/docs/dataSnowflakeConnections.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeConnections -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t The id of the existing DataSnowflakeConnections that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,7 @@ new DataSnowflakeConnectionsConfig { | 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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -721,7 +721,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} --- diff --git a/docs/dataSnowflakeConnections.go.md b/docs/dataSnowflakeConnections.go.md index 207cde183..ce254788a 100644 --- a/docs/dataSnowflakeConnections.go.md +++ b/docs/dataSnowflakeConnections.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeConnections -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t The id of the existing DataSnowflakeConnections that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#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/v12/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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -721,7 +721,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} --- diff --git a/docs/dataSnowflakeConnections.java.md b/docs/dataSnowflakeConnections.java.md index 7b9f13be1..9260399f4 100644 --- a/docs/dataSnowflakeConnections.java.md +++ b/docs/dataSnowflakeConnections.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeConnections -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}. #### Initializers @@ -39,7 +39,7 @@ DataSnowflakeConnections.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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} --- @@ -458,7 +458,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t The id of the existing DataSnowflakeConnections that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use --- @@ -721,7 +721,7 @@ DataSnowflakeConnectionsConfig.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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} --- diff --git a/docs/dataSnowflakeConnections.python.md b/docs/dataSnowflakeConnections.python.md index 29a3a2a1a..d063f002b 100644 --- a/docs/dataSnowflakeConnections.python.md +++ b/docs/dataSnowflakeConnections.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeConnections -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}. #### Initializers @@ -37,7 +37,7 @@ dataSnowflakeConnections.DataSnowflakeConnections( | 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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} --- @@ -492,7 +492,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t The id of the existing DataSnowflakeConnections that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,7 @@ dataSnowflakeConnections.DataSnowflakeConnectionsConfig( | 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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -834,7 +834,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} --- diff --git a/docs/dataSnowflakeConnections.typescript.md b/docs/dataSnowflakeConnections.typescript.md index cd16ca493..f764682bf 100644 --- a/docs/dataSnowflakeConnections.typescript.md +++ b/docs/dataSnowflakeConnections.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeConnections -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections}. #### Initializers @@ -379,7 +379,7 @@ The construct id used in the generated config for the DataSnowflakeConnections t The id of the existing DataSnowflakeConnections that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use --- @@ -628,7 +628,7 @@ const dataSnowflakeConnectionsConfig: dataSnowflakeConnections.DataSnowflakeConn | 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/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -711,7 +711,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} --- diff --git a/docs/dataSnowflakeCortexSearchServices.csharp.md b/docs/dataSnowflakeCortexSearchServices.csharp.md index 493145686..41fdf4a13 100644 --- a/docs/dataSnowflakeCortexSearchServices.csharp.md +++ b/docs/dataSnowflakeCortexSearchServices.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeCortexSearchServices -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. #### Initializers @@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS The id of the existing DataSnowflakeCortexSearchServices that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ new DataSnowflakeCortexSearchServicesConfig { | 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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | | In | DataSnowflakeCortexSearchServicesIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeCortexSearchServicesLimit | limit block. | @@ -840,7 +840,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataSnowflakeCortexSearchServicesIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} --- @@ -871,7 +871,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} --- @@ -885,7 +885,7 @@ public DataSnowflakeCortexSearchServicesLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} --- @@ -899,7 +899,7 @@ public string StartsWith { get; set; } Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} --- @@ -950,7 +950,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/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} --- @@ -964,7 +964,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/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} --- @@ -978,7 +978,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/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} --- @@ -1014,7 +1014,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} --- @@ -1030,7 +1030,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} --- diff --git a/docs/dataSnowflakeCortexSearchServices.go.md b/docs/dataSnowflakeCortexSearchServices.go.md index 2868df915..62b196db0 100644 --- a/docs/dataSnowflakeCortexSearchServices.go.md +++ b/docs/dataSnowflakeCortexSearchServices.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeCortexSearchServices -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. #### Initializers @@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS The id of the existing DataSnowflakeCortexSearchServices that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | | In | DataSnowflakeCortexSearchServicesIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeCortexSearchServicesLimit | limit block. | @@ -840,7 +840,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ In DataSnowflakeCortexSearchServicesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} --- @@ -871,7 +871,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} --- @@ -885,7 +885,7 @@ Limit DataSnowflakeCortexSearchServicesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} --- @@ -899,7 +899,7 @@ StartsWith *string Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} --- @@ -950,7 +950,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} --- @@ -964,7 +964,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/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} --- @@ -978,7 +978,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/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} --- @@ -1014,7 +1014,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} --- @@ -1030,7 +1030,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} --- diff --git a/docs/dataSnowflakeCortexSearchServices.java.md b/docs/dataSnowflakeCortexSearchServices.java.md index 9c1cf8597..3d99f3942 100644 --- a/docs/dataSnowflakeCortexSearchServices.java.md +++ b/docs/dataSnowflakeCortexSearchServices.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeCortexSearchServices -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeCortexSearchServices.Builder.create(Construct scope, java.lang.Stri | 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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | | in | DataSnowflakeCortexSearchServicesIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeCortexSearchServicesLimit | 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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#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/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} --- @@ -541,7 +541,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS The id of the existing DataSnowflakeCortexSearchServices that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use --- @@ -873,7 +873,7 @@ DataSnowflakeCortexSearchServicesConfig.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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | | in | DataSnowflakeCortexSearchServicesIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeCortexSearchServicesLimit | limit block. | @@ -959,7 +959,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -976,7 +976,7 @@ public DataSnowflakeCortexSearchServicesIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} --- @@ -990,7 +990,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} --- @@ -1004,7 +1004,7 @@ public DataSnowflakeCortexSearchServicesLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} --- @@ -1018,7 +1018,7 @@ public java.lang.String getStartsWith(); Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} --- @@ -1069,7 +1069,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/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} --- @@ -1083,7 +1083,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/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} --- @@ -1097,7 +1097,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/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} --- @@ -1133,7 +1133,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} --- @@ -1149,7 +1149,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} --- diff --git a/docs/dataSnowflakeCortexSearchServices.python.md b/docs/dataSnowflakeCortexSearchServices.python.md index de81c28e0..a4a6f52fd 100644 --- a/docs/dataSnowflakeCortexSearchServices.python.md +++ b/docs/dataSnowflakeCortexSearchServices.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeCortexSearchServices -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeCortexSearchServices.DataSnowflakeCortexSearchServices( | 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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | | in | DataSnowflakeCortexSearchServicesIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeCortexSearchServicesLimit | 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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#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/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} --- @@ -423,7 +423,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} --- @@ -433,7 +433,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/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} --- @@ -443,7 +443,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/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} --- @@ -462,7 +462,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} --- @@ -474,7 +474,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} --- @@ -622,7 +622,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS The id of the existing DataSnowflakeCortexSearchServices that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use --- @@ -950,7 +950,7 @@ dataSnowflakeCortexSearchServices.DataSnowflakeCortexSearchServicesConfig( | 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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | | in | DataSnowflakeCortexSearchServicesIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeCortexSearchServicesLimit | limit block. | @@ -1036,7 +1036,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ in: DataSnowflakeCortexSearchServicesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} --- @@ -1067,7 +1067,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} --- @@ -1081,7 +1081,7 @@ limit: DataSnowflakeCortexSearchServicesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} --- @@ -1095,7 +1095,7 @@ starts_with: str Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} --- @@ -1144,7 +1144,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/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} --- @@ -1158,7 +1158,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/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} --- @@ -1172,7 +1172,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/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} --- @@ -1208,7 +1208,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} --- @@ -1224,7 +1224,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} --- diff --git a/docs/dataSnowflakeCortexSearchServices.typescript.md b/docs/dataSnowflakeCortexSearchServices.typescript.md index 8b1d72d51..1e8214fa2 100644 --- a/docs/dataSnowflakeCortexSearchServices.typescript.md +++ b/docs/dataSnowflakeCortexSearchServices.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeCortexSearchServices -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services}. #### Initializers @@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeCortexSearchS The id of the existing DataSnowflakeCortexSearchServices that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use --- @@ -741,7 +741,7 @@ const dataSnowflakeCortexSearchServicesConfig: dataSnowflakeCortexSearchServices | 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/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. | | in | DataSnowflakeCortexSearchServicesIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeCortexSearchServicesLimit | limit block. | @@ -827,7 +827,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -844,7 +844,7 @@ public readonly in: DataSnowflakeCortexSearchServicesIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} --- @@ -858,7 +858,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} --- @@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeCortexSearchServicesLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} --- @@ -886,7 +886,7 @@ public readonly startsWith: string; Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} --- @@ -931,7 +931,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/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} --- @@ -945,7 +945,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/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} --- @@ -959,7 +959,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/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} --- @@ -992,7 +992,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} --- @@ -1008,7 +1008,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} --- diff --git a/docs/dataSnowflakeCurrentAccount.csharp.md b/docs/dataSnowflakeCurrentAccount.csharp.md index 4e41fbf59..2ac44450d 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/1.0.1/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 e21d46f6a..8a431c137 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/1.0.1/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 1a6ea56e4..c335490a7 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/1.0.1/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 d2f30ffeb..e2870e086 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/1.0.1/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 294feac56..8bfce98c7 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/1.0.1/docs/data-sources/current_account snowflake_current_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 9a795e036..3da886f23 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/1.0.1/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 7c7ab6c09..6419496b0 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/1.0.1/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 1304690a5..7402e2c19 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/1.0.1/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 9aac477ec..4c292eaba 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/1.0.1/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 341b05c58..5b3b8efcb 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/1.0.1/docs/data-sources/current_role snowflake_current_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 d44bda697..cfdacf5d4 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/1.0.1/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 b8b471fb4..1864641ec 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/1.0.1/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 a2344461e..625253215 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/1.0.1/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 0c284bc4b..5741a15c4 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/1.0.1/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 ac0c5c4ef..38a2f5f4d 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/1.0.1/docs/data-sources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/dataSnowflakeDatabaseRole.csharp.md b/docs/dataSnowflakeDatabaseRole.csharp.md index 354efcf13..e9ae3095e 100644 --- a/docs/dataSnowflakeDatabaseRole.csharp.md +++ b/docs/dataSnowflakeDatabaseRole.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole The id of the existing DataSnowflakeDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/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/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -667,7 +667,7 @@ new DataSnowflakeDatabaseRoleConfig { | Provisioners | object[] | *No description.* | | Database | string | The database from which to return the database role from. | | Name | string | Database role name. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | --- @@ -751,7 +751,7 @@ public string Database { get; set; } The database from which to return the database role from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} --- @@ -765,7 +765,7 @@ public string Name { get; set; } Database role name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} --- @@ -777,7 +777,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/dataSnowflakeDatabaseRole.go.md b/docs/dataSnowflakeDatabaseRole.go.md index c4368e0cb..3c4c2b7ee 100644 --- a/docs/dataSnowflakeDatabaseRole.go.md +++ b/docs/dataSnowflakeDatabaseRole.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole The id of the existing DataSnowflakeDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/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/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -667,7 +667,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake | Provisioners | *[]interface{} | *No description.* | | Database | *string | The database from which to return the database role from. | | Name | *string | Database role name. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | --- @@ -751,7 +751,7 @@ Database *string The database from which to return the database role from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} --- @@ -765,7 +765,7 @@ Name *string Database role name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} --- @@ -777,7 +777,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/dataSnowflakeDatabaseRole.java.md b/docs/dataSnowflakeDatabaseRole.java.md index fe4c21ccb..b892432c7 100644 --- a/docs/dataSnowflakeDatabaseRole.java.md +++ b/docs/dataSnowflakeDatabaseRole.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeDatabaseRole.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 database role from. | | name | java.lang.String | Database role name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope The database from which to return the database role from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Database role name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#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/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataSnowflakeDatabaseRole The id of the existing DataSnowflakeDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/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/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -762,7 +762,7 @@ DataSnowflakeDatabaseRoleConfig.builder() | provisioners | java.util.List | *No description.* | | database | java.lang.String | The database from which to return the database role from. | | name | java.lang.String | Database role name. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | --- @@ -846,7 +846,7 @@ public java.lang.String getDatabase(); The database from which to return the database role from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} --- @@ -860,7 +860,7 @@ public java.lang.String getName(); Database role name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} --- @@ -872,7 +872,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/dataSnowflakeDatabaseRole.python.md b/docs/dataSnowflakeDatabaseRole.python.md index 64f44e6dd..169edf25e 100644 --- a/docs/dataSnowflakeDatabaseRole.python.md +++ b/docs/dataSnowflakeDatabaseRole.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeDatabaseRole.DataSnowflakeDatabaseRole( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the database role from. | | name | str | Database role name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The database from which to return the database role from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Database role name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#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/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataSnowflakeDatabaseRole The id of the existing DataSnowflakeDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/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/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -792,7 +792,7 @@ dataSnowflakeDatabaseRole.DataSnowflakeDatabaseRoleConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | database | str | The database from which to return the database role from. | | name | str | Database role name. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | --- @@ -876,7 +876,7 @@ database: str The database from which to return the database role from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} --- @@ -890,7 +890,7 @@ name: str Database role name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} --- @@ -902,7 +902,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/dataSnowflakeDatabaseRole.typescript.md b/docs/dataSnowflakeDatabaseRole.typescript.md index b5cb8e26e..8a481c5f7 100644 --- a/docs/dataSnowflakeDatabaseRole.typescript.md +++ b/docs/dataSnowflakeDatabaseRole.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeDatabaseRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role}. #### Initializers @@ -372,7 +372,7 @@ The construct id used in the generated config for the DataSnowflakeDatabaseRole The id of the existing DataSnowflakeDatabaseRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/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/1.0.2/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -656,7 +656,7 @@ const dataSnowflakeDatabaseRoleConfig: dataSnowflakeDatabaseRole.DataSnowflakeDa | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | database | string | The database from which to return the database role from. | | name | string | Database role name. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. | --- @@ -740,7 +740,7 @@ public readonly database: string; The database from which to return the database role from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} --- @@ -754,7 +754,7 @@ public readonly name: string; Database role name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} --- @@ -766,7 +766,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 fb75c343a..63fa38ba3 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/1.0.1/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -399,7 +399,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/1.0.1/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/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -705,7 +705,7 @@ new DataSnowflakeDatabaseRolesConfig { | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | InDatabase | 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/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeDatabaseRolesLimit | limit block. | @@ -791,7 +791,7 @@ public string InDatabase { 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/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} --- @@ -803,7 +803,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -820,7 +820,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} --- @@ -834,7 +834,7 @@ public DataSnowflakeDatabaseRolesLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} --- @@ -896,7 +896,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} --- @@ -912,7 +912,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} --- diff --git a/docs/dataSnowflakeDatabaseRoles.go.md b/docs/dataSnowflakeDatabaseRoles.go.md index 9738cb0c3..d6e0dd35f 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/1.0.1/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -399,7 +399,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/1.0.1/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/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -705,7 +705,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/datasnowflake | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | InDatabase | *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/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeDatabaseRolesLimit | limit block. | @@ -791,7 +791,7 @@ InDatabase *string The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} --- @@ -803,7 +803,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -820,7 +820,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} --- @@ -834,7 +834,7 @@ Limit DataSnowflakeDatabaseRolesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} --- @@ -896,7 +896,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} --- @@ -912,7 +912,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} --- diff --git a/docs/dataSnowflakeDatabaseRoles.java.md b/docs/dataSnowflakeDatabaseRoles.java.md index c96add65c..9d7a21040 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/1.0.1/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeDatabaseRoles.Builder.create(Construct scope, java.lang.String id) | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | inDatabase | 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/1.0.1/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/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabaseRolesLimit | limit block. | @@ -114,7 +114,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/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_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/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -135,7 +135,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#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/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} --- @@ -502,7 +502,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/1.0.1/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/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -812,7 +812,7 @@ DataSnowflakeDatabaseRolesConfig.builder() | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | inDatabase | 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/1.0.1/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/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabaseRolesLimit | limit block. | @@ -898,7 +898,7 @@ public java.lang.String getInDatabase(); The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} --- @@ -910,7 +910,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -927,7 +927,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} --- @@ -941,7 +941,7 @@ public DataSnowflakeDatabaseRolesLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} --- @@ -1001,7 +1001,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} --- @@ -1017,7 +1017,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} --- diff --git a/docs/dataSnowflakeDatabaseRoles.python.md b/docs/dataSnowflakeDatabaseRoles.python.md index 09add083e..7910d6f78 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/1.0.1/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRoles( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | in_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/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabaseRolesLimit | limit block. | @@ -112,7 +112,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/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_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/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -133,7 +133,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} --- @@ -143,7 +143,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/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} --- @@ -407,7 +407,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} --- @@ -419,7 +419,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} --- @@ -555,7 +555,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/1.0.1/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/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -861,7 +861,7 @@ dataSnowflakeDatabaseRoles.DataSnowflakeDatabaseRolesConfig( | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | in_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/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabaseRolesLimit | limit block. | @@ -947,7 +947,7 @@ in_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/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} --- @@ -959,7 +959,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -976,7 +976,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} --- @@ -990,7 +990,7 @@ limit: DataSnowflakeDatabaseRolesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} --- @@ -1048,7 +1048,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} --- @@ -1064,7 +1064,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} --- diff --git a/docs/dataSnowflakeDatabaseRoles.typescript.md b/docs/dataSnowflakeDatabaseRoles.typescript.md index 3c7da3bd4..0b7e92889 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/1.0.1/docs/data-sources/database_roles snowflake_database_roles}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles}. #### Initializers @@ -399,7 +399,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/1.0.1/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/1.0.2/docs/data-sources/database_roles#import import section} in the documentation of this resource for the id to use --- @@ -693,7 +693,7 @@ const dataSnowflakeDatabaseRolesConfig: dataSnowflakeDatabaseRoles.DataSnowflake | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | inDatabase | 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/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabaseRolesLimit | limit block. | @@ -779,7 +779,7 @@ public readonly inDatabase: string; The database from which to return the database roles from. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} --- @@ -791,7 +791,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -808,7 +808,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} --- @@ -822,7 +822,7 @@ public readonly limit: DataSnowflakeDatabaseRolesLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} --- @@ -877,7 +877,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} --- @@ -893,7 +893,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} --- diff --git a/docs/dataSnowflakeDatabases.csharp.md b/docs/dataSnowflakeDatabases.csharp.md index 33686c83d..3e382a188 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/1.0.1/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -420,7 +420,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/1.0.1/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/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ new DataSnowflakeDatabasesConfig { | 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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeDatabasesLimit | limit block. | | StartsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -858,7 +858,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -875,7 +875,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} --- @@ -889,7 +889,7 @@ public DataSnowflakeDatabasesLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} --- @@ -903,7 +903,7 @@ public string StartsWith { get; set; } Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -919,7 +919,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} --- @@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} --- @@ -1231,7 +1231,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} --- @@ -1247,7 +1247,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from} --- diff --git a/docs/dataSnowflakeDatabases.go.md b/docs/dataSnowflakeDatabases.go.md index 2b2feb7c7..9d9e2f4f2 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/1.0.1/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -420,7 +420,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/1.0.1/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/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeDatabasesLimit | limit block. | | StartsWith | *string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -858,7 +858,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -875,7 +875,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} --- @@ -889,7 +889,7 @@ Limit DataSnowflakeDatabasesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} --- @@ -903,7 +903,7 @@ StartsWith *string Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -919,7 +919,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} --- @@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} --- @@ -1231,7 +1231,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} --- @@ -1247,7 +1247,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from} --- diff --git a/docs/dataSnowflakeDatabases.java.md b/docs/dataSnowflakeDatabases.java.md index 4b667fee0..54cf17e04 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/1.0.1/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -45,7 +45,7 @@ DataSnowflakeDatabases.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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabasesLimit | limit block. | | startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -118,7 +118,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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} --- @@ -141,7 +141,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/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -163,7 +163,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} --- @@ -175,7 +175,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} --- @@ -553,7 +553,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/1.0.1/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/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,7 @@ DataSnowflakeDatabasesConfig.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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabasesLimit | limit block. | | startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -997,7 +997,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1014,7 +1014,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} --- @@ -1028,7 +1028,7 @@ public DataSnowflakeDatabasesLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} --- @@ -1042,7 +1042,7 @@ public java.lang.String getStartsWith(); Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -1058,7 +1058,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} --- @@ -1074,7 +1074,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} --- @@ -1350,7 +1350,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} --- @@ -1366,7 +1366,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from} --- diff --git a/docs/dataSnowflakeDatabases.python.md b/docs/dataSnowflakeDatabases.python.md index 89c1aacb3..1288f82b5 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/1.0.1/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabases( | 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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabasesLimit | limit block. | | starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} --- @@ -137,7 +137,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/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -159,7 +159,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} --- @@ -171,7 +171,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} --- @@ -438,7 +438,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} --- @@ -450,7 +450,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from} --- @@ -604,7 +604,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/1.0.1/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/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -955,7 +955,7 @@ dataSnowflakeDatabases.DataSnowflakeDatabasesConfig( | 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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabasesLimit | limit block. | | starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -1042,7 +1042,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1059,7 +1059,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} --- @@ -1073,7 +1073,7 @@ limit: DataSnowflakeDatabasesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} --- @@ -1087,7 +1087,7 @@ starts_with: str Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -1103,7 +1103,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} --- @@ -1119,7 +1119,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} --- @@ -1375,7 +1375,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} --- @@ -1391,7 +1391,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from} --- diff --git a/docs/dataSnowflakeDatabases.typescript.md b/docs/dataSnowflakeDatabases.typescript.md index 5f17adfa4..422bc87a7 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/1.0.1/docs/data-sources/databases snowflake_databases}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases}. #### Initializers @@ -420,7 +420,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/1.0.1/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/1.0.2/docs/data-sources/databases#import import section} in the documentation of this resource for the id to use --- @@ -757,7 +757,7 @@ const dataSnowflakeDatabasesConfig: dataSnowflakeDatabases.DataSnowflakeDatabase | 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/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#id DataSnowflakeDatabases#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeDatabasesLimit | limit block. | | startsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -844,7 +844,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -861,7 +861,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} --- @@ -875,7 +875,7 @@ public readonly limit: DataSnowflakeDatabasesLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} --- @@ -889,7 +889,7 @@ public readonly startsWith: string; Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} --- @@ -905,7 +905,7 @@ Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} --- @@ -921,7 +921,7 @@ Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} --- @@ -1174,7 +1174,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} --- @@ -1190,7 +1190,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from} --- diff --git a/docs/dataSnowflakeDynamicTables.csharp.md b/docs/dataSnowflakeDynamicTables.csharp.md index 1e13d2a29..7a646160c 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/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.go.md b/docs/dataSnowflakeDynamicTables.go.md index ed1807a71..7f9b0980c 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/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.java.md b/docs/dataSnowflakeDynamicTables.java.md index a46db807a..a96b06976 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/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.python.md b/docs/dataSnowflakeDynamicTables.python.md index 9dea4953a..d075b8919 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/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeDynamicTables.typescript.md b/docs/dataSnowflakeDynamicTables.typescript.md index 8d2b3e446..2bbfddfb1 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/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} --- diff --git a/docs/dataSnowflakeExternalFunctions.csharp.md b/docs/dataSnowflakeExternalFunctions.csharp.md index 8c4ae1a08..e2d509623 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/1.0.1/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.go.md b/docs/dataSnowflakeExternalFunctions.go.md index 2aeee38d2..751a88283 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/1.0.1/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.java.md b/docs/dataSnowflakeExternalFunctions.java.md index 9e3cd1769..8d6e4a187 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/1.0.1/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.python.md b/docs/dataSnowflakeExternalFunctions.python.md index ad2c11be6..89027127e 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/1.0.1/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalFunctions.typescript.md b/docs/dataSnowflakeExternalFunctions.typescript.md index add6fe36c..a39a1a3be 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/1.0.1/docs/data-sources/external_functions snowflake_external_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} --- diff --git a/docs/dataSnowflakeExternalTables.csharp.md b/docs/dataSnowflakeExternalTables.csharp.md index d38d37926..44306205d 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/1.0.1/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 c2f30ef9f..deeaf0c27 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/1.0.1/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 3339b24ee..7e023f638 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/1.0.1/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 a54dca751..f265202ab 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/1.0.1/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 a78769065..239f088de 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/1.0.1/docs/data-sources/external_tables snowflake_external_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 f9a8b2cf7..0e90c4c46 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/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.go.md b/docs/dataSnowflakeFailoverGroups.go.md index ffdba8218..c601d1f35 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/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.java.md b/docs/dataSnowflakeFailoverGroups.java.md index 702848514..8fe9c413b 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/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.python.md b/docs/dataSnowflakeFailoverGroups.python.md index 0625e7709..4b56396ec 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/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFailoverGroups.typescript.md b/docs/dataSnowflakeFailoverGroups.typescript.md index e5133738d..a4825044d 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/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} --- diff --git a/docs/dataSnowflakeFileFormats.csharp.md b/docs/dataSnowflakeFileFormats.csharp.md index 5fee817ca..57c22d9ad 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/1.0.1/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 139680ad7..0cac8f3dd 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/1.0.1/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 da3a8a4b0..eca663400 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/1.0.1/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 5377957c6..fdf0b5773 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/1.0.1/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 8d6fd84f2..332820a6a 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/1.0.1/docs/data-sources/file_formats snowflake_file_formats}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 c95a081b3..1951a871c 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/1.0.1/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 01b03d2c8..5ea6dd795 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/1.0.1/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 eb6b61293..9add7cef6 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/1.0.1/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 6533b9284..233cd4dcf 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/1.0.1/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 857a9354b..5e9dfae85 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/1.0.1/docs/data-sources/functions snowflake_functions}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 037ed7aac..0794ec6cd 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/1.0.1/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1033,7 +1033,7 @@ public string Schema { get; set; } Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1069,7 +1069,7 @@ public string AccountRole { get; set; } Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1083,7 +1083,7 @@ public string DatabaseRole { get; set; } Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1136,7 +1136,7 @@ public string AccountRole { get; set; } Lists all users and roles to which the account role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1152,7 +1152,7 @@ Lists all the users and roles to which the application role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1168,7 +1168,7 @@ Lists all users and roles to which the database role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1182,7 +1182,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/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1222,7 +1222,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/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1236,7 +1236,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/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1250,7 +1250,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/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1294,7 +1294,7 @@ public string AccountRole { get; set; } Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1308,7 +1308,7 @@ public string Application { get; set; } Lists all the privileges and roles granted to the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application} --- @@ -1322,7 +1322,7 @@ public string ApplicationRole { get; set; } Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1336,7 +1336,7 @@ public string DatabaseRole { get; set; } Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1350,7 +1350,7 @@ public DataSnowflakeGrantsGrantsToShare Share { get; set; } share block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1366,7 +1366,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/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -1400,7 +1400,7 @@ public string ShareName { get; set; } Lists all of the privileges and roles granted to the specified share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} --- diff --git a/docs/dataSnowflakeGrants.go.md b/docs/dataSnowflakeGrants.go.md index 7c6bcd7ee..475737d98 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/1.0.1/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1033,7 +1033,7 @@ Schema *string Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1069,7 +1069,7 @@ AccountRole *string Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1083,7 +1083,7 @@ DatabaseRole *string Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1136,7 +1136,7 @@ AccountRole *string Lists all users and roles to which the account role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1152,7 +1152,7 @@ Lists all the users and roles to which the application role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1168,7 +1168,7 @@ Lists all users and roles to which the database role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1182,7 +1182,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/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1222,7 +1222,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/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1236,7 +1236,7 @@ ObjectName *string Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1250,7 +1250,7 @@ ObjectType *string Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1294,7 +1294,7 @@ AccountRole *string Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1308,7 +1308,7 @@ Application *string Lists all the privileges and roles granted to the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application} --- @@ -1322,7 +1322,7 @@ ApplicationRole *string Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1336,7 +1336,7 @@ DatabaseRole *string Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1350,7 +1350,7 @@ Share DataSnowflakeGrantsGrantsToShare share block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1366,7 +1366,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/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -1400,7 +1400,7 @@ ShareName *string Lists all of the privileges and roles granted to the specified share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} --- diff --git a/docs/dataSnowflakeGrants.java.md b/docs/dataSnowflakeGrants.java.md index cb67fc887..e3055f0ff 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/1.0.1/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1164,7 +1164,7 @@ public java.lang.String getSchema(); Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1200,7 +1200,7 @@ public java.lang.String getAccountRole(); Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1214,7 +1214,7 @@ public java.lang.String getDatabaseRole(); Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1266,7 +1266,7 @@ public java.lang.String getAccountRole(); Lists all users and roles to which the account role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1282,7 +1282,7 @@ Lists all the users and roles to which the application role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1298,7 +1298,7 @@ Lists all users and roles to which the database role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1312,7 +1312,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/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1353,7 +1353,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/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1367,7 +1367,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/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1381,7 +1381,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/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1425,7 +1425,7 @@ public java.lang.String getAccountRole(); Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1439,7 +1439,7 @@ public java.lang.String getApplication(); Lists all the privileges and roles granted to the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application} --- @@ -1453,7 +1453,7 @@ public java.lang.String getApplicationRole(); Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1467,7 +1467,7 @@ public java.lang.String getDatabaseRole(); Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1481,7 +1481,7 @@ public DataSnowflakeGrantsGrantsToShare getShare(); share block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1497,7 +1497,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/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -1531,7 +1531,7 @@ public java.lang.String getShareName(); Lists all of the privileges and roles granted to the specified share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} --- diff --git a/docs/dataSnowflakeGrants.python.md b/docs/dataSnowflakeGrants.python.md index c36951038..905f16e50 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/1.0.1/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -448,7 +448,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -467,7 +467,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 account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -477,7 +477,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -498,7 +498,7 @@ def put_grants_of( Lists all users and roles to which the account role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -510,7 +510,7 @@ Lists all the users and roles to which the application role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -522,7 +522,7 @@ Lists all users and roles to which the database role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -532,7 +532,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/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -554,7 +554,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/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -564,7 +564,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/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -574,7 +574,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/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -597,7 +597,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/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all the privileges and roles granted to the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application} --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -637,7 +637,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf share block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -649,7 +649,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/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -803,7 +803,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/1.0.1/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/1.0.2/docs/data-sources/grants#import import section} in the documentation of this resource for the id to use --- @@ -1159,7 +1159,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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#id DataSnowflakeGrants#id}. | --- @@ -1243,7 +1243,7 @@ future_grants_in: DataSnowflakeGrantsFutureGrantsIn future_grants_in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} --- @@ -1257,7 +1257,7 @@ future_grants_to: DataSnowflakeGrantsFutureGrantsTo future_grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} --- @@ -1271,7 +1271,7 @@ grants_of: DataSnowflakeGrantsGrantsOf grants_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} --- @@ -1285,7 +1285,7 @@ grants_on: DataSnowflakeGrantsGrantsOn grants_on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} --- @@ -1299,7 +1299,7 @@ grants_to: DataSnowflakeGrantsGrantsTo grants_to block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} --- @@ -1311,7 +1311,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1350,7 +1350,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/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1364,7 +1364,7 @@ schema: str Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1400,7 +1400,7 @@ account_role: str Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1414,7 +1414,7 @@ database_role: str Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1465,7 +1465,7 @@ account_role: str Lists all users and roles to which the account role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1481,7 +1481,7 @@ Lists all the users and roles to which the application role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1497,7 +1497,7 @@ Lists all users and roles to which the database role has been granted. Must be a fully qualified name ("".""). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1511,7 +1511,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/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1551,7 +1551,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/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1565,7 +1565,7 @@ object_name: str Name of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1579,7 +1579,7 @@ object_type: str Type of object to list privileges on. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1623,7 +1623,7 @@ account_role: str Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1637,7 +1637,7 @@ application: str Lists all the privileges and roles granted to the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application} --- @@ -1651,7 +1651,7 @@ application_role: str Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1665,7 +1665,7 @@ database_role: str Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1679,7 +1679,7 @@ share: DataSnowflakeGrantsGrantsToShare share block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1695,7 +1695,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/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -1729,7 +1729,7 @@ share_name: str Lists all of the privileges and roles granted to the specified share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} --- @@ -3940,7 +3940,7 @@ def put_share( Lists all of the privileges and roles granted to the specified share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} --- diff --git a/docs/dataSnowflakeGrants.typescript.md b/docs/dataSnowflakeGrants.typescript.md index 7b588b6cd..cc6d4315e 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/1.0.1/docs/data-sources/grants snowflake_grants}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database} --- @@ -1016,7 +1016,7 @@ public readonly schema: string; Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema} --- @@ -1049,7 +1049,7 @@ public readonly accountRole: string; Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1063,7 +1063,7 @@ public readonly databaseRole: string; Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1109,7 +1109,7 @@ public readonly accountRole: string; Lists all users and roles to which the account role has been granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1125,7 +1125,7 @@ Lists all the users and roles to which the application role has been granted. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1141,7 +1141,7 @@ Lists all users and roles to which the database role has been granted. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1155,7 +1155,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/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1191,7 +1191,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/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account DataSnowflakeGrants#account} --- @@ -1205,7 +1205,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/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} --- @@ -1219,7 +1219,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/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} --- @@ -1256,7 +1256,7 @@ public readonly accountRole: string; Lists all privileges and roles granted to the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} --- @@ -1270,7 +1270,7 @@ public readonly application: string; Lists all the privileges and roles granted to the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application} --- @@ -1284,7 +1284,7 @@ public readonly applicationRole: string; Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} --- @@ -1298,7 +1298,7 @@ public readonly databaseRole: string; Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} --- @@ -1312,7 +1312,7 @@ public readonly share: DataSnowflakeGrantsGrantsToShare; share block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} --- @@ -1328,7 +1328,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/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user} --- @@ -1360,7 +1360,7 @@ public readonly shareName: string; Lists all of the privileges and roles granted to the specified share. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} --- diff --git a/docs/dataSnowflakeMaskingPolicies.csharp.md b/docs/dataSnowflakeMaskingPolicies.csharp.md index b058e037f..66850b850 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/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -426,7 +426,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/1.0.1/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/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ new DataSnowflakeMaskingPoliciesConfig { | 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/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | | In | DataSnowflakeMaskingPoliciesIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeMaskingPoliciesLimit | limit block. | @@ -840,7 +840,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -857,7 +857,7 @@ public DataSnowflakeMaskingPoliciesIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} --- @@ -871,7 +871,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} --- @@ -885,7 +885,7 @@ public DataSnowflakeMaskingPoliciesLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} --- @@ -901,7 +901,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} --- @@ -943,7 +943,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/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} --- @@ -957,7 +957,7 @@ public string Application { get; set; } Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} --- @@ -971,7 +971,7 @@ public string ApplicationPackage { get; set; } Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} --- @@ -985,7 +985,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -999,7 +999,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -1035,7 +1035,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} --- @@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} --- diff --git a/docs/dataSnowflakeMaskingPolicies.go.md b/docs/dataSnowflakeMaskingPolicies.go.md index ee48200b8..15f3b263b 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/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -426,7 +426,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/1.0.1/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/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | | In | DataSnowflakeMaskingPoliciesIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeMaskingPoliciesLimit | limit block. | @@ -840,7 +840,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -857,7 +857,7 @@ In DataSnowflakeMaskingPoliciesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} --- @@ -871,7 +871,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} --- @@ -885,7 +885,7 @@ Limit DataSnowflakeMaskingPoliciesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} --- @@ -901,7 +901,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} --- @@ -943,7 +943,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} --- @@ -957,7 +957,7 @@ Application *string Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} --- @@ -971,7 +971,7 @@ ApplicationPackage *string Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} --- @@ -985,7 +985,7 @@ Database *string Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -999,7 +999,7 @@ Schema *string Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -1035,7 +1035,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} --- @@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} --- diff --git a/docs/dataSnowflakeMaskingPolicies.java.md b/docs/dataSnowflakeMaskingPolicies.java.md index fa0dfcec2..08e97d5ca 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/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -43,7 +43,7 @@ DataSnowflakeMaskingPolicies.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/1.0.1/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/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | | in | DataSnowflakeMaskingPoliciesIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeMaskingPoliciesLimit | limit block. | @@ -115,7 +115,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/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -128,7 +128,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/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} --- @@ -148,7 +148,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/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} --- @@ -160,7 +160,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} --- @@ -544,7 +544,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/1.0.1/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/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ DataSnowflakeMaskingPoliciesConfig.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/1.0.1/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/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | | in | DataSnowflakeMaskingPoliciesIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeMaskingPoliciesLimit | limit block. | @@ -963,7 +963,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -980,7 +980,7 @@ public DataSnowflakeMaskingPoliciesIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} --- @@ -994,7 +994,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} --- @@ -1008,7 +1008,7 @@ public DataSnowflakeMaskingPoliciesLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} --- @@ -1024,7 +1024,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} --- @@ -1067,7 +1067,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/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} --- @@ -1081,7 +1081,7 @@ public java.lang.String getApplication(); Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} --- @@ -1095,7 +1095,7 @@ public java.lang.String getApplicationPackage(); Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} --- @@ -1109,7 +1109,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -1123,7 +1123,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -1159,7 +1159,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} --- @@ -1175,7 +1175,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} --- diff --git a/docs/dataSnowflakeMaskingPolicies.python.md b/docs/dataSnowflakeMaskingPolicies.python.md index 30b8a4b13..f29523f0a 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/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPolicies( | 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/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | | in | DataSnowflakeMaskingPoliciesIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeMaskingPoliciesLimit | 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/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -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/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#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/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} --- @@ -157,7 +157,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} --- @@ -427,7 +427,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} --- @@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} --- @@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} --- @@ -457,7 +457,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -486,7 +486,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} --- @@ -498,7 +498,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} --- @@ -646,7 +646,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/1.0.1/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/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -974,7 +974,7 @@ dataSnowflakeMaskingPolicies.DataSnowflakeMaskingPoliciesConfig( | 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/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | | in | DataSnowflakeMaskingPoliciesIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeMaskingPoliciesLimit | limit block. | @@ -1060,7 +1060,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1077,7 +1077,7 @@ in: DataSnowflakeMaskingPoliciesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} --- @@ -1091,7 +1091,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} --- @@ -1105,7 +1105,7 @@ limit: DataSnowflakeMaskingPoliciesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} --- @@ -1121,7 +1121,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} --- @@ -1163,7 +1163,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/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} --- @@ -1177,7 +1177,7 @@ application: str Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} --- @@ -1191,7 +1191,7 @@ application_package: str Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} --- @@ -1205,7 +1205,7 @@ database: str Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -1219,7 +1219,7 @@ schema: str Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -1255,7 +1255,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} --- @@ -1271,7 +1271,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} --- diff --git a/docs/dataSnowflakeMaskingPolicies.typescript.md b/docs/dataSnowflakeMaskingPolicies.typescript.md index 84753a234..4d2adb4de 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/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies}. #### Initializers @@ -426,7 +426,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/1.0.1/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/1.0.2/docs/data-sources/masking_policies#import import section} in the documentation of this resource for the id to use --- @@ -741,7 +741,7 @@ const dataSnowflakeMaskingPoliciesConfig: dataSnowflakeMaskingPolicies.DataSnowf | 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/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. | | in | DataSnowflakeMaskingPoliciesIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeMaskingPoliciesLimit | limit block. | @@ -827,7 +827,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -844,7 +844,7 @@ public readonly in: DataSnowflakeMaskingPoliciesIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} --- @@ -858,7 +858,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} --- @@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeMaskingPoliciesLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} --- @@ -888,7 +888,7 @@ Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} --- @@ -924,7 +924,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/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} --- @@ -938,7 +938,7 @@ public readonly application: string; Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} --- @@ -952,7 +952,7 @@ public readonly applicationPackage: string; Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} --- @@ -966,7 +966,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} --- @@ -980,7 +980,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} --- @@ -1013,7 +1013,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} --- @@ -1029,7 +1029,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} --- diff --git a/docs/dataSnowflakeMaterializedViews.csharp.md b/docs/dataSnowflakeMaterializedViews.csharp.md index ae243237e..09fe6febe 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/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 f5b51ae73..7f6446c5e 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/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 1cc226472..1aed36107 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/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 de3b98238..fe911bbad 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/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 41e3c1a4e..3856d6d72 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/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/dataSnowflakeNetworkPolicies.csharp.md b/docs/dataSnowflakeNetworkPolicies.csharp.md index 63d042dd0..1f5ac7915 100644 --- a/docs/dataSnowflakeNetworkPolicies.csharp.md +++ b/docs/dataSnowflakeNetworkPolicies.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeNetworkPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici The id of the existing DataSnowflakeNetworkPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_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/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use --- @@ -668,7 +668,7 @@ new DataSnowflakeNetworkPoliciesConfig { | 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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | object | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. | @@ -752,7 +752,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -769,7 +769,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} --- @@ -785,7 +785,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} --- diff --git a/docs/dataSnowflakeNetworkPolicies.go.md b/docs/dataSnowflakeNetworkPolicies.go.md index 5c34271bc..27020e74b 100644 --- a/docs/dataSnowflakeNetworkPolicies.go.md +++ b/docs/dataSnowflakeNetworkPolicies.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeNetworkPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici The id of the existing DataSnowflakeNetworkPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_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/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use --- @@ -668,7 +668,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | interface{} | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. | @@ -752,7 +752,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -769,7 +769,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} --- @@ -785,7 +785,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} --- diff --git a/docs/dataSnowflakeNetworkPolicies.java.md b/docs/dataSnowflakeNetworkPolicies.java.md index ce2da08ee..af30a7148 100644 --- a/docs/dataSnowflakeNetworkPolicies.java.md +++ b/docs/dataSnowflakeNetworkPolicies.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeNetworkPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}. #### Initializers @@ -41,7 +41,7 @@ DataSnowflakeNetworkPolicies.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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. | @@ -111,7 +111,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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -124,7 +124,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} --- @@ -136,7 +136,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} --- @@ -480,7 +480,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici The id of the existing DataSnowflakeNetworkPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_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/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use --- @@ -767,7 +767,7 @@ DataSnowflakeNetworkPoliciesConfig.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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. | @@ -851,7 +851,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -868,7 +868,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} --- @@ -884,7 +884,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} --- diff --git a/docs/dataSnowflakeNetworkPolicies.python.md b/docs/dataSnowflakeNetworkPolicies.python.md index 373d21772..abc79aa80 100644 --- a/docs/dataSnowflakeNetworkPolicies.python.md +++ b/docs/dataSnowflakeNetworkPolicies.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeNetworkPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeNetworkPolicies.DataSnowflakeNetworkPolicies( | 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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. | @@ -108,7 +108,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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} --- @@ -133,7 +133,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} --- @@ -513,7 +513,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici The id of the existing DataSnowflakeNetworkPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_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/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use --- @@ -795,7 +795,7 @@ dataSnowflakeNetworkPolicies.DataSnowflakeNetworkPoliciesConfig( | 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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. | @@ -879,7 +879,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -896,7 +896,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} --- @@ -912,7 +912,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} --- diff --git a/docs/dataSnowflakeNetworkPolicies.typescript.md b/docs/dataSnowflakeNetworkPolicies.typescript.md index a6bfc5dbc..42395424c 100644 --- a/docs/dataSnowflakeNetworkPolicies.typescript.md +++ b/docs/dataSnowflakeNetworkPolicies.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeNetworkPolicies -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeNetworkPolici The id of the existing DataSnowflakeNetworkPolicies that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_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/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use --- @@ -657,7 +657,7 @@ const dataSnowflakeNetworkPoliciesConfig: dataSnowflakeNetworkPolicies.DataSnowf | 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/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | boolean \| cdktf.IResolvable | Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. | @@ -741,7 +741,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -758,7 +758,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} --- @@ -774,7 +774,7 @@ Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICI The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} --- diff --git a/docs/dataSnowflakeParameters.csharp.md b/docs/dataSnowflakeParameters.csharp.md index 07670bf6a..428edb2b1 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/1.0.1/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.go.md b/docs/dataSnowflakeParameters.go.md index 4ed837a96..3253525cc 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/1.0.1/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.java.md b/docs/dataSnowflakeParameters.java.md index 506cafbe7..112554a63 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/1.0.1/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.python.md b/docs/dataSnowflakeParameters.python.md index 04429cf2d..c6da76b20 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/1.0.1/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakeParameters.typescript.md b/docs/dataSnowflakeParameters.typescript.md index dcc1a4017..e474f9f05 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/1.0.1/docs/data-sources/parameters snowflake_parameters}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters#user DataSnowflakeParameters#user} --- diff --git a/docs/dataSnowflakePipes.csharp.md b/docs/dataSnowflakePipes.csharp.md index c1df91853..81126464a 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/1.0.1/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 e9d38307b..50080e9b1 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/1.0.1/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 837d363b7..bf95fddf0 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/1.0.1/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 909e78eb5..a580f226d 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/1.0.1/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 8b9b9ec2b..8f05f8e1e 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/1.0.1/docs/data-sources/pipes snowflake_pipes}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 e934b9546..473db139d 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/1.0.1/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 f5dd9b959..2bf886ebc 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/1.0.1/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 af6380ad9..4cc28388e 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/1.0.1/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 5d0ed03ae..70440e5fb 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/1.0.1/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 393295192..aacfbe2bb 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/1.0.1/docs/data-sources/procedures snowflake_procedures}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 69946710c..18adfeab7 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/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -379,7 +379,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/1.0.1/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/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -638,7 +638,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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -721,7 +721,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -738,7 +738,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} --- diff --git a/docs/dataSnowflakeResourceMonitors.go.md b/docs/dataSnowflakeResourceMonitors.go.md index d836be2e8..ed33e94b8 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/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -379,7 +379,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/1.0.1/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/1.0.2/docs/data-sources/resource_monitors#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/v12/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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -721,7 +721,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -738,7 +738,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} --- diff --git a/docs/dataSnowflakeResourceMonitors.java.md b/docs/dataSnowflakeResourceMonitors.java.md index ba416f928..a0f8a3665 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/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -39,7 +39,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/1.0.1/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/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -121,7 +121,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} --- @@ -458,7 +458,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/1.0.1/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/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -721,7 +721,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/1.0.1/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/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -821,7 +821,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} --- diff --git a/docs/dataSnowflakeResourceMonitors.python.md b/docs/dataSnowflakeResourceMonitors.python.md index 51638e855..9743ffdc8 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/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -37,7 +37,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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -119,7 +119,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} --- @@ -492,7 +492,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/1.0.1/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/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -751,7 +751,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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -834,7 +834,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -851,7 +851,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} --- diff --git a/docs/dataSnowflakeResourceMonitors.typescript.md b/docs/dataSnowflakeResourceMonitors.typescript.md index c482453f0..c65b86724 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/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors}. #### Initializers @@ -379,7 +379,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/1.0.1/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/1.0.2/docs/data-sources/resource_monitors#import import section} in the documentation of this resource for the id to use --- @@ -628,7 +628,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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | --- @@ -711,7 +711,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -728,7 +728,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} --- diff --git a/docs/dataSnowflakeRowAccessPolicies.csharp.md b/docs/dataSnowflakeRowAccessPolicies.csharp.md index f06026aa5..4d2eabf07 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/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -426,7 +426,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/1.0.1/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/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ new DataSnowflakeRowAccessPoliciesConfig { | 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/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | | In | DataSnowflakeRowAccessPoliciesIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeRowAccessPoliciesLimit | limit block. | @@ -840,7 +840,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -857,7 +857,7 @@ public DataSnowflakeRowAccessPoliciesIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} --- @@ -871,7 +871,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} --- @@ -885,7 +885,7 @@ public DataSnowflakeRowAccessPoliciesLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} --- @@ -901,7 +901,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} --- @@ -943,7 +943,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/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} --- @@ -957,7 +957,7 @@ public string Application { get; set; } Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} --- @@ -971,7 +971,7 @@ public string ApplicationPackage { get; set; } Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} --- @@ -985,7 +985,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -999,7 +999,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -1035,7 +1035,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} --- @@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} --- diff --git a/docs/dataSnowflakeRowAccessPolicies.go.md b/docs/dataSnowflakeRowAccessPolicies.go.md index 6cc10eaba..320b5cd07 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/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -426,7 +426,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/1.0.1/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/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | | In | DataSnowflakeRowAccessPoliciesIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeRowAccessPoliciesLimit | limit block. | @@ -840,7 +840,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -857,7 +857,7 @@ In DataSnowflakeRowAccessPoliciesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} --- @@ -871,7 +871,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} --- @@ -885,7 +885,7 @@ Limit DataSnowflakeRowAccessPoliciesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} --- @@ -901,7 +901,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} --- @@ -943,7 +943,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} --- @@ -957,7 +957,7 @@ Application *string Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} --- @@ -971,7 +971,7 @@ ApplicationPackage *string Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} --- @@ -985,7 +985,7 @@ Database *string Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -999,7 +999,7 @@ Schema *string Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -1035,7 +1035,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} --- @@ -1051,7 +1051,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} --- diff --git a/docs/dataSnowflakeRowAccessPolicies.java.md b/docs/dataSnowflakeRowAccessPolicies.java.md index 6f0b9fa95..61e0eda01 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/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -43,7 +43,7 @@ DataSnowflakeRowAccessPolicies.Builder.create(Construct scope, java.lang.String | 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/1.0.1/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/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | | in | DataSnowflakeRowAccessPoliciesIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeRowAccessPoliciesLimit | limit block. | @@ -115,7 +115,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/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -128,7 +128,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/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} --- @@ -148,7 +148,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/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} --- @@ -160,7 +160,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} --- @@ -544,7 +544,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/1.0.1/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/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ DataSnowflakeRowAccessPoliciesConfig.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/1.0.1/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/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | | in | DataSnowflakeRowAccessPoliciesIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeRowAccessPoliciesLimit | limit block. | @@ -963,7 +963,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -980,7 +980,7 @@ public DataSnowflakeRowAccessPoliciesIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} --- @@ -994,7 +994,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} --- @@ -1008,7 +1008,7 @@ public DataSnowflakeRowAccessPoliciesLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} --- @@ -1024,7 +1024,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} --- @@ -1067,7 +1067,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/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} --- @@ -1081,7 +1081,7 @@ public java.lang.String getApplication(); Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} --- @@ -1095,7 +1095,7 @@ public java.lang.String getApplicationPackage(); Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} --- @@ -1109,7 +1109,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -1123,7 +1123,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -1159,7 +1159,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} --- @@ -1175,7 +1175,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} --- diff --git a/docs/dataSnowflakeRowAccessPolicies.python.md b/docs/dataSnowflakeRowAccessPolicies.python.md index 2b4cb3883..61cbd4f10 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/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPolicies( | 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/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | | in | DataSnowflakeRowAccessPoliciesIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeRowAccessPoliciesLimit | 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/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -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/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#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/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} --- @@ -157,7 +157,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} --- @@ -427,7 +427,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} --- @@ -437,7 +437,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} --- @@ -447,7 +447,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} --- @@ -457,7 +457,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -467,7 +467,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -486,7 +486,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} --- @@ -498,7 +498,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} --- @@ -646,7 +646,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/1.0.1/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/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -974,7 +974,7 @@ dataSnowflakeRowAccessPolicies.DataSnowflakeRowAccessPoliciesConfig( | 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/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | | in | DataSnowflakeRowAccessPoliciesIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeRowAccessPoliciesLimit | limit block. | @@ -1060,7 +1060,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1077,7 +1077,7 @@ in: DataSnowflakeRowAccessPoliciesIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} --- @@ -1091,7 +1091,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} --- @@ -1105,7 +1105,7 @@ limit: DataSnowflakeRowAccessPoliciesLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} --- @@ -1121,7 +1121,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} --- @@ -1163,7 +1163,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/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} --- @@ -1177,7 +1177,7 @@ application: str Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} --- @@ -1191,7 +1191,7 @@ application_package: str Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} --- @@ -1205,7 +1205,7 @@ database: str Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -1219,7 +1219,7 @@ schema: str Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -1255,7 +1255,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} --- @@ -1271,7 +1271,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} --- diff --git a/docs/dataSnowflakeRowAccessPolicies.typescript.md b/docs/dataSnowflakeRowAccessPolicies.typescript.md index e44c48d1d..2ffdfa247 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/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies}. #### Initializers @@ -426,7 +426,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/1.0.1/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/1.0.2/docs/data-sources/row_access_policies#import import section} in the documentation of this resource for the id to use --- @@ -741,7 +741,7 @@ const dataSnowflakeRowAccessPoliciesConfig: dataSnowflakeRowAccessPolicies.DataS | 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/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. | | in | DataSnowflakeRowAccessPoliciesIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeRowAccessPoliciesLimit | limit block. | @@ -827,7 +827,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -844,7 +844,7 @@ public readonly in: DataSnowflakeRowAccessPoliciesIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} --- @@ -858,7 +858,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} --- @@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeRowAccessPoliciesLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} --- @@ -888,7 +888,7 @@ Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} --- @@ -924,7 +924,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/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} --- @@ -938,7 +938,7 @@ public readonly application: string; Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} --- @@ -952,7 +952,7 @@ public readonly applicationPackage: string; Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} --- @@ -966,7 +966,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} --- @@ -980,7 +980,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} --- @@ -1013,7 +1013,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} --- @@ -1029,7 +1029,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} --- diff --git a/docs/dataSnowflakeSchemas.csharp.md b/docs/dataSnowflakeSchemas.csharp.md index 4f7fa7219..3bd10a5ac 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/1.0.1/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -440,7 +440,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/1.0.1/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/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -814,7 +814,7 @@ new DataSnowflakeSchemasConfig { | 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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | | In | DataSnowflakeSchemasIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeSchemasLimit | limit block. | @@ -902,7 +902,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -919,7 +919,7 @@ public DataSnowflakeSchemasIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} --- @@ -933,7 +933,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} --- @@ -947,7 +947,7 @@ public DataSnowflakeSchemasLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} --- @@ -961,7 +961,7 @@ public string StartsWith { get; set; } Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} --- @@ -977,7 +977,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} --- @@ -993,7 +993,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} --- @@ -1033,7 +1033,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/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account} --- @@ -1047,7 +1047,7 @@ public string Application { get; set; } Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application} --- @@ -1061,7 +1061,7 @@ public string ApplicationPackage { get; set; } Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} --- @@ -1075,7 +1075,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/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -1111,7 +1111,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} --- @@ -1127,7 +1127,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from} --- diff --git a/docs/dataSnowflakeSchemas.go.md b/docs/dataSnowflakeSchemas.go.md index cab03b3b6..711985286 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/1.0.1/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -440,7 +440,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/1.0.1/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/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -814,7 +814,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | | In | DataSnowflakeSchemasIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeSchemasLimit | limit block. | @@ -902,7 +902,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -919,7 +919,7 @@ In DataSnowflakeSchemasIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} --- @@ -933,7 +933,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} --- @@ -947,7 +947,7 @@ Limit DataSnowflakeSchemasLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} --- @@ -961,7 +961,7 @@ StartsWith *string Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} --- @@ -977,7 +977,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} --- @@ -993,7 +993,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} --- @@ -1033,7 +1033,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account} --- @@ -1047,7 +1047,7 @@ Application *string Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application} --- @@ -1061,7 +1061,7 @@ ApplicationPackage *string Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} --- @@ -1075,7 +1075,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/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -1111,7 +1111,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} --- @@ -1127,7 +1127,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from} --- diff --git a/docs/dataSnowflakeSchemas.java.md b/docs/dataSnowflakeSchemas.java.md index b50fa5a05..3d9a82f15 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/1.0.1/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -46,7 +46,7 @@ DataSnowflakeSchemas.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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | | in | DataSnowflakeSchemasIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeSchemasLimit | limit block. | @@ -120,7 +120,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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -133,7 +133,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/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} --- @@ -153,7 +153,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/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} --- @@ -175,7 +175,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} --- @@ -187,7 +187,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} --- @@ -585,7 +585,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/1.0.1/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/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -965,7 +965,7 @@ DataSnowflakeSchemasConfig.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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | | in | DataSnowflakeSchemasIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeSchemasLimit | limit block. | @@ -1053,7 +1053,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1070,7 +1070,7 @@ public DataSnowflakeSchemasIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} --- @@ -1084,7 +1084,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} --- @@ -1098,7 +1098,7 @@ public DataSnowflakeSchemasLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} --- @@ -1112,7 +1112,7 @@ public java.lang.String getStartsWith(); Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} --- @@ -1128,7 +1128,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} --- @@ -1144,7 +1144,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} --- @@ -1185,7 +1185,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/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account} --- @@ -1199,7 +1199,7 @@ public java.lang.String getApplication(); Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application} --- @@ -1213,7 +1213,7 @@ public java.lang.String getApplicationPackage(); Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} --- @@ -1227,7 +1227,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/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -1263,7 +1263,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} --- @@ -1279,7 +1279,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from} --- diff --git a/docs/dataSnowflakeSchemas.python.md b/docs/dataSnowflakeSchemas.python.md index 02a00f773..5c77c5ed3 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/1.0.1/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -42,7 +42,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemas( | 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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | | in | DataSnowflakeSchemasIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeSchemasLimit | limit block. | @@ -116,7 +116,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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -129,7 +129,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/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} --- @@ -149,7 +149,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/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} --- @@ -171,7 +171,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} --- @@ -183,7 +183,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} --- @@ -454,7 +454,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account} --- @@ -464,7 +464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application} --- @@ -474,7 +474,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} --- @@ -484,7 +484,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/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -503,7 +503,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} --- @@ -515,7 +515,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from} --- @@ -675,7 +675,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/1.0.1/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/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -1049,7 +1049,7 @@ dataSnowflakeSchemas.DataSnowflakeSchemasConfig( | 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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | | in | DataSnowflakeSchemasIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeSchemasLimit | limit block. | @@ -1137,7 +1137,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1154,7 +1154,7 @@ in: DataSnowflakeSchemasIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} --- @@ -1168,7 +1168,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} --- @@ -1182,7 +1182,7 @@ limit: DataSnowflakeSchemasLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} --- @@ -1196,7 +1196,7 @@ starts_with: str Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} --- @@ -1212,7 +1212,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} --- @@ -1228,7 +1228,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} --- @@ -1268,7 +1268,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/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account} --- @@ -1282,7 +1282,7 @@ application: str Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application} --- @@ -1296,7 +1296,7 @@ application_package: str Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} --- @@ -1310,7 +1310,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/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -1346,7 +1346,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} --- @@ -1362,7 +1362,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from} --- diff --git a/docs/dataSnowflakeSchemas.typescript.md b/docs/dataSnowflakeSchemas.typescript.md index 2a9f0f34b..06dfdeb29 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/1.0.1/docs/data-sources/schemas snowflake_schemas}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas}. #### Initializers @@ -440,7 +440,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/1.0.1/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/1.0.2/docs/data-sources/schemas#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ const dataSnowflakeSchemasConfig: dataSnowflakeSchemas.DataSnowflakeSchemasConfi | 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/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. | | in | DataSnowflakeSchemasIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeSchemasLimit | limit block. | @@ -887,7 +887,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -904,7 +904,7 @@ public readonly in: DataSnowflakeSchemasIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} --- @@ -918,7 +918,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} --- @@ -932,7 +932,7 @@ public readonly limit: DataSnowflakeSchemasLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} --- @@ -946,7 +946,7 @@ public readonly startsWith: string; Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} --- @@ -962,7 +962,7 @@ Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} --- @@ -978,7 +978,7 @@ Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} --- @@ -1013,7 +1013,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/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account} --- @@ -1027,7 +1027,7 @@ public readonly application: string; Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application} --- @@ -1041,7 +1041,7 @@ public readonly applicationPackage: string; Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} --- @@ -1055,7 +1055,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/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database} --- @@ -1088,7 +1088,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} --- @@ -1104,7 +1104,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from} --- diff --git a/docs/dataSnowflakeSecrets.csharp.md b/docs/dataSnowflakeSecrets.csharp.md index e30fb93ff..4ca906abf 100644 --- a/docs/dataSnowflakeSecrets.csharp.md +++ b/docs/dataSnowflakeSecrets.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecrets -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im The id of the existing DataSnowflakeSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use --- @@ -711,7 +711,7 @@ new DataSnowflakeSecretsConfig { | 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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | | In | DataSnowflakeSecretsIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | object | Runs DESC SECRET for each secret returned by SHOW SECRETS. | @@ -796,7 +796,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataSnowflakeSecretsIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} --- @@ -827,7 +827,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} --- @@ -843,7 +843,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} --- @@ -885,7 +885,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/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account} --- @@ -899,7 +899,7 @@ public string Application { get; set; } Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application} --- @@ -913,7 +913,7 @@ public string ApplicationPackage { get; set; } Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} --- @@ -927,7 +927,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database} --- @@ -941,7 +941,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} --- diff --git a/docs/dataSnowflakeSecrets.go.md b/docs/dataSnowflakeSecrets.go.md index 9041614b6..21a0cac08 100644 --- a/docs/dataSnowflakeSecrets.go.md +++ b/docs/dataSnowflakeSecrets.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecrets -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im The id of the existing DataSnowflakeSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use --- @@ -711,7 +711,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | | In | DataSnowflakeSecretsIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | interface{} | Runs DESC SECRET for each secret returned by SHOW SECRETS. | @@ -796,7 +796,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ In DataSnowflakeSecretsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} --- @@ -827,7 +827,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} --- @@ -843,7 +843,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} --- @@ -885,7 +885,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account} --- @@ -899,7 +899,7 @@ Application *string Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application} --- @@ -913,7 +913,7 @@ ApplicationPackage *string Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} --- @@ -927,7 +927,7 @@ Database *string Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database} --- @@ -941,7 +941,7 @@ Schema *string Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} --- diff --git a/docs/dataSnowflakeSecrets.java.md b/docs/dataSnowflakeSecrets.java.md index cb777bb2b..6b286bce2 100644 --- a/docs/dataSnowflakeSecrets.java.md +++ b/docs/dataSnowflakeSecrets.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecrets -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}. #### Initializers @@ -42,7 +42,7 @@ DataSnowflakeSecrets.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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | | in | DataSnowflakeSecretsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECRET for each secret returned by SHOW SECRETS. | @@ -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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -126,7 +126,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/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} --- @@ -148,7 +148,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} --- @@ -512,7 +512,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im The id of the existing DataSnowflakeSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ DataSnowflakeSecretsConfig.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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | | in | DataSnowflakeSecretsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECRET for each secret returned by SHOW SECRETS. | @@ -907,7 +907,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -924,7 +924,7 @@ public DataSnowflakeSecretsIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} --- @@ -938,7 +938,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} --- @@ -954,7 +954,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} --- @@ -997,7 +997,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/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account} --- @@ -1011,7 +1011,7 @@ public java.lang.String getApplication(); Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application} --- @@ -1025,7 +1025,7 @@ public java.lang.String getApplicationPackage(); Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} --- @@ -1039,7 +1039,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database} --- @@ -1053,7 +1053,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} --- diff --git a/docs/dataSnowflakeSecrets.python.md b/docs/dataSnowflakeSecrets.python.md index dc7a3c075..45dd1ddfe 100644 --- a/docs/dataSnowflakeSecrets.python.md +++ b/docs/dataSnowflakeSecrets.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecrets -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}. #### Initializers @@ -39,7 +39,7 @@ dataSnowflakeSecrets.DataSnowflakeSecrets( | 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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | | in | DataSnowflakeSecretsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECRET for each secret returned by SHOW SECRETS. | @@ -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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -123,7 +123,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/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} --- @@ -145,7 +145,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} --- @@ -413,7 +413,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account} --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} --- @@ -443,7 +443,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database} --- @@ -453,7 +453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} --- @@ -595,7 +595,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im The id of the existing DataSnowflakeSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use --- @@ -900,7 +900,7 @@ dataSnowflakeSecrets.DataSnowflakeSecretsConfig( | 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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | | in | DataSnowflakeSecretsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECRET for each secret returned by SHOW SECRETS. | @@ -985,7 +985,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ in: DataSnowflakeSecretsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} --- @@ -1016,7 +1016,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} --- @@ -1032,7 +1032,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} --- @@ -1074,7 +1074,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/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account} --- @@ -1088,7 +1088,7 @@ application: str Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application} --- @@ -1102,7 +1102,7 @@ application_package: str Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} --- @@ -1116,7 +1116,7 @@ database: str Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database} --- @@ -1130,7 +1130,7 @@ schema: str Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} --- diff --git a/docs/dataSnowflakeSecrets.typescript.md b/docs/dataSnowflakeSecrets.typescript.md index 767307b66..c514dbe04 100644 --- a/docs/dataSnowflakeSecrets.typescript.md +++ b/docs/dataSnowflakeSecrets.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecrets -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets}. #### Initializers @@ -406,7 +406,7 @@ The construct id used in the generated config for the DataSnowflakeSecrets to im The id of the existing DataSnowflakeSecrets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use --- @@ -699,7 +699,7 @@ const dataSnowflakeSecretsConfig: dataSnowflakeSecrets.DataSnowflakeSecretsConfi | 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/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. | | in | DataSnowflakeSecretsIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | boolean \| cdktf.IResolvable | Runs DESC SECRET for each secret returned by SHOW SECRETS. | @@ -784,7 +784,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -801,7 +801,7 @@ public readonly in: DataSnowflakeSecretsIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} --- @@ -815,7 +815,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} --- @@ -831,7 +831,7 @@ Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} --- @@ -867,7 +867,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/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account} --- @@ -881,7 +881,7 @@ public readonly application: string; Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application} --- @@ -895,7 +895,7 @@ public readonly applicationPackage: string; Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} --- @@ -909,7 +909,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database} --- @@ -923,7 +923,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} --- diff --git a/docs/dataSnowflakeSecurityIntegrations.csharp.md b/docs/dataSnowflakeSecurityIntegrations.csharp.md index 8edf7531c..cae84a110 100644 --- a/docs/dataSnowflakeSecurityIntegrations.csharp.md +++ b/docs/dataSnowflakeSecurityIntegrations.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecurityIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg The id of the existing DataSnowflakeSecurityIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_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/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use --- @@ -668,7 +668,7 @@ new DataSnowflakeSecurityIntegrationsConfig { | 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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | object | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. | @@ -752,7 +752,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -769,7 +769,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} --- @@ -785,7 +785,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} --- diff --git a/docs/dataSnowflakeSecurityIntegrations.go.md b/docs/dataSnowflakeSecurityIntegrations.go.md index 1f79799a5..b27eee5a7 100644 --- a/docs/dataSnowflakeSecurityIntegrations.go.md +++ b/docs/dataSnowflakeSecurityIntegrations.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecurityIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg The id of the existing DataSnowflakeSecurityIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_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/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use --- @@ -668,7 +668,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | interface{} | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. | @@ -752,7 +752,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -769,7 +769,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} --- @@ -785,7 +785,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} --- diff --git a/docs/dataSnowflakeSecurityIntegrations.java.md b/docs/dataSnowflakeSecurityIntegrations.java.md index 5e6bd4f20..f3aa03689 100644 --- a/docs/dataSnowflakeSecurityIntegrations.java.md +++ b/docs/dataSnowflakeSecurityIntegrations.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecurityIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}. #### Initializers @@ -41,7 +41,7 @@ DataSnowflakeSecurityIntegrations.Builder.create(Construct scope, java.lang.Stri | 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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. | @@ -111,7 +111,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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -124,7 +124,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} --- @@ -136,7 +136,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} --- @@ -480,7 +480,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg The id of the existing DataSnowflakeSecurityIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_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/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use --- @@ -767,7 +767,7 @@ DataSnowflakeSecurityIntegrationsConfig.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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. | @@ -851,7 +851,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -868,7 +868,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} --- @@ -884,7 +884,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} --- diff --git a/docs/dataSnowflakeSecurityIntegrations.python.md b/docs/dataSnowflakeSecurityIntegrations.python.md index 18ebc36d3..13a7aa7ed 100644 --- a/docs/dataSnowflakeSecurityIntegrations.python.md +++ b/docs/dataSnowflakeSecurityIntegrations.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecurityIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeSecurityIntegrations.DataSnowflakeSecurityIntegrations( | 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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. | @@ -108,7 +108,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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} --- @@ -133,7 +133,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} --- @@ -513,7 +513,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg The id of the existing DataSnowflakeSecurityIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_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/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use --- @@ -795,7 +795,7 @@ dataSnowflakeSecurityIntegrations.DataSnowflakeSecurityIntegrationsConfig( | 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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. | @@ -879,7 +879,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -896,7 +896,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} --- @@ -912,7 +912,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} --- diff --git a/docs/dataSnowflakeSecurityIntegrations.typescript.md b/docs/dataSnowflakeSecurityIntegrations.typescript.md index 3d282fb21..d07121890 100644 --- a/docs/dataSnowflakeSecurityIntegrations.typescript.md +++ b/docs/dataSnowflakeSecurityIntegrations.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeSecurityIntegrations -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations}. #### Initializers @@ -386,7 +386,7 @@ The construct id used in the generated config for the DataSnowflakeSecurityInteg The id of the existing DataSnowflakeSecurityIntegrations that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_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/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use --- @@ -657,7 +657,7 @@ const dataSnowflakeSecurityIntegrationsConfig: dataSnowflakeSecurityIntegrations | 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/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | boolean \| cdktf.IResolvable | Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. | @@ -741,7 +741,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -758,7 +758,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} --- @@ -774,7 +774,7 @@ Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SE The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} --- diff --git a/docs/dataSnowflakeSequences.csharp.md b/docs/dataSnowflakeSequences.csharp.md index 687414da0..041e60a30 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/1.0.1/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 bd7ab5aab..f7461787c 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/1.0.1/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 8b2846058..0d94165dc 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/1.0.1/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 7e303ab46..c617ccb61 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/1.0.1/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 3fc96b159..3e47b03e2 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/1.0.1/docs/data-sources/sequences snowflake_sequences}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 870da3aa9..91fc3e0ad 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/1.0.1/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.go.md b/docs/dataSnowflakeShares.go.md index c97802691..03c689b7c 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/1.0.1/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.java.md b/docs/dataSnowflakeShares.java.md index 1fe810c9b..e3adbd9f1 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/1.0.1/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.python.md b/docs/dataSnowflakeShares.python.md index 43c0fdfc3..0fda57577 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/1.0.1/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeShares.typescript.md b/docs/dataSnowflakeShares.typescript.md index 1d64107ce..d1c9912a8 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/1.0.1/docs/data-sources/shares snowflake_shares}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} --- diff --git a/docs/dataSnowflakeStages.csharp.md b/docs/dataSnowflakeStages.csharp.md index d05d83584..a293607be 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/1.0.1/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 d6d3b0051..9330ad043 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/1.0.1/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 47d483388..937bc9b85 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/1.0.1/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 d458dbe92..9bce66178 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/1.0.1/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 dd21a7f91..222748cea 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/1.0.1/docs/data-sources/stages snowflake_stages}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 e27964bf9..41554c8ab 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/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 a68dc6419..9e8c6ca5c 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/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 84c57e381..547885a43 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/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 e8f093270..e41576f44 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/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 cf1de2335..7a587a79f 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/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/dataSnowflakeStreamlits.csharp.md b/docs/dataSnowflakeStreamlits.csharp.md index a10902fe8..9953effa9 100644 --- a/docs/dataSnowflakeStreamlits.csharp.md +++ b/docs/dataSnowflakeStreamlits.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreamlits -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}. #### Initializers @@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to The id of the existing DataSnowflakeStreamlits that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ new DataSnowflakeStreamlitsConfig { | 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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | | In | DataSnowflakeStreamlitsIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeStreamlitsLimit | limit block. | @@ -840,7 +840,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 DataSnowflakeStreamlitsIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} --- @@ -871,7 +871,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} --- @@ -885,7 +885,7 @@ public DataSnowflakeStreamlitsLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} --- @@ -901,7 +901,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} --- @@ -939,7 +939,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/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} --- @@ -953,7 +953,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/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} --- @@ -967,7 +967,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/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} --- @@ -1003,7 +1003,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} --- @@ -1019,7 +1019,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} --- diff --git a/docs/dataSnowflakeStreamlits.go.md b/docs/dataSnowflakeStreamlits.go.md index 658b3e791..639d4ee06 100644 --- a/docs/dataSnowflakeStreamlits.go.md +++ b/docs/dataSnowflakeStreamlits.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreamlits -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}. #### Initializers @@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to The id of the existing DataSnowflakeStreamlits that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use --- @@ -754,7 +754,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | | In | DataSnowflakeStreamlitsIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeStreamlitsLimit | limit block. | @@ -840,7 +840,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ In DataSnowflakeStreamlitsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} --- @@ -871,7 +871,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} --- @@ -885,7 +885,7 @@ Limit DataSnowflakeStreamlitsLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} --- @@ -901,7 +901,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} --- @@ -939,7 +939,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} --- @@ -953,7 +953,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/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} --- @@ -967,7 +967,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/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} --- @@ -1003,7 +1003,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} --- @@ -1019,7 +1019,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} --- diff --git a/docs/dataSnowflakeStreamlits.java.md b/docs/dataSnowflakeStreamlits.java.md index 8c56d2113..ea8b26078 100644 --- a/docs/dataSnowflakeStreamlits.java.md +++ b/docs/dataSnowflakeStreamlits.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreamlits -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}. #### Initializers @@ -43,7 +43,7 @@ DataSnowflakeStreamlits.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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | | in | DataSnowflakeStreamlitsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamlitsLimit | limit block. | @@ -115,7 +115,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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -128,7 +128,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/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} --- @@ -148,7 +148,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/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} --- @@ -160,7 +160,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} --- @@ -544,7 +544,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to The id of the existing DataSnowflakeStreamlits that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ DataSnowflakeStreamlitsConfig.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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | | in | DataSnowflakeStreamlitsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamlitsLimit | limit block. | @@ -963,7 +963,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public DataSnowflakeStreamlitsIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} --- @@ -994,7 +994,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} --- @@ -1008,7 +1008,7 @@ public DataSnowflakeStreamlitsLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} --- @@ -1024,7 +1024,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} --- @@ -1063,7 +1063,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/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} --- @@ -1077,7 +1077,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/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} --- @@ -1091,7 +1091,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/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} --- @@ -1127,7 +1127,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} --- @@ -1143,7 +1143,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} --- diff --git a/docs/dataSnowflakeStreamlits.python.md b/docs/dataSnowflakeStreamlits.python.md index 1147ee56e..d0cf97da5 100644 --- a/docs/dataSnowflakeStreamlits.python.md +++ b/docs/dataSnowflakeStreamlits.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreamlits -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}. #### Initializers @@ -40,7 +40,7 @@ dataSnowflakeStreamlits.DataSnowflakeStreamlits( | 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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | | in | DataSnowflakeStreamlitsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamlitsLimit | 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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} --- @@ -135,7 +135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#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/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} --- @@ -157,7 +157,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} --- @@ -425,7 +425,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} --- @@ -435,7 +435,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/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} --- @@ -445,7 +445,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/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} --- @@ -464,7 +464,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} --- @@ -476,7 +476,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} --- @@ -624,7 +624,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to The id of the existing DataSnowflakeStreamlits that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use --- @@ -952,7 +952,7 @@ dataSnowflakeStreamlits.DataSnowflakeStreamlitsConfig( | 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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | | in | DataSnowflakeStreamlitsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamlitsLimit | limit block. | @@ -1038,7 +1038,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1055,7 +1055,7 @@ in: DataSnowflakeStreamlitsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} --- @@ -1069,7 +1069,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} --- @@ -1083,7 +1083,7 @@ limit: DataSnowflakeStreamlitsLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} --- @@ -1099,7 +1099,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} --- @@ -1137,7 +1137,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/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} --- @@ -1151,7 +1151,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/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} --- @@ -1165,7 +1165,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/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} --- @@ -1201,7 +1201,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} --- @@ -1217,7 +1217,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} --- diff --git a/docs/dataSnowflakeStreamlits.typescript.md b/docs/dataSnowflakeStreamlits.typescript.md index bc7db1428..ba3358749 100644 --- a/docs/dataSnowflakeStreamlits.typescript.md +++ b/docs/dataSnowflakeStreamlits.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeStreamlits -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits}. #### Initializers @@ -426,7 +426,7 @@ The construct id used in the generated config for the DataSnowflakeStreamlits to The id of the existing DataSnowflakeStreamlits that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use --- @@ -741,7 +741,7 @@ const dataSnowflakeStreamlitsConfig: dataSnowflakeStreamlits.DataSnowflakeStream | 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/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. | | in | DataSnowflakeStreamlitsIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamlitsLimit | limit block. | @@ -827,7 +827,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -844,7 +844,7 @@ public readonly in: DataSnowflakeStreamlitsIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} --- @@ -858,7 +858,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} --- @@ -872,7 +872,7 @@ public readonly limit: DataSnowflakeStreamlitsLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} --- @@ -888,7 +888,7 @@ Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} --- @@ -922,7 +922,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/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} --- @@ -936,7 +936,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/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} --- @@ -950,7 +950,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/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} --- @@ -983,7 +983,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} --- @@ -999,7 +999,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} --- diff --git a/docs/dataSnowflakeStreams.csharp.md b/docs/dataSnowflakeStreams.csharp.md index 0f8d7c777..14d69d24e 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/1.0.1/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -433,7 +433,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/1.0.1/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/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -784,7 +784,7 @@ new DataSnowflakeStreamsConfig { | 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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. | | In | DataSnowflakeStreamsIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeStreamsLimit | limit block. | @@ -871,7 +871,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -888,7 +888,7 @@ public DataSnowflakeStreamsIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} --- @@ -902,7 +902,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like} --- @@ -916,7 +916,7 @@ public DataSnowflakeStreamsLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} --- @@ -930,7 +930,7 @@ public string StartsWith { get; set; } Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} --- @@ -946,7 +946,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} --- @@ -988,7 +988,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/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account} --- @@ -1002,7 +1002,7 @@ public string Application { get; set; } Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application} --- @@ -1016,7 +1016,7 @@ public string ApplicationPackage { get; set; } Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} --- @@ -1030,7 +1030,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -1044,7 +1044,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -1080,7 +1080,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows} --- @@ -1096,7 +1096,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from} --- diff --git a/docs/dataSnowflakeStreams.go.md b/docs/dataSnowflakeStreams.go.md index 0bf8c58af..7e8e22d48 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/1.0.1/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -433,7 +433,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/1.0.1/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/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -784,7 +784,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. | | In | DataSnowflakeStreamsIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeStreamsLimit | limit block. | @@ -871,7 +871,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -888,7 +888,7 @@ In DataSnowflakeStreamsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} --- @@ -902,7 +902,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like} --- @@ -916,7 +916,7 @@ Limit DataSnowflakeStreamsLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} --- @@ -930,7 +930,7 @@ StartsWith *string Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} --- @@ -946,7 +946,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} --- @@ -988,7 +988,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account} --- @@ -1002,7 +1002,7 @@ Application *string Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application} --- @@ -1016,7 +1016,7 @@ ApplicationPackage *string Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} --- @@ -1030,7 +1030,7 @@ Database *string Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -1044,7 +1044,7 @@ Schema *string Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -1080,7 +1080,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows} --- @@ -1096,7 +1096,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from} --- diff --git a/docs/dataSnowflakeStreams.java.md b/docs/dataSnowflakeStreams.java.md index f94e72917..6b41cb596 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/1.0.1/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -44,7 +44,7 @@ DataSnowflakeStreams.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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. | | in | DataSnowflakeStreamsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamsLimit | limit block. | @@ -117,7 +117,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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -130,7 +130,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/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like} --- @@ -150,7 +150,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/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} --- @@ -172,7 +172,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} --- @@ -563,7 +563,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/1.0.1/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/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ DataSnowflakeStreamsConfig.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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. | | in | DataSnowflakeStreamsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamsLimit | limit block. | @@ -1006,7 +1006,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1023,7 +1023,7 @@ public DataSnowflakeStreamsIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} --- @@ -1037,7 +1037,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like} --- @@ -1051,7 +1051,7 @@ public DataSnowflakeStreamsLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} --- @@ -1065,7 +1065,7 @@ public java.lang.String getStartsWith(); Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} --- @@ -1081,7 +1081,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} --- @@ -1124,7 +1124,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/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account} --- @@ -1138,7 +1138,7 @@ public java.lang.String getApplication(); Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application} --- @@ -1152,7 +1152,7 @@ public java.lang.String getApplicationPackage(); Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} --- @@ -1166,7 +1166,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -1180,7 +1180,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -1216,7 +1216,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows} --- @@ -1232,7 +1232,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from} --- diff --git a/docs/dataSnowflakeStreams.python.md b/docs/dataSnowflakeStreams.python.md index b1d1b85d2..291a8fb1a 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/1.0.1/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeStreams.DataSnowflakeStreams( | 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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. | | in | DataSnowflakeStreamsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamsLimit | limit block. | @@ -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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -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/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#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/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} --- @@ -169,7 +169,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} --- @@ -440,7 +440,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account} --- @@ -450,7 +450,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application} --- @@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} --- @@ -470,7 +470,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -480,7 +480,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -499,7 +499,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows} --- @@ -511,7 +511,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from} --- @@ -665,7 +665,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/1.0.1/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/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -1016,7 +1016,7 @@ dataSnowflakeStreams.DataSnowflakeStreamsConfig( | 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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. | | in | DataSnowflakeStreamsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamsLimit | limit block. | @@ -1103,7 +1103,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1120,7 +1120,7 @@ in: DataSnowflakeStreamsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} --- @@ -1134,7 +1134,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like} --- @@ -1148,7 +1148,7 @@ limit: DataSnowflakeStreamsLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} --- @@ -1162,7 +1162,7 @@ starts_with: str Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} --- @@ -1178,7 +1178,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} --- @@ -1220,7 +1220,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/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account} --- @@ -1234,7 +1234,7 @@ application: str Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application} --- @@ -1248,7 +1248,7 @@ application_package: str Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} --- @@ -1262,7 +1262,7 @@ database: str Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -1276,7 +1276,7 @@ schema: str Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -1312,7 +1312,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows} --- @@ -1328,7 +1328,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from} --- diff --git a/docs/dataSnowflakeStreams.typescript.md b/docs/dataSnowflakeStreams.typescript.md index 476b2692e..4bb8875d1 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/1.0.1/docs/data-sources/streams snowflake_streams}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams}. #### Initializers @@ -433,7 +433,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/1.0.1/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/1.0.2/docs/data-sources/streams#import import section} in the documentation of this resource for the id to use --- @@ -770,7 +770,7 @@ const dataSnowflakeStreamsConfig: dataSnowflakeStreams.DataSnowflakeStreamsConfi | 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/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#id DataSnowflakeStreams#id}. | | in | DataSnowflakeStreamsIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeStreamsLimit | limit block. | @@ -857,7 +857,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -874,7 +874,7 @@ public readonly in: DataSnowflakeStreamsIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} --- @@ -888,7 +888,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like} --- @@ -902,7 +902,7 @@ public readonly limit: DataSnowflakeStreamsLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} --- @@ -916,7 +916,7 @@ public readonly startsWith: string; Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} --- @@ -932,7 +932,7 @@ Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} --- @@ -968,7 +968,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/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account} --- @@ -982,7 +982,7 @@ public readonly application: string; Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application} --- @@ -996,7 +996,7 @@ public readonly applicationPackage: string; Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} --- @@ -1010,7 +1010,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database} --- @@ -1024,7 +1024,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema} --- @@ -1057,7 +1057,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows} --- @@ -1073,7 +1073,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from} --- diff --git a/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md b/docs/dataSnowflakeSystemGenerateScimAccessToken.csharp.md index 34749f47f..1d5a69629 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 250c2c5be..5c7d6094a 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 a03855f04..21d82634f 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 2915c2fc5..84152b218 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 69831df7f..c9d485e6a 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 025e9250b..be527a8c2 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 68c58c5a3..bd2cd6bf4 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 ca0b0bca6..59cedc76c 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 d8562939e..f6238336a 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 514923b9f..c9838fdc4 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 4d4a18781..8b593381e 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/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 ac928996e..bc5c903a3 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/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 a1b5eea77..42303837e 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/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 85fde5b61..deb9037d7 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/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 b0cda7e5c..2fb78b022 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/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 9278eae83..b99c5fc25 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 df9c9ed03..ac970b55e 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 2f08322b6..7c2bbadf3 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 4692fe82d..e6c33d309 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 fb82d9448..9f4d4379b 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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 c9948f56e..5a8f98231 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/1.0.1/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 5fe67ac5a..20d495825 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/1.0.1/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 e357357d8..d1f8dc51b 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/1.0.1/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 4c27e6750..ee6380655 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/1.0.1/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 3d5b7156f..fb910af7b 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/1.0.1/docs/data-sources/tables snowflake_tables}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/dataSnowflakeTags.csharp.md b/docs/dataSnowflakeTags.csharp.md index 4ada41c09..be9c15366 100644 --- a/docs/dataSnowflakeTags.csharp.md +++ b/docs/dataSnowflakeTags.csharp.md @@ -4,7 +4,7 @@ ### DataSnowflakeTags -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor The id of the existing DataSnowflakeTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use --- @@ -681,7 +681,7 @@ new DataSnowflakeTagsConfig { | 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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. | | In | DataSnowflakeTagsIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -765,7 +765,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -782,7 +782,7 @@ public DataSnowflakeTagsIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} --- @@ -796,7 +796,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} --- @@ -838,7 +838,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/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account} --- @@ -852,7 +852,7 @@ public string Application { get; set; } Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application} --- @@ -866,7 +866,7 @@ public string ApplicationPackage { get; set; } Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} --- @@ -880,7 +880,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database} --- @@ -894,7 +894,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema} --- diff --git a/docs/dataSnowflakeTags.go.md b/docs/dataSnowflakeTags.go.md index a12d59a34..397ac2221 100644 --- a/docs/dataSnowflakeTags.go.md +++ b/docs/dataSnowflakeTags.go.md @@ -4,7 +4,7 @@ ### DataSnowflakeTags -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor The id of the existing DataSnowflakeTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use --- @@ -681,7 +681,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. | | In | DataSnowflakeTagsIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -765,7 +765,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -782,7 +782,7 @@ In DataSnowflakeTagsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} --- @@ -796,7 +796,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} --- @@ -838,7 +838,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account} --- @@ -852,7 +852,7 @@ Application *string Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application} --- @@ -866,7 +866,7 @@ ApplicationPackage *string Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} --- @@ -880,7 +880,7 @@ Database *string Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database} --- @@ -894,7 +894,7 @@ Schema *string Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema} --- diff --git a/docs/dataSnowflakeTags.java.md b/docs/dataSnowflakeTags.java.md index 1696f9a2c..06d9984c8 100644 --- a/docs/dataSnowflakeTags.java.md +++ b/docs/dataSnowflakeTags.java.md @@ -4,7 +4,7 @@ ### DataSnowflakeTags -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}. #### Initializers @@ -40,7 +40,7 @@ DataSnowflakeTags.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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. | | in | DataSnowflakeTagsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -110,7 +110,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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -123,7 +123,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/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} --- @@ -490,7 +490,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor The id of the existing DataSnowflakeTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use --- @@ -776,7 +776,7 @@ DataSnowflakeTagsConfig.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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. | | in | DataSnowflakeTagsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -860,7 +860,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -877,7 +877,7 @@ public DataSnowflakeTagsIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} --- @@ -891,7 +891,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} --- @@ -934,7 +934,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/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account} --- @@ -948,7 +948,7 @@ public java.lang.String getApplication(); Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application} --- @@ -962,7 +962,7 @@ public java.lang.String getApplicationPackage(); Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} --- @@ -976,7 +976,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database} --- @@ -990,7 +990,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema} --- diff --git a/docs/dataSnowflakeTags.python.md b/docs/dataSnowflakeTags.python.md index c12c6afc7..a05146628 100644 --- a/docs/dataSnowflakeTags.python.md +++ b/docs/dataSnowflakeTags.python.md @@ -4,7 +4,7 @@ ### DataSnowflakeTags -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}. #### Initializers @@ -38,7 +38,7 @@ dataSnowflakeTags.DataSnowflakeTags( | 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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. | | in | DataSnowflakeTagsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -108,7 +108,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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} --- @@ -398,7 +398,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account} --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application} --- @@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} --- @@ -428,7 +428,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database} --- @@ -438,7 +438,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema} --- @@ -574,7 +574,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor The id of the existing DataSnowflakeTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use --- @@ -856,7 +856,7 @@ dataSnowflakeTags.DataSnowflakeTagsConfig( | 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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. | | in | DataSnowflakeTagsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -940,7 +940,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -957,7 +957,7 @@ in: DataSnowflakeTagsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} --- @@ -971,7 +971,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} --- @@ -1013,7 +1013,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/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account} --- @@ -1027,7 +1027,7 @@ application: str Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application} --- @@ -1041,7 +1041,7 @@ application_package: str Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} --- @@ -1055,7 +1055,7 @@ database: str Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database} --- @@ -1069,7 +1069,7 @@ schema: str Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema} --- diff --git a/docs/dataSnowflakeTags.typescript.md b/docs/dataSnowflakeTags.typescript.md index c57dcc8b2..62531fdbd 100644 --- a/docs/dataSnowflakeTags.typescript.md +++ b/docs/dataSnowflakeTags.typescript.md @@ -4,7 +4,7 @@ ### DataSnowflakeTags -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags}. #### Initializers @@ -399,7 +399,7 @@ The construct id used in the generated config for the DataSnowflakeTags to impor The id of the existing DataSnowflakeTags that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use --- @@ -670,7 +670,7 @@ const dataSnowflakeTagsConfig: dataSnowflakeTags.DataSnowflakeTagsConfig = { ... | 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/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. | | in | DataSnowflakeTagsIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | @@ -754,7 +754,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -771,7 +771,7 @@ public readonly in: DataSnowflakeTagsIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} --- @@ -785,7 +785,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} --- @@ -821,7 +821,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/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account} --- @@ -835,7 +835,7 @@ public readonly application: string; Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application} --- @@ -849,7 +849,7 @@ public readonly applicationPackage: string; Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} --- @@ -863,7 +863,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database} --- @@ -877,7 +877,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema} --- diff --git a/docs/dataSnowflakeTasks.csharp.md b/docs/dataSnowflakeTasks.csharp.md index 4773afff0..eb5931d85 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/1.0.1/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -440,7 +440,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/1.0.1/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/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -814,7 +814,7 @@ new DataSnowflakeTasksConfig { | 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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | | In | DataSnowflakeTasksIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeTasksLimit | limit block. | @@ -902,7 +902,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -919,7 +919,7 @@ public DataSnowflakeTasksIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} --- @@ -933,7 +933,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} --- @@ -947,7 +947,7 @@ public DataSnowflakeTasksLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} --- @@ -961,7 +961,7 @@ public object RootOnly { get; set; } Filters the command output to return only root tasks (tasks with no predecessors). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} --- @@ -975,7 +975,7 @@ public string StartsWith { get; set; } Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} --- @@ -991,7 +991,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} --- @@ -1033,7 +1033,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/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account} --- @@ -1047,7 +1047,7 @@ public string Application { get; set; } Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application} --- @@ -1061,7 +1061,7 @@ public string ApplicationPackage { get; set; } Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} --- @@ -1075,7 +1075,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -1089,7 +1089,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -1125,7 +1125,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} --- @@ -1141,7 +1141,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from} --- diff --git a/docs/dataSnowflakeTasks.go.md b/docs/dataSnowflakeTasks.go.md index 05fa8d00e..c3686f36b 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/1.0.1/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -440,7 +440,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/1.0.1/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/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -814,7 +814,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | | In | DataSnowflakeTasksIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeTasksLimit | limit block. | @@ -902,7 +902,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -919,7 +919,7 @@ In DataSnowflakeTasksIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} --- @@ -933,7 +933,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} --- @@ -947,7 +947,7 @@ Limit DataSnowflakeTasksLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} --- @@ -961,7 +961,7 @@ RootOnly interface{} Filters the command output to return only root tasks (tasks with no predecessors). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} --- @@ -975,7 +975,7 @@ StartsWith *string Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} --- @@ -991,7 +991,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} --- @@ -1033,7 +1033,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account} --- @@ -1047,7 +1047,7 @@ Application *string Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application} --- @@ -1061,7 +1061,7 @@ ApplicationPackage *string Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} --- @@ -1075,7 +1075,7 @@ Database *string Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -1089,7 +1089,7 @@ Schema *string Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -1125,7 +1125,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} --- @@ -1141,7 +1141,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from} --- diff --git a/docs/dataSnowflakeTasks.java.md b/docs/dataSnowflakeTasks.java.md index 3137889f6..c8f8173c0 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/1.0.1/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -46,7 +46,7 @@ DataSnowflakeTasks.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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | | in | DataSnowflakeTasksIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeTasksLimit | limit block. | @@ -120,7 +120,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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -133,7 +133,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/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} --- @@ -153,7 +153,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/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the command output to return only root tasks (tasks with no predecessors). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} --- @@ -185,7 +185,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} --- @@ -583,7 +583,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/1.0.1/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/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -963,7 +963,7 @@ DataSnowflakeTasksConfig.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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | | in | DataSnowflakeTasksIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeTasksLimit | limit block. | @@ -1051,7 +1051,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1068,7 +1068,7 @@ public DataSnowflakeTasksIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} --- @@ -1082,7 +1082,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} --- @@ -1096,7 +1096,7 @@ public DataSnowflakeTasksLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} --- @@ -1110,7 +1110,7 @@ public java.lang.Object getRootOnly(); Filters the command output to return only root tasks (tasks with no predecessors). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} --- @@ -1124,7 +1124,7 @@ public java.lang.String getStartsWith(); Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} --- @@ -1140,7 +1140,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} --- @@ -1183,7 +1183,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/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account} --- @@ -1197,7 +1197,7 @@ public java.lang.String getApplication(); Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application} --- @@ -1211,7 +1211,7 @@ public java.lang.String getApplicationPackage(); Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} --- @@ -1225,7 +1225,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -1239,7 +1239,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -1275,7 +1275,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} --- @@ -1291,7 +1291,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from} --- diff --git a/docs/dataSnowflakeTasks.python.md b/docs/dataSnowflakeTasks.python.md index 0acba54f5..6a409fd5c 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/1.0.1/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -42,7 +42,7 @@ dataSnowflakeTasks.DataSnowflakeTasks( | 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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | | in | DataSnowflakeTasksIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeTasksLimit | limit block. | @@ -116,7 +116,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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -129,7 +129,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/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} --- @@ -149,7 +149,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/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the command output to return only root tasks (tasks with no predecessors). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} --- @@ -181,7 +181,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} --- @@ -453,7 +453,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account} --- @@ -463,7 +463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application} --- @@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} --- @@ -483,7 +483,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -493,7 +493,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -512,7 +512,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} --- @@ -524,7 +524,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from} --- @@ -684,7 +684,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/1.0.1/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/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -1058,7 +1058,7 @@ dataSnowflakeTasks.DataSnowflakeTasksConfig( | 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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | | in | DataSnowflakeTasksIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeTasksLimit | limit block. | @@ -1146,7 +1146,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1163,7 +1163,7 @@ in: DataSnowflakeTasksIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} --- @@ -1177,7 +1177,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} --- @@ -1191,7 +1191,7 @@ limit: DataSnowflakeTasksLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} --- @@ -1205,7 +1205,7 @@ root_only: typing.Union[bool, IResolvable] Filters the command output to return only root tasks (tasks with no predecessors). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} --- @@ -1219,7 +1219,7 @@ starts_with: str Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} --- @@ -1235,7 +1235,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} --- @@ -1277,7 +1277,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/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account} --- @@ -1291,7 +1291,7 @@ application: str Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application} --- @@ -1305,7 +1305,7 @@ application_package: str Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} --- @@ -1319,7 +1319,7 @@ database: str Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -1333,7 +1333,7 @@ schema: str Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -1369,7 +1369,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} --- @@ -1385,7 +1385,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from} --- diff --git a/docs/dataSnowflakeTasks.typescript.md b/docs/dataSnowflakeTasks.typescript.md index 4558bd61c..c4d50b45c 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/1.0.1/docs/data-sources/tasks snowflake_tasks}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks}. #### Initializers @@ -440,7 +440,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/1.0.1/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/1.0.2/docs/data-sources/tasks#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ const dataSnowflakeTasksConfig: dataSnowflakeTasks.DataSnowflakeTasksConfig = { | 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/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#id DataSnowflakeTasks#id}. | | in | DataSnowflakeTasksIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeTasksLimit | limit block. | @@ -887,7 +887,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -904,7 +904,7 @@ public readonly in: DataSnowflakeTasksIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} --- @@ -918,7 +918,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} --- @@ -932,7 +932,7 @@ public readonly limit: DataSnowflakeTasksLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} --- @@ -946,7 +946,7 @@ public readonly rootOnly: boolean | IResolvable; Filters the command output to return only root tasks (tasks with no predecessors). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} --- @@ -960,7 +960,7 @@ public readonly startsWith: string; Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} --- @@ -976,7 +976,7 @@ Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} --- @@ -1012,7 +1012,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/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account} --- @@ -1026,7 +1026,7 @@ public readonly application: string; Returns records for the specified application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application} --- @@ -1040,7 +1040,7 @@ public readonly applicationPackage: string; Returns records for the specified application package. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} --- @@ -1054,7 +1054,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database} --- @@ -1068,7 +1068,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} --- @@ -1101,7 +1101,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} --- @@ -1117,7 +1117,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from} --- diff --git a/docs/dataSnowflakeUsers.csharp.md b/docs/dataSnowflakeUsers.csharp.md index 5e47aca92..dc3acfebf 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/1.0.1/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}. #### Initializers @@ -420,7 +420,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/1.0.1/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/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ new DataSnowflakeUsersConfig { | 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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeUsersLimit | limit block. | | StartsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -858,7 +858,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -875,7 +875,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} --- @@ -889,7 +889,7 @@ public DataSnowflakeUsersLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} --- @@ -903,7 +903,7 @@ public string StartsWith { get; set; } Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} --- @@ -919,7 +919,7 @@ Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} --- @@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} --- @@ -971,7 +971,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows} --- @@ -987,7 +987,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from} --- diff --git a/docs/dataSnowflakeUsers.go.md b/docs/dataSnowflakeUsers.go.md index a309c8da1..14deee0ea 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/1.0.1/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}. #### Initializers @@ -420,7 +420,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/1.0.1/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/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeUsersLimit | limit block. | | StartsWith | *string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -858,7 +858,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -875,7 +875,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} --- @@ -889,7 +889,7 @@ Limit DataSnowflakeUsersLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} --- @@ -903,7 +903,7 @@ StartsWith *string Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} --- @@ -919,7 +919,7 @@ Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} --- @@ -935,7 +935,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} --- @@ -971,7 +971,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows} --- @@ -987,7 +987,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from} --- diff --git a/docs/dataSnowflakeUsers.java.md b/docs/dataSnowflakeUsers.java.md index 21f0a5358..b6229a9ce 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/1.0.1/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}. #### Initializers @@ -45,7 +45,7 @@ DataSnowflakeUsers.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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeUsersLimit | limit block. | | startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -118,7 +118,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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -131,7 +131,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} --- @@ -141,7 +141,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/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} --- @@ -163,7 +163,7 @@ Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} --- @@ -175,7 +175,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} --- @@ -553,7 +553,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/1.0.1/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/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -910,7 +910,7 @@ DataSnowflakeUsersConfig.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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeUsersLimit | limit block. | | startsWith | java.lang.String | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -997,7 +997,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1014,7 +1014,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} --- @@ -1028,7 +1028,7 @@ public DataSnowflakeUsersLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} --- @@ -1042,7 +1042,7 @@ public java.lang.String getStartsWith(); Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} --- @@ -1058,7 +1058,7 @@ Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} --- @@ -1074,7 +1074,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} --- @@ -1110,7 +1110,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows} --- @@ -1126,7 +1126,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from} --- diff --git a/docs/dataSnowflakeUsers.python.md b/docs/dataSnowflakeUsers.python.md index 1ace95538..ee734658e 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/1.0.1/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeUsers.DataSnowflakeUsers( | 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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeUsersLimit | limit block. | | starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} --- @@ -137,7 +137,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/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} --- @@ -159,7 +159,7 @@ Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} --- @@ -171,7 +171,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} --- @@ -438,7 +438,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows} --- @@ -450,7 +450,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from} --- @@ -604,7 +604,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/1.0.1/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/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -955,7 +955,7 @@ dataSnowflakeUsers.DataSnowflakeUsersConfig( | 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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeUsersLimit | limit block. | | starts_with | str | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -1042,7 +1042,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1059,7 +1059,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} --- @@ -1073,7 +1073,7 @@ limit: DataSnowflakeUsersLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} --- @@ -1087,7 +1087,7 @@ starts_with: str Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} --- @@ -1103,7 +1103,7 @@ Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} --- @@ -1119,7 +1119,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} --- @@ -1155,7 +1155,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows} --- @@ -1171,7 +1171,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from} --- diff --git a/docs/dataSnowflakeUsers.typescript.md b/docs/dataSnowflakeUsers.typescript.md index 3c9dd8558..c2dce2994 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/1.0.1/docs/data-sources/users snowflake_users}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users}. #### Initializers @@ -420,7 +420,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/1.0.1/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/1.0.2/docs/data-sources/users#import import section} in the documentation of this resource for the id to use --- @@ -757,7 +757,7 @@ const dataSnowflakeUsersConfig: dataSnowflakeUsers.DataSnowflakeUsersConfig = { | 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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#id DataSnowflakeUsers#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeUsersLimit | limit block. | | startsWith | string | Filters the output with **case-sensitive** characters indicating the beginning of the object name. | @@ -844,7 +844,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -861,7 +861,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} --- @@ -875,7 +875,7 @@ public readonly limit: DataSnowflakeUsersLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} --- @@ -889,7 +889,7 @@ public readonly startsWith: string; Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} --- @@ -905,7 +905,7 @@ Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} --- @@ -921,7 +921,7 @@ Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} --- @@ -954,7 +954,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows} --- @@ -970,7 +970,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from} --- diff --git a/docs/dataSnowflakeViews.csharp.md b/docs/dataSnowflakeViews.csharp.md index 6be734331..4f6380c37 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/1.0.1/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}. #### Initializers @@ -433,7 +433,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/1.0.1/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/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -784,7 +784,7 @@ new DataSnowflakeViewsConfig { | 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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. | | In | DataSnowflakeViewsIn | in block. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeViewsLimit | limit block. | @@ -871,7 +871,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -888,7 +888,7 @@ public DataSnowflakeViewsIn In { get; set; } in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} --- @@ -902,7 +902,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like} --- @@ -916,7 +916,7 @@ public DataSnowflakeViewsLimit Limit { get; set; } limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} --- @@ -930,7 +930,7 @@ public string StartsWith { get; set; } Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} --- @@ -946,7 +946,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} --- @@ -984,7 +984,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/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account} --- @@ -998,7 +998,7 @@ public string Database { get; set; } Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -1012,7 +1012,7 @@ public string Schema { get; set; } Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -1048,7 +1048,7 @@ public double Rows { get; set; } The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows} --- @@ -1064,7 +1064,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from} --- diff --git a/docs/dataSnowflakeViews.go.md b/docs/dataSnowflakeViews.go.md index 49819c3b0..7fb5195a7 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/1.0.1/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}. #### Initializers @@ -433,7 +433,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/1.0.1/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/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -784,7 +784,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. | | In | DataSnowflakeViewsIn | in block. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | Limit | DataSnowflakeViewsLimit | limit block. | @@ -871,7 +871,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -888,7 +888,7 @@ In DataSnowflakeViewsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} --- @@ -902,7 +902,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like} --- @@ -916,7 +916,7 @@ Limit DataSnowflakeViewsLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} --- @@ -930,7 +930,7 @@ StartsWith *string Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} --- @@ -946,7 +946,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} --- @@ -984,7 +984,7 @@ Account interface{} Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account} --- @@ -998,7 +998,7 @@ Database *string Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -1012,7 +1012,7 @@ Schema *string Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -1048,7 +1048,7 @@ Rows *f64 The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows} --- @@ -1064,7 +1064,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from} --- diff --git a/docs/dataSnowflakeViews.java.md b/docs/dataSnowflakeViews.java.md index e9c7bd070..c049b5bd1 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/1.0.1/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}. #### Initializers @@ -44,7 +44,7 @@ DataSnowflakeViews.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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. | | in | DataSnowflakeViewsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeViewsLimit | limit block. | @@ -117,7 +117,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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -130,7 +130,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/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like} --- @@ -150,7 +150,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/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} --- @@ -172,7 +172,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} --- @@ -563,7 +563,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/1.0.1/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/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ DataSnowflakeViewsConfig.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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. | | in | DataSnowflakeViewsIn | in block. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeViewsLimit | limit block. | @@ -1006,7 +1006,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1023,7 +1023,7 @@ public DataSnowflakeViewsIn getIn(); in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} --- @@ -1037,7 +1037,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like} --- @@ -1051,7 +1051,7 @@ public DataSnowflakeViewsLimit getLimit(); limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} --- @@ -1065,7 +1065,7 @@ public java.lang.String getStartsWith(); Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} --- @@ -1081,7 +1081,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} --- @@ -1120,7 +1120,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/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account} --- @@ -1134,7 +1134,7 @@ public java.lang.String getDatabase(); Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -1148,7 +1148,7 @@ public java.lang.String getSchema(); Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -1184,7 +1184,7 @@ public java.lang.Number getRows(); The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows} --- @@ -1200,7 +1200,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from} --- diff --git a/docs/dataSnowflakeViews.python.md b/docs/dataSnowflakeViews.python.md index 848ee66a9..099943200 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/1.0.1/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}. #### Initializers @@ -41,7 +41,7 @@ dataSnowflakeViews.DataSnowflakeViews( | 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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. | | in | DataSnowflakeViewsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeViewsLimit | limit block. | @@ -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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -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/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#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/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} --- @@ -169,7 +169,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} --- @@ -438,7 +438,7 @@ def put_in( Returns records for the entire account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account} --- @@ -448,7 +448,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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -458,7 +458,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -477,7 +477,7 @@ def put_limit( The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows} --- @@ -489,7 +489,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from} --- @@ -643,7 +643,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/1.0.1/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/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -994,7 +994,7 @@ dataSnowflakeViews.DataSnowflakeViewsConfig( | 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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. | | in | DataSnowflakeViewsIn | in block. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeViewsLimit | limit block. | @@ -1081,7 +1081,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1098,7 +1098,7 @@ in: DataSnowflakeViewsIn in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} --- @@ -1112,7 +1112,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like} --- @@ -1126,7 +1126,7 @@ limit: DataSnowflakeViewsLimit limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} --- @@ -1140,7 +1140,7 @@ starts_with: str Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} --- @@ -1156,7 +1156,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} --- @@ -1194,7 +1194,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/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account} --- @@ -1208,7 +1208,7 @@ database: str Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -1222,7 +1222,7 @@ schema: str Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -1258,7 +1258,7 @@ rows: typing.Union[int, float] The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows} --- @@ -1274,7 +1274,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from} --- diff --git a/docs/dataSnowflakeViews.typescript.md b/docs/dataSnowflakeViews.typescript.md index 6147431a9..d74557c15 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/1.0.1/docs/data-sources/views snowflake_views}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views}. #### Initializers @@ -433,7 +433,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/1.0.1/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/1.0.2/docs/data-sources/views#import import section} in the documentation of this resource for the id to use --- @@ -770,7 +770,7 @@ const dataSnowflakeViewsConfig: dataSnowflakeViews.DataSnowflakeViewsConfig = { | 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/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#id DataSnowflakeViews#id}. | | in | DataSnowflakeViewsIn | in block. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | limit | DataSnowflakeViewsLimit | limit block. | @@ -857,7 +857,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -874,7 +874,7 @@ public readonly in: DataSnowflakeViewsIn; in block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} --- @@ -888,7 +888,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like} --- @@ -902,7 +902,7 @@ public readonly limit: DataSnowflakeViewsLimit; limit block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} --- @@ -916,7 +916,7 @@ public readonly startsWith: string; Filters the output with **case-sensitive** characters indicating the beginning of the object name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} --- @@ -932,7 +932,7 @@ Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} --- @@ -966,7 +966,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/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account} --- @@ -980,7 +980,7 @@ public readonly database: string; Returns records for the current database in use or for a specified database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database} --- @@ -994,7 +994,7 @@ public readonly schema: string; Returns records for the current schema in use or a specified schema. Use fully qualified name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema} --- @@ -1027,7 +1027,7 @@ public readonly rows: number; The maximum number of rows to return. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows} --- @@ -1043,7 +1043,7 @@ Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from} --- diff --git a/docs/dataSnowflakeWarehouses.csharp.md b/docs/dataSnowflakeWarehouses.csharp.md index 9b280aa45..5c2b7280a 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/1.0.1/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -393,7 +393,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/1.0.1/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/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -698,7 +698,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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | | Like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | object | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | | WithParameters | object | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | @@ -783,7 +783,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -800,7 +800,7 @@ public string Like { get; set; } Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} --- @@ -816,7 +816,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} --- @@ -832,7 +832,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} --- diff --git a/docs/dataSnowflakeWarehouses.go.md b/docs/dataSnowflakeWarehouses.go.md index 80c503ee4..50cc4cae0 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/1.0.1/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -393,7 +393,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/1.0.1/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/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -698,7 +698,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | | Like | *string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | WithDescribe | interface{} | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | | WithParameters | interface{} | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | @@ -783,7 +783,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -800,7 +800,7 @@ Like *string Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} --- @@ -816,7 +816,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} --- @@ -832,7 +832,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} --- diff --git a/docs/dataSnowflakeWarehouses.java.md b/docs/dataSnowflakeWarehouses.java.md index 97976fec8..d2ff033b5 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/1.0.1/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -43,7 +43,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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | | withParameters | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | @@ -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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -127,7 +127,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} --- @@ -139,7 +139,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} --- @@ -151,7 +151,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} --- @@ -502,7 +502,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/1.0.1/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/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -813,7 +813,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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | | like | java.lang.String | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | | withParameters | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | @@ -898,7 +898,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -915,7 +915,7 @@ public java.lang.String getLike(); Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} --- @@ -931,7 +931,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} --- @@ -947,7 +947,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} --- diff --git a/docs/dataSnowflakeWarehouses.python.md b/docs/dataSnowflakeWarehouses.python.md index 315c3bd96..fb920ea35 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/1.0.1/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -39,7 +39,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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | | with_parameters | typing.Union[bool, cdktf.IResolvable] | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | @@ -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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -123,7 +123,7 @@ If you experience problems setting this value it might not be settable. Please t Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} --- @@ -135,7 +135,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} --- @@ -147,7 +147,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} --- @@ -534,7 +534,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/1.0.1/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/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -839,7 +839,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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | | like | str | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | with_describe | typing.Union[bool, cdktf.IResolvable] | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | | with_parameters | typing.Union[bool, cdktf.IResolvable] | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | @@ -924,7 +924,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -941,7 +941,7 @@ like: str Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} --- @@ -957,7 +957,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} --- @@ -973,7 +973,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} --- diff --git a/docs/dataSnowflakeWarehouses.typescript.md b/docs/dataSnowflakeWarehouses.typescript.md index aa98fc207..01ddfb28c 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/1.0.1/docs/data-sources/warehouses snowflake_warehouses}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses}. #### Initializers @@ -393,7 +393,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/1.0.1/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/1.0.2/docs/data-sources/warehouses#import import section} in the documentation of this resource for the id to use --- @@ -686,7 +686,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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. | | like | string | Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). | | withDescribe | boolean \| cdktf.IResolvable | Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | | withParameters | boolean \| cdktf.IResolvable | Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. | @@ -771,7 +771,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -788,7 +788,7 @@ public readonly like: string; Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} --- @@ -804,7 +804,7 @@ Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} --- @@ -820,7 +820,7 @@ Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSE The output of describe is saved to the parameters field as a map. By default this value is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} --- diff --git a/docs/database.csharp.md b/docs/database.csharp.md index 59b9db74b..5d5cc9035 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/1.0.1/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database snowflake_database}. #### Initializers @@ -627,7 +627,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/1.0.1/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/1.0.2/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1376,7 +1376,7 @@ new DatabaseConfig { | DropPublicSchemaOnCreation | object | Specifies whether to drop public schema on creation or not. | | EnableConsoleOutput | object | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. | | IsTransient | object | Specifies the database as transient. | | LogLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | MaxDataExtensionTimeInDays | double | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1475,7 +1475,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} --- @@ -1489,7 +1489,7 @@ public string Catalog { get; set; } The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} --- @@ -1503,7 +1503,7 @@ public string Comment { get; set; } Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} --- @@ -1519,7 +1519,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1535,7 +1535,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} --- @@ -1551,7 +1551,7 @@ Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} --- @@ -1565,7 +1565,7 @@ public object EnableConsoleOutput { get; set; } If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} --- @@ -1579,7 +1579,7 @@ public string ExternalVolume { get; set; } The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} --- @@ -1591,7 +1591,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1610,7 +1610,7 @@ Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} --- @@ -1626,7 +1626,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} --- @@ -1642,7 +1642,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} --- @@ -1656,7 +1656,7 @@ public object QuotedIdentifiersIgnoreCase { get; set; } If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} --- @@ -1672,7 +1672,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} --- @@ -1686,7 +1686,7 @@ public DatabaseReplication Replication { get; set; } replication block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} --- @@ -1702,7 +1702,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} --- @@ -1718,7 +1718,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} --- @@ -1732,7 +1732,7 @@ public double TaskAutoRetryAttempts { get; set; } Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} --- @@ -1748,7 +1748,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} --- @@ -1764,7 +1764,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} --- @@ -1778,7 +1778,7 @@ public double UserTaskMinimumTriggerIntervalInSeconds { get; set; } Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} --- @@ -1792,7 +1792,7 @@ public double UserTaskTimeoutMs { get; set; } User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} --- @@ -1828,7 +1828,7 @@ public object EnableToAccount { get; set; } enable_to_account block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_to_account Database#enable_to_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_to_account Database#enable_to_account} --- @@ -1844,7 +1844,7 @@ Allows replicating data to accounts on lower editions in either of the following The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#ignore_edition_check Database#ignore_edition_check} --- @@ -1882,7 +1882,7 @@ Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"".""`. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#account_identifier Database#account_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#account_identifier Database#account_identifier} --- @@ -1896,7 +1896,7 @@ public object WithFailover { get; set; } Specifies if failover should be enabled for the specified account identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#with_failover Database#with_failover} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#with_failover Database#with_failover} --- diff --git a/docs/database.go.md b/docs/database.go.md index 40299dd67..1f764f9f8 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/1.0.1/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database snowflake_database}. #### Initializers @@ -627,7 +627,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/1.0.1/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/1.0.2/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1376,7 +1376,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/database" | DropPublicSchemaOnCreation | interface{} | Specifies whether to drop public schema on creation or not. | | EnableConsoleOutput | interface{} | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | *string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. | | IsTransient | interface{} | Specifies the database as transient. | | LogLevel | *string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | MaxDataExtensionTimeInDays | *f64 | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1475,7 +1475,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} --- @@ -1489,7 +1489,7 @@ Catalog *string The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} --- @@ -1503,7 +1503,7 @@ Comment *string Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} --- @@ -1519,7 +1519,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1535,7 +1535,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} --- @@ -1551,7 +1551,7 @@ Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} --- @@ -1565,7 +1565,7 @@ EnableConsoleOutput interface{} If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} --- @@ -1579,7 +1579,7 @@ ExternalVolume *string The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} --- @@ -1591,7 +1591,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1610,7 +1610,7 @@ Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} --- @@ -1626,7 +1626,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} --- @@ -1642,7 +1642,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} --- @@ -1656,7 +1656,7 @@ QuotedIdentifiersIgnoreCase interface{} If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} --- @@ -1672,7 +1672,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} --- @@ -1686,7 +1686,7 @@ Replication DatabaseReplication replication block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} --- @@ -1702,7 +1702,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} --- @@ -1718,7 +1718,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} --- @@ -1732,7 +1732,7 @@ TaskAutoRetryAttempts *f64 Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} --- @@ -1748,7 +1748,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} --- @@ -1764,7 +1764,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} --- @@ -1778,7 +1778,7 @@ UserTaskMinimumTriggerIntervalInSeconds *f64 Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} --- @@ -1792,7 +1792,7 @@ UserTaskTimeoutMs *f64 User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} --- @@ -1828,7 +1828,7 @@ EnableToAccount interface{} enable_to_account block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_to_account Database#enable_to_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_to_account Database#enable_to_account} --- @@ -1844,7 +1844,7 @@ Allows replicating data to accounts on lower editions in either of the following The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#ignore_edition_check Database#ignore_edition_check} --- @@ -1882,7 +1882,7 @@ Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"".""`. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#account_identifier Database#account_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#account_identifier Database#account_identifier} --- @@ -1896,7 +1896,7 @@ WithFailover interface{} Specifies if failover should be enabled for the specified account identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#with_failover Database#with_failover} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#with_failover Database#with_failover} --- diff --git a/docs/database.java.md b/docs/database.java.md index bfd503252..935d7200c 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/1.0.1/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database snowflake_database}. #### Initializers @@ -72,7 +72,7 @@ Database.Builder.create(Construct scope, java.lang.String id) | dropPublicSchemaOnCreation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to drop public schema on creation or not. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies the database as transient. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | java.lang.Number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -157,7 +157,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} --- @@ -189,7 +189,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -201,7 +201,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} --- @@ -213,7 +213,7 @@ Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} --- @@ -241,7 +241,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/1.0.1/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -256,7 +256,7 @@ Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} --- @@ -268,7 +268,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} --- @@ -280,7 +280,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} --- @@ -302,7 +302,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} --- @@ -324,7 +324,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} --- @@ -336,7 +336,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} --- @@ -346,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} --- @@ -358,7 +358,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} --- @@ -370,7 +370,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} --- @@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} --- @@ -390,7 +390,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} --- @@ -977,7 +977,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/1.0.1/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/1.0.2/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1735,7 +1735,7 @@ DatabaseConfig.builder() | dropPublicSchemaOnCreation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to drop public schema on creation or not. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies the database as transient. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | java.lang.Number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1834,7 +1834,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} --- @@ -1848,7 +1848,7 @@ public java.lang.String getCatalog(); The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} --- @@ -1862,7 +1862,7 @@ public java.lang.String getComment(); Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} --- @@ -1878,7 +1878,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1894,7 +1894,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} --- @@ -1910,7 +1910,7 @@ Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} --- @@ -1924,7 +1924,7 @@ public java.lang.Object getEnableConsoleOutput(); If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} --- @@ -1938,7 +1938,7 @@ public java.lang.String getExternalVolume(); The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} --- @@ -1950,7 +1950,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1969,7 +1969,7 @@ Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} --- @@ -1985,7 +1985,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} --- @@ -2001,7 +2001,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} --- @@ -2015,7 +2015,7 @@ public java.lang.Object getQuotedIdentifiersIgnoreCase(); If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} --- @@ -2031,7 +2031,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} --- @@ -2045,7 +2045,7 @@ public DatabaseReplication getReplication(); replication block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} --- @@ -2061,7 +2061,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} --- @@ -2077,7 +2077,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} --- @@ -2091,7 +2091,7 @@ public java.lang.Number getTaskAutoRetryAttempts(); Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} --- @@ -2107,7 +2107,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} --- @@ -2123,7 +2123,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} --- @@ -2137,7 +2137,7 @@ public java.lang.Number getUserTaskMinimumTriggerIntervalInSeconds(); Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} --- @@ -2151,7 +2151,7 @@ public java.lang.Number getUserTaskTimeoutMs(); User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} --- @@ -2189,7 +2189,7 @@ public java.lang.Object getEnableToAccount(); enable_to_account block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_to_account Database#enable_to_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_to_account Database#enable_to_account} --- @@ -2205,7 +2205,7 @@ Allows replicating data to accounts on lower editions in either of the following The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#ignore_edition_check Database#ignore_edition_check} --- @@ -2244,7 +2244,7 @@ Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"".""`. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#account_identifier Database#account_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#account_identifier Database#account_identifier} --- @@ -2258,7 +2258,7 @@ public java.lang.Object getWithFailover(); Specifies if failover should be enabled for the specified account identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#with_failover Database#with_failover} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#with_failover Database#with_failover} --- diff --git a/docs/database.python.md b/docs/database.python.md index 77f10fc6a..d9f14f9ad 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/1.0.1/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database snowflake_database}. #### Initializers @@ -65,7 +65,7 @@ database.Database( | drop_public_schema_on_creation | typing.Union[bool, cdktf.IResolvable] | Specifies whether to drop public schema on creation or not. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies the database as transient. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | max_data_extension_time_in_days | typing.Union[int, float] | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -150,7 +150,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} --- @@ -182,7 +182,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -194,7 +194,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} --- @@ -206,7 +206,7 @@ Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} --- @@ -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/1.0.1/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -249,7 +249,7 @@ Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} --- @@ -261,7 +261,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} --- @@ -273,7 +273,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} --- @@ -295,7 +295,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf replication block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} --- @@ -317,7 +317,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} --- @@ -329,7 +329,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} --- @@ -351,7 +351,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} --- @@ -363,7 +363,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} --- @@ -779,7 +779,7 @@ def put_replication( enable_to_account block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_to_account Database#enable_to_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_to_account Database#enable_to_account} --- @@ -791,7 +791,7 @@ Allows replicating data to accounts on lower editions in either of the following The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#ignore_edition_check Database#ignore_edition_check} --- @@ -1035,7 +1035,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/1.0.1/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/1.0.2/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1784,7 +1784,7 @@ database.DatabaseConfig( | drop_public_schema_on_creation | typing.Union[bool, cdktf.IResolvable] | Specifies whether to drop public schema on creation or not. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies the database as transient. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | max_data_extension_time_in_days | typing.Union[int, float] | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1883,7 +1883,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} --- @@ -1897,7 +1897,7 @@ catalog: str The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} --- @@ -1911,7 +1911,7 @@ comment: str Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} --- @@ -1927,7 +1927,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1943,7 +1943,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} --- @@ -1959,7 +1959,7 @@ Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} --- @@ -1973,7 +1973,7 @@ enable_console_output: typing.Union[bool, IResolvable] If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} --- @@ -1987,7 +1987,7 @@ external_volume: str The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} --- @@ -1999,7 +1999,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2018,7 +2018,7 @@ Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} --- @@ -2034,7 +2034,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} --- @@ -2050,7 +2050,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} --- @@ -2064,7 +2064,7 @@ quoted_identifiers_ignore_case: typing.Union[bool, IResolvable] If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} --- @@ -2080,7 +2080,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} --- @@ -2094,7 +2094,7 @@ replication: DatabaseReplication replication block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} --- @@ -2110,7 +2110,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} --- @@ -2126,7 +2126,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} --- @@ -2140,7 +2140,7 @@ task_auto_retry_attempts: typing.Union[int, float] Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} --- @@ -2156,7 +2156,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} --- @@ -2172,7 +2172,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} --- @@ -2186,7 +2186,7 @@ user_task_minimum_trigger_interval_in_seconds: typing.Union[int, float] Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} --- @@ -2200,7 +2200,7 @@ user_task_timeout_ms: typing.Union[int, float] User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} --- @@ -2236,7 +2236,7 @@ enable_to_account: typing.Union[IResolvable, typing.List[DatabaseReplicationEnab enable_to_account block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_to_account Database#enable_to_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_to_account Database#enable_to_account} --- @@ -2252,7 +2252,7 @@ Allows replicating data to accounts on lower editions in either of the following The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#ignore_edition_check Database#ignore_edition_check} --- @@ -2290,7 +2290,7 @@ Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"".""`. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#account_identifier Database#account_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#account_identifier Database#account_identifier} --- @@ -2304,7 +2304,7 @@ with_failover: typing.Union[bool, IResolvable] Specifies if failover should be enabled for the specified account identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#with_failover Database#with_failover} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#with_failover Database#with_failover} --- diff --git a/docs/database.typescript.md b/docs/database.typescript.md index 35f40ef1b..035f11f59 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/1.0.1/docs/resources/database snowflake_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database snowflake_database}. #### Initializers @@ -627,7 +627,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/1.0.1/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/1.0.2/docs/resources/database#import import section} in the documentation of this resource for the id to use --- @@ -1346,7 +1346,7 @@ const databaseConfig: database.DatabaseConfig = { ... } | dropPublicSchemaOnCreation | boolean \| cdktf.IResolvable | Specifies whether to drop public schema on creation or not. | | enableConsoleOutput | boolean \| cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#id Database#id}. | | isTransient | boolean \| cdktf.IResolvable | Specifies the database as transient. | | logLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1445,7 +1445,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} --- @@ -1459,7 +1459,7 @@ public readonly catalog: string; The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} --- @@ -1473,7 +1473,7 @@ public readonly comment: string; Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} --- @@ -1489,7 +1489,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} --- @@ -1505,7 +1505,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} --- @@ -1521,7 +1521,7 @@ Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} --- @@ -1535,7 +1535,7 @@ public readonly enableConsoleOutput: boolean | IResolvable; If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} --- @@ -1549,7 +1549,7 @@ public readonly externalVolume: string; The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} --- @@ -1561,7 +1561,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1580,7 +1580,7 @@ Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} --- @@ -1596,7 +1596,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} --- @@ -1612,7 +1612,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} --- @@ -1626,7 +1626,7 @@ public readonly quotedIdentifiersIgnoreCase: boolean | IResolvable; If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} --- @@ -1642,7 +1642,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} --- @@ -1656,7 +1656,7 @@ public readonly replication: DatabaseReplication; replication block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} --- @@ -1672,7 +1672,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} --- @@ -1688,7 +1688,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} --- @@ -1702,7 +1702,7 @@ public readonly taskAutoRetryAttempts: number; Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} --- @@ -1718,7 +1718,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} --- @@ -1734,7 +1734,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} --- @@ -1748,7 +1748,7 @@ public readonly userTaskMinimumTriggerIntervalInSeconds: number; Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} --- @@ -1762,7 +1762,7 @@ public readonly userTaskTimeoutMs: number; User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} --- @@ -1795,7 +1795,7 @@ public readonly enableToAccount: IResolvable | DatabaseReplicationEnableToAccoun enable_to_account block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_to_account Database#enable_to_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_to_account Database#enable_to_account} --- @@ -1811,7 +1811,7 @@ Allows replicating data to accounts on lower editions in either of the following The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#ignore_edition_check Database#ignore_edition_check} --- @@ -1846,7 +1846,7 @@ Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"".""`. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#account_identifier Database#account_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#account_identifier Database#account_identifier} --- @@ -1860,7 +1860,7 @@ public readonly withFailover: boolean | IResolvable; Specifies if failover should be enabled for the specified account identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#with_failover Database#with_failover} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#with_failover Database#with_failover} --- diff --git a/docs/databaseRole.csharp.md b/docs/databaseRole.csharp.md index 438f1845f..ade97d80e 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/1.0.1/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -908,7 +908,7 @@ The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} --- @@ -924,7 +924,7 @@ Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} --- @@ -938,7 +938,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/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -950,7 +950,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 2f0892abc..4c0d06d79 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/1.0.1/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -822,7 +822,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -908,7 +908,7 @@ The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} --- @@ -924,7 +924,7 @@ Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} --- @@ -938,7 +938,7 @@ Comment *string Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -950,7 +950,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 18877d4e0..6b9efe600 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/1.0.1/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -116,7 +116,7 @@ The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} --- @@ -128,7 +128,7 @@ Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} --- @@ -138,7 +138,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/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -590,7 +590,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/1.0.1/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/1.0.2/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -1021,7 +1021,7 @@ The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} --- @@ -1037,7 +1037,7 @@ Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} --- @@ -1051,7 +1051,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/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -1063,7 +1063,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 694639903..5d772cacd 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/1.0.1/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -114,7 +114,7 @@ The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} --- @@ -126,7 +126,7 @@ Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} --- @@ -136,7 +136,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/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -634,7 +634,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/1.0.1/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/1.0.2/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -975,7 +975,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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -1061,7 +1061,7 @@ The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} --- @@ -1077,7 +1077,7 @@ Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} --- @@ -1091,7 +1091,7 @@ comment: str Specifies a comment for the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -1103,7 +1103,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 2824ed98d..2b83a5d3a 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/1.0.1/docs/resources/database_role snowflake_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/database_role#import import section} in the documentation of this resource for the id to use --- @@ -810,7 +810,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/1.0.1/docs/resources/database_role#id DatabaseRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#id DatabaseRole#id}. | --- @@ -896,7 +896,7 @@ The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} --- @@ -912,7 +912,7 @@ Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} --- @@ -926,7 +926,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/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} --- @@ -938,7 +938,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#id DatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 13168a9bb..ee2f9614c 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/1.0.1/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1142,7 +1142,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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1229,7 +1229,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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1243,7 +1243,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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1257,7 +1257,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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1271,7 +1271,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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1285,7 +1285,7 @@ public DynamicTableTargetLag TargetLag { get; set; } target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1299,7 +1299,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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1313,7 +1313,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/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1325,7 +1325,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1342,7 +1342,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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1356,7 +1356,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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1370,7 +1370,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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1406,7 +1406,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/1.0.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1420,7 +1420,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/1.0.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.go.md b/docs/dynamicTable.go.md index 59dc7928a..0fb0f1ec9 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/1.0.1/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1142,7 +1142,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1229,7 +1229,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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1243,7 +1243,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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1257,7 +1257,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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1271,7 +1271,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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1285,7 +1285,7 @@ TargetLag DynamicTableTargetLag target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1299,7 +1299,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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1313,7 +1313,7 @@ Comment *string Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1325,7 +1325,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1342,7 +1342,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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1356,7 +1356,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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1370,7 +1370,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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1406,7 +1406,7 @@ Downstream interface{} Specifies whether the target lag time is downstream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1420,7 +1420,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/1.0.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.java.md b/docs/dynamicTable.java.md index d8b730211..59c15f4ce 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/1.0.1/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1337,7 +1337,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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1424,7 +1424,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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1438,7 +1438,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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1452,7 +1452,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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1466,7 +1466,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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1480,7 +1480,7 @@ public DynamicTableTargetLag getTargetLag(); target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1494,7 +1494,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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1508,7 +1508,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/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1520,7 +1520,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1537,7 +1537,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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1551,7 +1551,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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1565,7 +1565,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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1602,7 +1602,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/1.0.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1616,7 +1616,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/1.0.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.python.md b/docs/dynamicTable.python.md index 16b37d0aa..ded9fc2c4 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/1.0.1/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1392,7 +1392,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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1479,7 +1479,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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1493,7 +1493,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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1507,7 +1507,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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1521,7 +1521,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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1535,7 +1535,7 @@ target_lag: DynamicTableTargetLag target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1549,7 +1549,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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1563,7 +1563,7 @@ comment: str Specifies a comment for the dynamic table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1575,7 +1575,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1592,7 +1592,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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1606,7 +1606,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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1620,7 +1620,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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1656,7 +1656,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/1.0.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1670,7 +1670,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/1.0.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/dynamicTable.typescript.md b/docs/dynamicTable.typescript.md index a4f7388c6..42211d8f2 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/1.0.1/docs/resources/dynamic_table snowflake_dynamic_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/dynamic_table#import import section} in the documentation of this resource for the id to use --- @@ -1123,7 +1123,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/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1210,7 +1210,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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#database DynamicTable#database} --- @@ -1224,7 +1224,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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#name DynamicTable#name} --- @@ -1238,7 +1238,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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#query DynamicTable#query} --- @@ -1252,7 +1252,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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#schema DynamicTable#schema} --- @@ -1266,7 +1266,7 @@ public readonly targetLag: DynamicTableTargetLag; target_lag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} --- @@ -1280,7 +1280,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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} --- @@ -1294,7 +1294,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/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#comment DynamicTable#comment} --- @@ -1306,7 +1306,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#id DynamicTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1323,7 +1323,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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#initialize DynamicTable#initialize} --- @@ -1337,7 +1337,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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} --- @@ -1351,7 +1351,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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} --- @@ -1384,7 +1384,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/1.0.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#downstream DynamicTable#downstream} --- @@ -1398,7 +1398,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/1.0.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} --- diff --git a/docs/emailNotificationIntegration.csharp.md b/docs/emailNotificationIntegration.csharp.md index 6e16adc99..1aaecb6a3 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/1.0.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -838,11 +838,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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -924,7 +924,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -936,7 +936,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -950,7 +950,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/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -964,7 +964,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/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -976,7 +976,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 cd08bf8f0..fc7171bb0 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/1.0.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -838,11 +838,11 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -924,7 +924,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -936,7 +936,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -950,7 +950,7 @@ AllowedRecipients *[]*string List of email addresses that should receive notifications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -964,7 +964,7 @@ Comment *string A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -976,7 +976,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 34d9f32d0..0b2e7d3e1 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/1.0.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -957,11 +957,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/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/1.0.1/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/1.0.2/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -1043,7 +1043,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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -1055,7 +1055,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -1069,7 +1069,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/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -1083,7 +1083,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/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -1095,7 +1095,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 e10d17d8e..0791b2c21 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/1.0.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -995,11 +995,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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -1081,7 +1081,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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -1093,7 +1093,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -1107,7 +1107,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/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -1121,7 +1121,7 @@ comment: str A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -1133,7 +1133,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 f8c2cd8f0..4c359a282 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/1.0.1/docs/resources/email_notification_integration snowflake_email_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/email_notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -825,11 +825,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/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | -| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. | --- @@ -911,7 +911,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled}. --- @@ -923,7 +923,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#name EmailNotificationIntegration#name}. --- @@ -937,7 +937,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/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} --- @@ -951,7 +951,7 @@ public readonly comment: string; A comment for the email integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} --- @@ -963,7 +963,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/execute.csharp.md b/docs/execute.csharp.md index 5952266d6..92612332f 100644 --- a/docs/execute.csharp.md +++ b/docs/execute.csharp.md @@ -4,7 +4,7 @@ ### Execute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute snowflake_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute snowflake_execute}. #### Initializers @@ -73,8 +73,10 @@ Must be unique amongst siblings in the same scope | MoveFromId | Move the resource corresponding to "id" to this resource. | | MoveTo | Moves this resource to the target resource given by moveTarget. | | MoveToId | Moves this resource to the resource corresponding to "id". | +| PutTimeouts | *No description.* | | ResetId | *No description.* | | ResetQuery | *No description.* | +| ResetTimeouts | *No description.* | --- @@ -366,6 +368,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". --- +##### `PutTimeouts` + +```csharp +private void PutTimeouts(ExecuteTimeouts Value) +``` + +###### `Value`Required + +- *Type:* ExecuteTimeouts + +--- + ##### `ResetId` ```csharp @@ -378,6 +392,12 @@ private void ResetId() private void ResetQuery() ``` +##### `ResetTimeouts` + +```csharp +private void ResetTimeouts() +``` + #### Static Functions | **Name** | **Description** | @@ -481,7 +501,7 @@ The construct id used in the generated config for the Execute to import. The id of the existing Execute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/execute#import import section} in the documentation of this resource for the id to use --- @@ -512,10 +532,12 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | Provider | HashiCorp.Cdktf.TerraformProvider | *No description.* | | Provisioners | object[] | *No description.* | | QueryResults | HashiCorp.Cdktf.StringMapList | *No description.* | +| Timeouts | ExecuteTimeoutsOutputReference | *No description.* | | ExecuteInput | string | *No description.* | | IdInput | string | *No description.* | | QueryInput | string | *No description.* | | RevertInput | string | *No description.* | +| TimeoutsInput | object | *No description.* | | Execute | string | *No description.* | | Id | string | *No description.* | | Query | string | *No description.* | @@ -675,6 +697,16 @@ public StringMapList QueryResults { get; } --- +##### `Timeouts`Required + +```csharp +public ExecuteTimeoutsOutputReference Timeouts { get; } +``` + +- *Type:* ExecuteTimeoutsOutputReference + +--- + ##### `ExecuteInput`Optional ```csharp @@ -715,6 +747,16 @@ public string RevertInput { get; } --- +##### `TimeoutsInput`Optional + +```csharp +public object TimeoutsInput { get; } +``` + +- *Type:* object + +--- + ##### `Execute`Required ```csharp @@ -793,7 +835,8 @@ new ExecuteConfig { string Execute, string Revert, string Id = null, - string Query = null + string Query = null, + ExecuteTimeouts Timeouts = null }; ``` @@ -810,8 +853,9 @@ new ExecuteConfig { | 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/1.0.1/docs/resources/execute#id Execute#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. | | Query | string | Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. | +| Timeouts | ExecuteTimeouts | timeouts block. | --- @@ -895,7 +939,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/1.0.1/docs/resources/execute#execute Execute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} --- @@ -909,7 +953,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/1.0.1/docs/resources/execute#revert Execute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} --- @@ -921,7 +965,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#id Execute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +982,461 @@ public string Query { get; set; } Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#query} + +--- + +##### `Timeouts`Optional + +```csharp +public ExecuteTimeouts Timeouts { get; set; } +``` + +- *Type:* ExecuteTimeouts + +timeouts block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} + +--- + +### ExecuteTimeouts + +#### Initializer + +```csharp +using HashiCorp.Cdktf.Providers.Snowflake; + +new ExecuteTimeouts { + string Create = null, + string Delete = null, + string Read = null, + string Update = null +}; +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. | +| Delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. | + +--- + +##### `Create`Optional + +```csharp +public string Create { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. + +--- + +##### `Delete`Optional + +```csharp +public string Delete { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. + +--- + +##### `Read`Optional + +```csharp +public string Read { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. + +--- + +##### `Update`Optional + +```csharp +public string Update { get; set; } +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. + +--- + +## Classes + +### ExecuteTimeoutsOutputReference + +#### Initializers + +```csharp +using HashiCorp.Cdktf.Providers.Snowflake; + +new ExecuteTimeoutsOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| TerraformResource | HashiCorp.Cdktf.IInterpolatingParent | The parent resource. | +| TerraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `TerraformResource`Required + +- *Type:* HashiCorp.Cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `TerraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetCreate | *No description.* | +| ResetDelete | *No description.* | +| ResetRead | *No description.* | +| ResetUpdate | *No description.* | + +--- + +##### `ComputeFqn` + +```csharp +private string ComputeFqn() +``` + +##### `GetAnyMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetAnyMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanAttribute` + +```csharp +private IResolvable GetBooleanAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetBooleanMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetBooleanMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetListAttribute` + +```csharp +private string[] GetListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberAttribute` + +```csharp +private double GetNumberAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberListAttribute` + +```csharp +private double[] GetNumberListAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetNumberMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetNumberMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringAttribute` + +```csharp +private string GetStringAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `GetStringMapAttribute` + +```csharp +private System.Collections.Generic.IDictionary GetStringMapAttribute(string TerraformAttribute) +``` + +###### `TerraformAttribute`Required + +- *Type:* string + +--- + +##### `InterpolationForAttribute` + +```csharp +private IResolvable InterpolationForAttribute(string Property) +``` + +###### `Property`Required + +- *Type:* string + +--- + +##### `Resolve` + +```csharp +private object Resolve(IResolveContext Context) +``` + +Produce the Token's value at resolution time. + +###### `Context`Required + +- *Type:* HashiCorp.Cdktf.IResolveContext + +--- + +##### `ToString` + +```csharp +private string ToString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetCreate` + +```csharp +private void ResetCreate() +``` + +##### `ResetDelete` + +```csharp +private void ResetDelete() +``` + +##### `ResetRead` + +```csharp +private void ResetRead() +``` + +##### `ResetUpdate` + +```csharp +private void ResetUpdate() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | string | *No description.* | +| CreateInput | string | *No description.* | +| DeleteInput | string | *No description.* | +| ReadInput | string | *No description.* | +| UpdateInput | string | *No description.* | +| Create | string | *No description.* | +| Delete | string | *No description.* | +| Read | string | *No description.* | +| Update | string | *No description.* | +| InternalValue | object | *No description.* | + +--- + +##### `CreationStack`Required + +```csharp +public string[] CreationStack { get; } +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```csharp +public string Fqn { get; } +``` + +- *Type:* string + +--- + +##### `CreateInput`Optional + +```csharp +public string CreateInput { get; } +``` + +- *Type:* string + +--- + +##### `DeleteInput`Optional + +```csharp +public string DeleteInput { get; } +``` + +- *Type:* string + +--- + +##### `ReadInput`Optional + +```csharp +public string ReadInput { get; } +``` + +- *Type:* string + +--- + +##### `UpdateInput`Optional + +```csharp +public string UpdateInput { get; } +``` + +- *Type:* string + +--- + +##### `Create`Required + +```csharp +public string Create { get; } +``` + +- *Type:* string + +--- + +##### `Delete`Required + +```csharp +public string Delete { get; } +``` + +- *Type:* string + +--- + +##### `Read`Required + +```csharp +public string Read { get; } +``` + +- *Type:* string + +--- + +##### `Update`Required + +```csharp +public string Update { get; } +``` + +- *Type:* string + +--- + +##### `InternalValue`Optional + +```csharp +public object InternalValue { get; } +``` + +- *Type:* object --- diff --git a/docs/execute.go.md b/docs/execute.go.md index 6e5c00934..01cb78996 100644 --- a/docs/execute.go.md +++ b/docs/execute.go.md @@ -4,7 +4,7 @@ ### Execute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute snowflake_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute snowflake_execute}. #### Initializers @@ -73,8 +73,10 @@ Must be unique amongst siblings in the same scope | MoveFromId | Move the resource corresponding to "id" to this resource. | | MoveTo | Moves this resource to the target resource given by moveTarget. | | MoveToId | Moves this resource to the resource corresponding to "id". | +| PutTimeouts | *No description.* | | ResetId | *No description.* | | ResetQuery | *No description.* | +| ResetTimeouts | *No description.* | --- @@ -366,6 +368,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". --- +##### `PutTimeouts` + +```go +func PutTimeouts(value ExecuteTimeouts) +``` + +###### `value`Required + +- *Type:* ExecuteTimeouts + +--- + ##### `ResetId` ```go @@ -378,6 +392,12 @@ func ResetId() func ResetQuery() ``` +##### `ResetTimeouts` + +```go +func ResetTimeouts() +``` + #### Static Functions | **Name** | **Description** | @@ -481,7 +501,7 @@ The construct id used in the generated config for the Execute to import. The id of the existing Execute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/execute#import import section} in the documentation of this resource for the id to use --- @@ -512,10 +532,12 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | Provider | github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider | *No description.* | | Provisioners | *[]interface{} | *No description.* | | QueryResults | github.com/hashicorp/terraform-cdk-go/cdktf.StringMapList | *No description.* | +| Timeouts | ExecuteTimeoutsOutputReference | *No description.* | | ExecuteInput | *string | *No description.* | | IdInput | *string | *No description.* | | QueryInput | *string | *No description.* | | RevertInput | *string | *No description.* | +| TimeoutsInput | interface{} | *No description.* | | Execute | *string | *No description.* | | Id | *string | *No description.* | | Query | *string | *No description.* | @@ -675,6 +697,16 @@ func QueryResults() StringMapList --- +##### `Timeouts`Required + +```go +func Timeouts() ExecuteTimeoutsOutputReference +``` + +- *Type:* ExecuteTimeoutsOutputReference + +--- + ##### `ExecuteInput`Optional ```go @@ -715,6 +747,16 @@ func RevertInput() *string --- +##### `TimeoutsInput`Optional + +```go +func TimeoutsInput() interface{} +``` + +- *Type:* interface{} + +--- + ##### `Execute`Required ```go @@ -794,6 +836,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/execute" Revert: *string, Id: *string, Query: *string, + Timeouts: github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12.execute.ExecuteTimeouts, } ``` @@ -810,8 +853,9 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/execute" | 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/1.0.1/docs/resources/execute#id Execute#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. | | Query | *string | Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. | +| Timeouts | ExecuteTimeouts | timeouts block. | --- @@ -895,7 +939,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/1.0.1/docs/resources/execute#execute Execute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} --- @@ -909,7 +953,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/1.0.1/docs/resources/execute#revert Execute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} --- @@ -921,7 +965,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#id Execute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +982,461 @@ Query *string Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#query} + +--- + +##### `Timeouts`Optional + +```go +Timeouts ExecuteTimeouts +``` + +- *Type:* ExecuteTimeouts + +timeouts block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} + +--- + +### ExecuteTimeouts + +#### Initializer + +```go +import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/execute" + +&execute.ExecuteTimeouts { + Create: *string, + Delete: *string, + Read: *string, + Update: *string, +} +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. | +| Delete | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. | + +--- + +##### `Create`Optional + +```go +Create *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. + +--- + +##### `Delete`Optional + +```go +Delete *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. + +--- + +##### `Read`Optional + +```go +Read *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. + +--- + +##### `Update`Optional + +```go +Update *string +``` + +- *Type:* *string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. + +--- + +## Classes + +### ExecuteTimeoutsOutputReference + +#### Initializers + +```go +import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/execute" + +execute.NewExecuteTimeoutsOutputReference(terraformResource IInterpolatingParent, terraformAttribute *string) ExecuteTimeoutsOutputReference +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | *string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* *string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| ComputeFqn | *No description.* | +| GetAnyMapAttribute | *No description.* | +| GetBooleanAttribute | *No description.* | +| GetBooleanMapAttribute | *No description.* | +| GetListAttribute | *No description.* | +| GetNumberAttribute | *No description.* | +| GetNumberListAttribute | *No description.* | +| GetNumberMapAttribute | *No description.* | +| GetStringAttribute | *No description.* | +| GetStringMapAttribute | *No description.* | +| InterpolationForAttribute | *No description.* | +| Resolve | Produce the Token's value at resolution time. | +| ToString | Return a string representation of this resolvable object. | +| ResetCreate | *No description.* | +| ResetDelete | *No description.* | +| ResetRead | *No description.* | +| ResetUpdate | *No description.* | + +--- + +##### `ComputeFqn` + +```go +func ComputeFqn() *string +``` + +##### `GetAnyMapAttribute` + +```go +func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanAttribute` + +```go +func GetBooleanAttribute(terraformAttribute *string) IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetBooleanMapAttribute` + +```go +func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetListAttribute` + +```go +func GetListAttribute(terraformAttribute *string) *[]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberAttribute` + +```go +func GetNumberAttribute(terraformAttribute *string) *f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberListAttribute` + +```go +func GetNumberListAttribute(terraformAttribute *string) *[]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetNumberMapAttribute` + +```go +func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64 +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringAttribute` + +```go +func GetStringAttribute(terraformAttribute *string) *string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `GetStringMapAttribute` + +```go +func GetStringMapAttribute(terraformAttribute *string) *map[string]*string +``` + +###### `terraformAttribute`Required + +- *Type:* *string + +--- + +##### `InterpolationForAttribute` + +```go +func InterpolationForAttribute(property *string) IResolvable +``` + +###### `property`Required + +- *Type:* *string + +--- + +##### `Resolve` + +```go +func Resolve(_context IResolveContext) interface{} +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* github.com/hashicorp/terraform-cdk-go/cdktf.IResolveContext + +--- + +##### `ToString` + +```go +func ToString() *string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `ResetCreate` + +```go +func ResetCreate() +``` + +##### `ResetDelete` + +```go +func ResetDelete() +``` + +##### `ResetRead` + +```go +func ResetRead() +``` + +##### `ResetUpdate` + +```go +func ResetUpdate() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| CreationStack | *[]*string | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| Fqn | *string | *No description.* | +| CreateInput | *string | *No description.* | +| DeleteInput | *string | *No description.* | +| ReadInput | *string | *No description.* | +| UpdateInput | *string | *No description.* | +| Create | *string | *No description.* | +| Delete | *string | *No description.* | +| Read | *string | *No description.* | +| Update | *string | *No description.* | +| InternalValue | interface{} | *No description.* | + +--- + +##### `CreationStack`Required + +```go +func CreationStack() *[]*string +``` + +- *Type:* *[]*string + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `Fqn`Required + +```go +func Fqn() *string +``` + +- *Type:* *string + +--- + +##### `CreateInput`Optional + +```go +func CreateInput() *string +``` + +- *Type:* *string + +--- + +##### `DeleteInput`Optional + +```go +func DeleteInput() *string +``` + +- *Type:* *string + +--- + +##### `ReadInput`Optional + +```go +func ReadInput() *string +``` + +- *Type:* *string + +--- + +##### `UpdateInput`Optional + +```go +func UpdateInput() *string +``` + +- *Type:* *string + +--- + +##### `Create`Required + +```go +func Create() *string +``` + +- *Type:* *string + +--- + +##### `Delete`Required + +```go +func Delete() *string +``` + +- *Type:* *string + +--- + +##### `Read`Required + +```go +func Read() *string +``` + +- *Type:* *string + +--- + +##### `Update`Required + +```go +func Update() *string +``` + +- *Type:* *string + +--- + +##### `InternalValue`Optional + +```go +func InternalValue() interface{} +``` + +- *Type:* interface{} --- diff --git a/docs/execute.java.md b/docs/execute.java.md index 79d2ef17a..820fe70a2 100644 --- a/docs/execute.java.md +++ b/docs/execute.java.md @@ -4,7 +4,7 @@ ### Execute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute snowflake_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute snowflake_execute}. #### Initializers @@ -27,6 +27,7 @@ Execute.Builder.create(Construct scope, java.lang.String id) .revert(java.lang.String) // .id(java.lang.String) // .query(java.lang.String) +// .timeouts(ExecuteTimeouts) .build(); ``` @@ -43,8 +44,9 @@ Execute.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/1.0.1/docs/resources/execute#id Execute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. | | query | java.lang.String | Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. | +| timeouts | ExecuteTimeouts | timeouts block. | --- @@ -114,7 +116,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/1.0.1/docs/resources/execute#execute Execute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} --- @@ -124,7 +126,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/1.0.1/docs/resources/execute#revert Execute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} --- @@ -132,7 +134,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/1.0.1/docs/resources/execute#id Execute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +147,17 @@ If you experience problems setting this value it might not be settable. Please t Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#query} + +--- + +##### `timeouts`Optional + +- *Type:* ExecuteTimeouts + +timeouts block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} --- @@ -176,8 +188,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf | moveFromId | Move the resource corresponding to "id" to this resource. | | moveTo | Moves this resource to the target resource given by moveTarget. | | moveToId | Moves this resource to the resource corresponding to "id". | +| putTimeouts | *No description.* | | resetId | *No description.* | | resetQuery | *No description.* | +| resetTimeouts | *No description.* | --- @@ -471,6 +485,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". --- +##### `putTimeouts` + +```java +public void putTimeouts(ExecuteTimeouts value) +``` + +###### `value`Required + +- *Type:* ExecuteTimeouts + +--- + ##### `resetId` ```java @@ -483,6 +509,12 @@ public void resetId() public void resetQuery() ``` +##### `resetTimeouts` + +```java +public void resetTimeouts() +``` + #### Static Functions | **Name** | **Description** | @@ -586,7 +618,7 @@ The construct id used in the generated config for the Execute to import. The id of the existing Execute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/execute#import import section} in the documentation of this resource for the id to use --- @@ -617,10 +649,12 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | provider | com.hashicorp.cdktf.TerraformProvider | *No description.* | | provisioners | java.util.List | *No description.* | | queryResults | com.hashicorp.cdktf.StringMapList | *No description.* | +| timeouts | ExecuteTimeoutsOutputReference | *No description.* | | executeInput | java.lang.String | *No description.* | | idInput | java.lang.String | *No description.* | | queryInput | java.lang.String | *No description.* | | revertInput | java.lang.String | *No description.* | +| timeoutsInput | com.hashicorp.cdktf.IResolvable OR ExecuteTimeouts | *No description.* | | execute | java.lang.String | *No description.* | | id | java.lang.String | *No description.* | | query | java.lang.String | *No description.* | @@ -780,6 +814,16 @@ public StringMapList getQueryResults(); --- +##### `timeouts`Required + +```java +public ExecuteTimeoutsOutputReference getTimeouts(); +``` + +- *Type:* ExecuteTimeoutsOutputReference + +--- + ##### `executeInput`Optional ```java @@ -820,6 +864,16 @@ public java.lang.String getRevertInput(); --- +##### `timeoutsInput`Optional + +```java +public java.lang.Object getTimeoutsInput(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR ExecuteTimeouts + +--- + ##### `execute`Required ```java @@ -903,6 +957,7 @@ ExecuteConfig.builder() .revert(java.lang.String) // .id(java.lang.String) // .query(java.lang.String) +// .timeouts(ExecuteTimeouts) .build(); ``` @@ -919,8 +974,9 @@ ExecuteConfig.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/1.0.1/docs/resources/execute#id Execute#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. | | query | java.lang.String | Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. | +| timeouts | ExecuteTimeouts | timeouts block. | --- @@ -1004,7 +1060,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/1.0.1/docs/resources/execute#execute Execute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} --- @@ -1018,7 +1074,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/1.0.1/docs/resources/execute#revert Execute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} --- @@ -1030,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/1.0.1/docs/resources/execute#id Execute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +1103,461 @@ public java.lang.String getQuery(); Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#query} + +--- + +##### `timeouts`Optional + +```java +public ExecuteTimeouts getTimeouts(); +``` + +- *Type:* ExecuteTimeouts + +timeouts block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} + +--- + +### ExecuteTimeouts + +#### Initializer + +```java +import com.hashicorp.cdktf.providers.snowflake.execute.ExecuteTimeouts; + +ExecuteTimeouts.builder() +// .create(java.lang.String) +// .delete(java.lang.String) +// .read(java.lang.String) +// .update(java.lang.String) + .build(); +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. | +| delete | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. | + +--- + +##### `create`Optional + +```java +public java.lang.String getCreate(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. + +--- + +##### `delete`Optional + +```java +public java.lang.String getDelete(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. + +--- + +##### `read`Optional + +```java +public java.lang.String getRead(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. + +--- + +##### `update`Optional + +```java +public java.lang.String getUpdate(); +``` + +- *Type:* java.lang.String + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. + +--- + +## Classes + +### ExecuteTimeoutsOutputReference + +#### Initializers + +```java +import com.hashicorp.cdktf.providers.snowflake.execute.ExecuteTimeoutsOutputReference; + +new ExecuteTimeoutsOutputReference(IInterpolatingParent terraformResource, java.lang.String terraformAttribute); +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | com.hashicorp.cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | java.lang.String | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* com.hashicorp.cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* java.lang.String + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetCreate | *No description.* | +| resetDelete | *No description.* | +| resetRead | *No description.* | +| resetUpdate | *No description.* | + +--- + +##### `computeFqn` + +```java +public java.lang.String computeFqn() +``` + +##### `getAnyMapAttribute` + +```java +public java.util.Map getAnyMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanAttribute` + +```java +public IResolvable getBooleanAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getBooleanMapAttribute` + +```java +public java.util.Map getBooleanMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getListAttribute` + +```java +public java.util.List getListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberAttribute` + +```java +public java.lang.Number getNumberAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberListAttribute` + +```java +public java.util.List getNumberListAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getNumberMapAttribute` + +```java +public java.util.Map getNumberMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringAttribute` + +```java +public java.lang.String getStringAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `getStringMapAttribute` + +```java +public java.util.Map getStringMapAttribute(java.lang.String terraformAttribute) +``` + +###### `terraformAttribute`Required + +- *Type:* java.lang.String + +--- + +##### `interpolationForAttribute` + +```java +public IResolvable interpolationForAttribute(java.lang.String property) +``` + +###### `property`Required + +- *Type:* java.lang.String + +--- + +##### `resolve` + +```java +public java.lang.Object resolve(IResolveContext _context) +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* com.hashicorp.cdktf.IResolveContext + +--- + +##### `toString` + +```java +public java.lang.String toString() +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetCreate` + +```java +public void resetCreate() +``` + +##### `resetDelete` + +```java +public void resetDelete() +``` + +##### `resetRead` + +```java +public void resetRead() +``` + +##### `resetUpdate` + +```java +public void resetUpdate() +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | java.util.List | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | java.lang.String | *No description.* | +| createInput | java.lang.String | *No description.* | +| deleteInput | java.lang.String | *No description.* | +| readInput | java.lang.String | *No description.* | +| updateInput | java.lang.String | *No description.* | +| create | java.lang.String | *No description.* | +| delete | java.lang.String | *No description.* | +| read | java.lang.String | *No description.* | +| update | java.lang.String | *No description.* | +| internalValue | com.hashicorp.cdktf.IResolvable OR ExecuteTimeouts | *No description.* | + +--- + +##### `creationStack`Required + +```java +public java.util.List getCreationStack(); +``` + +- *Type:* java.util.List + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```java +public java.lang.String getFqn(); +``` + +- *Type:* java.lang.String + +--- + +##### `createInput`Optional + +```java +public java.lang.String getCreateInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `deleteInput`Optional + +```java +public java.lang.String getDeleteInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `readInput`Optional + +```java +public java.lang.String getReadInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `updateInput`Optional + +```java +public java.lang.String getUpdateInput(); +``` + +- *Type:* java.lang.String + +--- + +##### `create`Required + +```java +public java.lang.String getCreate(); +``` + +- *Type:* java.lang.String + +--- + +##### `delete`Required + +```java +public java.lang.String getDelete(); +``` + +- *Type:* java.lang.String + +--- + +##### `read`Required + +```java +public java.lang.String getRead(); +``` + +- *Type:* java.lang.String + +--- + +##### `update`Required + +```java +public java.lang.String getUpdate(); +``` + +- *Type:* java.lang.String + +--- + +##### `internalValue`Optional + +```java +public java.lang.Object getInternalValue(); +``` + +- *Type:* com.hashicorp.cdktf.IResolvable OR ExecuteTimeouts --- diff --git a/docs/execute.python.md b/docs/execute.python.md index 4f7e1e0ce..ca80a3d38 100644 --- a/docs/execute.python.md +++ b/docs/execute.python.md @@ -4,7 +4,7 @@ ### Execute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute snowflake_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute snowflake_execute}. #### Initializers @@ -24,7 +24,8 @@ execute.Execute( execute: str, revert: str, id: str = None, - query: str = None + query: str = None, + timeouts: ExecuteTimeouts = None ) ``` @@ -41,8 +42,9 @@ execute.Execute( | 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/1.0.1/docs/resources/execute#id Execute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. | | query | str | Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. | +| timeouts | ExecuteTimeouts | timeouts block. | --- @@ -112,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/1.0.1/docs/resources/execute#execute Execute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} --- @@ -122,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/1.0.1/docs/resources/execute#revert Execute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} --- @@ -130,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/1.0.1/docs/resources/execute#id Execute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +145,17 @@ If you experience problems setting this value it might not be settable. Please t Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#query} + +--- + +##### `timeouts`Optional + +- *Type:* ExecuteTimeouts + +timeouts block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} --- @@ -174,8 +186,10 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf | move_from_id | Move the resource corresponding to "id" to this resource. | | move_to | Moves this resource to the target resource given by moveTarget. | | move_to_id | Moves this resource to the resource corresponding to "id". | +| put_timeouts | *No description.* | | reset_id | *No description.* | | reset_query | *No description.* | +| reset_timeouts | *No description.* | --- @@ -504,6 +518,49 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". --- +##### `put_timeouts` + +```python +def put_timeouts( + create: str = None, + delete: str = None, + read: str = None, + update: str = None +) -> None +``` + +###### `create`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. + +--- + +###### `delete`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. + +--- + +###### `read`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. + +--- + +###### `update`Optional + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. + +--- + ##### `reset_id` ```python @@ -516,6 +573,12 @@ def reset_id() -> None def reset_query() -> None ``` +##### `reset_timeouts` + +```python +def reset_timeouts() -> None +``` + #### Static Functions | **Name** | **Description** | @@ -630,7 +693,7 @@ The construct id used in the generated config for the Execute to import. The id of the existing Execute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/execute#import import section} in the documentation of this resource for the id to use --- @@ -661,10 +724,12 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | provider | cdktf.TerraformProvider | *No description.* | | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | query_results | cdktf.StringMapList | *No description.* | +| timeouts | ExecuteTimeoutsOutputReference | *No description.* | | execute_input | str | *No description.* | | id_input | str | *No description.* | | query_input | str | *No description.* | | revert_input | str | *No description.* | +| timeouts_input | typing.Union[cdktf.IResolvable, ExecuteTimeouts] | *No description.* | | execute | str | *No description.* | | id | str | *No description.* | | query | str | *No description.* | @@ -824,6 +889,16 @@ query_results: StringMapList --- +##### `timeouts`Required + +```python +timeouts: ExecuteTimeoutsOutputReference +``` + +- *Type:* ExecuteTimeoutsOutputReference + +--- + ##### `execute_input`Optional ```python @@ -864,6 +939,16 @@ revert_input: str --- +##### `timeouts_input`Optional + +```python +timeouts_input: typing.Union[IResolvable, ExecuteTimeouts] +``` + +- *Type:* typing.Union[cdktf.IResolvable, ExecuteTimeouts] + +--- + ##### `execute`Required ```python @@ -942,7 +1027,8 @@ execute.ExecuteConfig( execute: str, revert: str, id: str = None, - query: str = None + query: str = None, + timeouts: ExecuteTimeouts = None ) ``` @@ -959,8 +1045,9 @@ execute.ExecuteConfig( | 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/1.0.1/docs/resources/execute#id Execute#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. | | query | str | Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. | +| timeouts | ExecuteTimeouts | timeouts block. | --- @@ -1044,7 +1131,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/1.0.1/docs/resources/execute#execute Execute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} --- @@ -1058,7 +1145,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/1.0.1/docs/resources/execute#revert Execute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} --- @@ -1070,7 +1157,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#id Execute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +1174,486 @@ query: str Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#query} + +--- + +##### `timeouts`Optional + +```python +timeouts: ExecuteTimeouts +``` + +- *Type:* ExecuteTimeouts + +timeouts block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} + +--- + +### ExecuteTimeouts + +#### Initializer + +```python +from cdktf_cdktf_provider_snowflake import execute + +execute.ExecuteTimeouts( + create: str = None, + delete: str = None, + read: str = None, + update: str = None +) +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. | +| delete | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. | + +--- + +##### `create`Optional + +```python +create: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. + +--- + +##### `delete`Optional + +```python +delete: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. + +--- + +##### `read`Optional + +```python +read: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. + +--- + +##### `update`Optional + +```python +update: str +``` + +- *Type:* str + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. + +--- + +## Classes + +### ExecuteTimeoutsOutputReference + +#### Initializers + +```python +from cdktf_cdktf_provider_snowflake import execute + +execute.ExecuteTimeoutsOutputReference( + terraform_resource: IInterpolatingParent, + terraform_attribute: str +) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraform_resource | cdktf.IInterpolatingParent | The parent resource. | +| terraform_attribute | str | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraform_resource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraform_attribute`Required + +- *Type:* str + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| compute_fqn | *No description.* | +| get_any_map_attribute | *No description.* | +| get_boolean_attribute | *No description.* | +| get_boolean_map_attribute | *No description.* | +| get_list_attribute | *No description.* | +| get_number_attribute | *No description.* | +| get_number_list_attribute | *No description.* | +| get_number_map_attribute | *No description.* | +| get_string_attribute | *No description.* | +| get_string_map_attribute | *No description.* | +| interpolation_for_attribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| to_string | Return a string representation of this resolvable object. | +| reset_create | *No description.* | +| reset_delete | *No description.* | +| reset_read | *No description.* | +| reset_update | *No description.* | + +--- + +##### `compute_fqn` + +```python +def compute_fqn() -> str +``` + +##### `get_any_map_attribute` + +```python +def get_any_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Any] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_attribute` + +```python +def get_boolean_attribute( + terraform_attribute: str +) -> IResolvable +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_boolean_map_attribute` + +```python +def get_boolean_map_attribute( + terraform_attribute: str +) -> typing.Mapping[bool] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_list_attribute` + +```python +def get_list_attribute( + terraform_attribute: str +) -> typing.List[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_attribute` + +```python +def get_number_attribute( + terraform_attribute: str +) -> typing.Union[int, float] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_list_attribute` + +```python +def get_number_list_attribute( + terraform_attribute: str +) -> typing.List[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_number_map_attribute` + +```python +def get_number_map_attribute( + terraform_attribute: str +) -> typing.Mapping[typing.Union[int, float]] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_attribute` + +```python +def get_string_attribute( + terraform_attribute: str +) -> str +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `get_string_map_attribute` + +```python +def get_string_map_attribute( + terraform_attribute: str +) -> typing.Mapping[str] +``` + +###### `terraform_attribute`Required + +- *Type:* str + +--- + +##### `interpolation_for_attribute` + +```python +def interpolation_for_attribute( + property: str +) -> IResolvable +``` + +###### `property`Required + +- *Type:* str + +--- + +##### `resolve` + +```python +def resolve( + _context: IResolveContext +) -> typing.Any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `to_string` + +```python +def to_string() -> str +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `reset_create` + +```python +def reset_create() -> None +``` + +##### `reset_delete` + +```python +def reset_delete() -> None +``` + +##### `reset_read` + +```python +def reset_read() -> None +``` + +##### `reset_update` + +```python +def reset_update() -> None +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creation_stack | typing.List[str] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | str | *No description.* | +| create_input | str | *No description.* | +| delete_input | str | *No description.* | +| read_input | str | *No description.* | +| update_input | str | *No description.* | +| create | str | *No description.* | +| delete | str | *No description.* | +| read | str | *No description.* | +| update | str | *No description.* | +| internal_value | typing.Union[cdktf.IResolvable, ExecuteTimeouts] | *No description.* | + +--- + +##### `creation_stack`Required + +```python +creation_stack: typing.List[str] +``` + +- *Type:* typing.List[str] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```python +fqn: str +``` + +- *Type:* str + +--- + +##### `create_input`Optional + +```python +create_input: str +``` + +- *Type:* str + +--- + +##### `delete_input`Optional + +```python +delete_input: str +``` + +- *Type:* str + +--- + +##### `read_input`Optional + +```python +read_input: str +``` + +- *Type:* str + +--- + +##### `update_input`Optional + +```python +update_input: str +``` + +- *Type:* str + +--- + +##### `create`Required + +```python +create: str +``` + +- *Type:* str + +--- + +##### `delete`Required + +```python +delete: str +``` + +- *Type:* str + +--- + +##### `read`Required + +```python +read: str +``` + +- *Type:* str + +--- + +##### `update`Required + +```python +update: str +``` + +- *Type:* str + +--- + +##### `internal_value`Optional + +```python +internal_value: typing.Union[IResolvable, ExecuteTimeouts] +``` + +- *Type:* typing.Union[cdktf.IResolvable, ExecuteTimeouts] --- diff --git a/docs/execute.typescript.md b/docs/execute.typescript.md index 3fa13dc37..bd27029ee 100644 --- a/docs/execute.typescript.md +++ b/docs/execute.typescript.md @@ -4,7 +4,7 @@ ### Execute -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute snowflake_execute}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute snowflake_execute}. #### Initializers @@ -73,8 +73,10 @@ Must be unique amongst siblings in the same scope | moveFromId | Move the resource corresponding to "id" to this resource. | | moveTo | Moves this resource to the target resource given by moveTarget. | | moveToId | Moves this resource to the resource corresponding to "id". | +| putTimeouts | *No description.* | | resetId | *No description.* | | resetQuery | *No description.* | +| resetTimeouts | *No description.* | --- @@ -366,6 +368,18 @@ Full id of resource to move to, e.g. "aws_s3_bucket.example". --- +##### `putTimeouts` + +```typescript +public putTimeouts(value: ExecuteTimeouts): void +``` + +###### `value`Required + +- *Type:* ExecuteTimeouts + +--- + ##### `resetId` ```typescript @@ -378,6 +392,12 @@ public resetId(): void public resetQuery(): void ``` +##### `resetTimeouts` + +```typescript +public resetTimeouts(): void +``` + #### Static Functions | **Name** | **Description** | @@ -481,7 +501,7 @@ The construct id used in the generated config for the Execute to import. The id of the existing Execute that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/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/1.0.2/docs/resources/execute#import import section} in the documentation of this resource for the id to use --- @@ -512,10 +532,12 @@ Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowf | provider | cdktf.TerraformProvider | *No description.* | | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | queryResults | cdktf.StringMapList | *No description.* | +| timeouts | ExecuteTimeoutsOutputReference | *No description.* | | executeInput | string | *No description.* | | idInput | string | *No description.* | | queryInput | string | *No description.* | | revertInput | string | *No description.* | +| timeoutsInput | cdktf.IResolvable \| ExecuteTimeouts | *No description.* | | execute | string | *No description.* | | id | string | *No description.* | | query | string | *No description.* | @@ -675,6 +697,16 @@ public readonly queryResults: StringMapList; --- +##### `timeouts`Required + +```typescript +public readonly timeouts: ExecuteTimeoutsOutputReference; +``` + +- *Type:* ExecuteTimeoutsOutputReference + +--- + ##### `executeInput`Optional ```typescript @@ -715,6 +747,16 @@ public readonly revertInput: string; --- +##### `timeoutsInput`Optional + +```typescript +public readonly timeoutsInput: IResolvable | ExecuteTimeouts; +``` + +- *Type:* cdktf.IResolvable | ExecuteTimeouts + +--- + ##### `execute`Required ```typescript @@ -798,8 +840,9 @@ const executeConfig: execute.ExecuteConfig = { ... } | 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/1.0.1/docs/resources/execute#id Execute#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. | | query | string | Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. | +| timeouts | ExecuteTimeouts | timeouts block. | --- @@ -883,7 +926,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/1.0.1/docs/resources/execute#execute Execute#execute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} --- @@ -897,7 +940,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/1.0.1/docs/resources/execute#revert Execute#revert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} --- @@ -909,7 +952,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#id Execute#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +969,456 @@ public readonly query: string; Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#query} + +--- + +##### `timeouts`Optional + +```typescript +public readonly timeouts: ExecuteTimeouts; +``` + +- *Type:* ExecuteTimeouts + +timeouts block. + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} + +--- + +### ExecuteTimeouts + +#### Initializer + +```typescript +import { execute } from '@cdktf/provider-snowflake' + +const executeTimeouts: execute.ExecuteTimeouts = { ... } +``` + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. | +| delete | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. | + +--- + +##### `create`Optional + +```typescript +public readonly create: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create}. + +--- + +##### `delete`Optional + +```typescript +public readonly delete: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete}. + +--- + +##### `read`Optional + +```typescript +public readonly read: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read}. + +--- + +##### `update`Optional + +```typescript +public readonly update: string; +``` + +- *Type:* string + +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update}. + +--- + +## Classes + +### ExecuteTimeoutsOutputReference + +#### Initializers + +```typescript +import { execute } from '@cdktf/provider-snowflake' + +new execute.ExecuteTimeoutsOutputReference(terraformResource: IInterpolatingParent, terraformAttribute: string) +``` + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| terraformResource | cdktf.IInterpolatingParent | The parent resource. | +| terraformAttribute | string | The attribute on the parent resource this class is referencing. | + +--- + +##### `terraformResource`Required + +- *Type:* cdktf.IInterpolatingParent + +The parent resource. + +--- + +##### `terraformAttribute`Required + +- *Type:* string + +The attribute on the parent resource this class is referencing. + +--- + +#### Methods + +| **Name** | **Description** | +| --- | --- | +| computeFqn | *No description.* | +| getAnyMapAttribute | *No description.* | +| getBooleanAttribute | *No description.* | +| getBooleanMapAttribute | *No description.* | +| getListAttribute | *No description.* | +| getNumberAttribute | *No description.* | +| getNumberListAttribute | *No description.* | +| getNumberMapAttribute | *No description.* | +| getStringAttribute | *No description.* | +| getStringMapAttribute | *No description.* | +| interpolationForAttribute | *No description.* | +| resolve | Produce the Token's value at resolution time. | +| toString | Return a string representation of this resolvable object. | +| resetCreate | *No description.* | +| resetDelete | *No description.* | +| resetRead | *No description.* | +| resetUpdate | *No description.* | + +--- + +##### `computeFqn` + +```typescript +public computeFqn(): string +``` + +##### `getAnyMapAttribute` + +```typescript +public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanAttribute` + +```typescript +public getBooleanAttribute(terraformAttribute: string): IResolvable +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getBooleanMapAttribute` + +```typescript +public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getListAttribute` + +```typescript +public getListAttribute(terraformAttribute: string): string[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberAttribute` + +```typescript +public getNumberAttribute(terraformAttribute: string): number +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberListAttribute` + +```typescript +public getNumberListAttribute(terraformAttribute: string): number[] +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getNumberMapAttribute` + +```typescript +public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringAttribute` + +```typescript +public getStringAttribute(terraformAttribute: string): string +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `getStringMapAttribute` + +```typescript +public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} +``` + +###### `terraformAttribute`Required + +- *Type:* string + +--- + +##### `interpolationForAttribute` + +```typescript +public interpolationForAttribute(property: string): IResolvable +``` + +###### `property`Required + +- *Type:* string + +--- + +##### `resolve` + +```typescript +public resolve(_context: IResolveContext): any +``` + +Produce the Token's value at resolution time. + +###### `_context`Required + +- *Type:* cdktf.IResolveContext + +--- + +##### `toString` + +```typescript +public toString(): string +``` + +Return a string representation of this resolvable object. + +Returns a reversible string representation. + +##### `resetCreate` + +```typescript +public resetCreate(): void +``` + +##### `resetDelete` + +```typescript +public resetDelete(): void +``` + +##### `resetRead` + +```typescript +public resetRead(): void +``` + +##### `resetUpdate` + +```typescript +public resetUpdate(): void +``` + + +#### Properties + +| **Name** | **Type** | **Description** | +| --- | --- | --- | +| creationStack | string[] | The creation stack of this resolvable which will be appended to errors thrown during resolution. | +| fqn | string | *No description.* | +| createInput | string | *No description.* | +| deleteInput | string | *No description.* | +| readInput | string | *No description.* | +| updateInput | string | *No description.* | +| create | string | *No description.* | +| delete | string | *No description.* | +| read | string | *No description.* | +| update | string | *No description.* | +| internalValue | cdktf.IResolvable \| ExecuteTimeouts | *No description.* | + +--- + +##### `creationStack`Required + +```typescript +public readonly creationStack: string[]; +``` + +- *Type:* string[] + +The creation stack of this resolvable which will be appended to errors thrown during resolution. + +If this returns an empty array the stack will not be attached. + +--- + +##### `fqn`Required + +```typescript +public readonly fqn: string; +``` + +- *Type:* string + +--- + +##### `createInput`Optional + +```typescript +public readonly createInput: string; +``` + +- *Type:* string + +--- + +##### `deleteInput`Optional + +```typescript +public readonly deleteInput: string; +``` + +- *Type:* string + +--- + +##### `readInput`Optional + +```typescript +public readonly readInput: string; +``` + +- *Type:* string + +--- + +##### `updateInput`Optional + +```typescript +public readonly updateInput: string; +``` + +- *Type:* string + +--- + +##### `create`Required + +```typescript +public readonly create: string; +``` + +- *Type:* string + +--- + +##### `delete`Required + +```typescript +public readonly delete: string; +``` + +- *Type:* string + +--- + +##### `read`Required + +```typescript +public readonly read: string; +``` + +- *Type:* string + +--- + +##### `update`Required + +```typescript +public readonly update: string; +``` + +- *Type:* string + +--- + +##### `internalValue`Optional + +```typescript +public readonly internalValue: IResolvable | ExecuteTimeouts; +``` + +- *Type:* cdktf.IResolvable | ExecuteTimeouts --- diff --git a/docs/externalFunction.csharp.md b/docs/externalFunction.csharp.md index 2fc957b7e..ebba19152 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/1.0.1/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1215,7 +1215,7 @@ public string Name { get; set; } Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1229,7 +1229,7 @@ public string Type { get; set; } Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#type ExternalFunction#type} --- @@ -1292,7 +1292,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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1381,7 +1381,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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1395,7 +1395,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/1.0.1/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#database ExternalFunction#database} --- @@ -1411,7 +1411,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/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1425,7 +1425,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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1439,7 +1439,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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1453,7 +1453,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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1467,7 +1467,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/1.0.1/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/1.0.2/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1481,7 +1481,7 @@ public object Arg { get; set; } arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1495,7 +1495,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/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1509,7 +1509,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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1523,7 +1523,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/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1537,7 +1537,7 @@ public object Header { get; set; } header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#header ExternalFunction#header} --- @@ -1549,7 +1549,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1566,7 +1566,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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1580,7 +1580,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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1594,7 +1594,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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1608,7 +1608,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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1622,7 +1622,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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1658,7 +1658,7 @@ public string Name { get; set; } Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1672,7 +1672,7 @@ public string Value { get; set; } Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.go.md b/docs/externalFunction.go.md index 5fa938da6..49b30d412 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/1.0.1/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1215,7 +1215,7 @@ Name *string Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1229,7 +1229,7 @@ Type *string Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#type ExternalFunction#type} --- @@ -1292,7 +1292,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1381,7 +1381,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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1395,7 +1395,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/1.0.1/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#database ExternalFunction#database} --- @@ -1411,7 +1411,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/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1425,7 +1425,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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1439,7 +1439,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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1453,7 +1453,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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1467,7 +1467,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/1.0.1/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/1.0.2/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1481,7 +1481,7 @@ Arg interface{} arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1495,7 +1495,7 @@ Comment *string A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1509,7 +1509,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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1523,7 +1523,7 @@ ContextHeaders *[]*string Binds Snowflake context function results to HTTP headers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1537,7 +1537,7 @@ Header interface{} header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#header ExternalFunction#header} --- @@ -1549,7 +1549,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1566,7 +1566,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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1580,7 +1580,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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1594,7 +1594,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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1608,7 +1608,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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1622,7 +1622,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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1658,7 +1658,7 @@ Name *string Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1672,7 +1672,7 @@ Value *string Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.java.md b/docs/externalFunction.java.md index aef2da666..e01fd1b7d 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/1.0.1/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1493,7 +1493,7 @@ public java.lang.String getName(); Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1507,7 +1507,7 @@ public java.lang.String getType(); Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#type ExternalFunction#type} --- @@ -1577,7 +1577,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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1666,7 +1666,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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1680,7 +1680,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/1.0.1/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#database ExternalFunction#database} --- @@ -1696,7 +1696,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/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1710,7 +1710,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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1724,7 +1724,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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1738,7 +1738,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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1752,7 +1752,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/1.0.1/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/1.0.2/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1766,7 +1766,7 @@ public java.lang.Object getArg(); arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1780,7 +1780,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/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1794,7 +1794,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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1808,7 +1808,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/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1822,7 +1822,7 @@ public java.lang.Object getHeader(); header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#header ExternalFunction#header} --- @@ -1834,7 +1834,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1851,7 +1851,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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1865,7 +1865,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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1879,7 +1879,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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1893,7 +1893,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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1907,7 +1907,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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1943,7 +1943,7 @@ public java.lang.String getName(); Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1957,7 +1957,7 @@ public java.lang.String getValue(); Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.python.md b/docs/externalFunction.python.md index 2d8bad486..29c95c07d 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/1.0.1/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1538,7 +1538,7 @@ name: str Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1552,7 +1552,7 @@ type: str Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#type ExternalFunction#type} --- @@ -1615,7 +1615,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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1704,7 +1704,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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1718,7 +1718,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/1.0.1/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#database ExternalFunction#database} --- @@ -1734,7 +1734,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/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1748,7 +1748,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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1762,7 +1762,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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1776,7 +1776,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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1790,7 +1790,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/1.0.1/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/1.0.2/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1804,7 +1804,7 @@ arg: typing.Union[IResolvable, typing.List[ExternalFunctionArg]] arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1818,7 +1818,7 @@ comment: str A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1832,7 +1832,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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1846,7 +1846,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/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1860,7 +1860,7 @@ header: typing.Union[IResolvable, typing.List[ExternalFunctionHeader]] header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#header ExternalFunction#header} --- @@ -1872,7 +1872,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1889,7 +1889,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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1903,7 +1903,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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1917,7 +1917,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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1931,7 +1931,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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1945,7 +1945,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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1981,7 +1981,7 @@ name: str Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1995,7 +1995,7 @@ value: str Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalFunction.typescript.md b/docs/externalFunction.typescript.md index b74056d77..f7bb67217 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/1.0.1/docs/resources/external_function snowflake_external_function}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_function#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,7 @@ public readonly name: string; Argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1226,7 +1226,7 @@ public readonly type: string; Argument type, e.g. VARCHAR. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#type ExternalFunction#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#type ExternalFunction#type} --- @@ -1263,7 +1263,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/1.0.1/docs/resources/external_function#id ExternalFunction#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1352,7 +1352,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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#api_integration ExternalFunction#api_integration} --- @@ -1366,7 +1366,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/1.0.1/docs/resources/external_function#database ExternalFunction#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#database ExternalFunction#database} --- @@ -1382,7 +1382,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/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1396,7 +1396,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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} --- @@ -1410,7 +1410,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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_type ExternalFunction#return_type} --- @@ -1424,7 +1424,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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#schema ExternalFunction#schema} --- @@ -1438,7 +1438,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/1.0.1/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/1.0.2/docs/resources/external_function#url_of_proxy_and_resource ExternalFunction#url_of_proxy_and_resource} --- @@ -1452,7 +1452,7 @@ public readonly arg: IResolvable | ExternalFunctionArg[]; arg block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#arg ExternalFunction#arg} --- @@ -1466,7 +1466,7 @@ public readonly comment: string; A description of the external function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#comment ExternalFunction#comment} --- @@ -1480,7 +1480,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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#compression ExternalFunction#compression} --- @@ -1494,7 +1494,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/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#context_headers ExternalFunction#context_headers} --- @@ -1508,7 +1508,7 @@ public readonly header: IResolvable | ExternalFunctionHeader[]; header block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#header ExternalFunction#header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#header ExternalFunction#header} --- @@ -1520,7 +1520,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#id ExternalFunction#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1537,7 +1537,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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} --- @@ -1551,7 +1551,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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} --- @@ -1565,7 +1565,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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#request_translator ExternalFunction#request_translator} --- @@ -1579,7 +1579,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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#response_translator ExternalFunction#response_translator} --- @@ -1593,7 +1593,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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} --- @@ -1626,7 +1626,7 @@ public readonly name: string; Header name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#name ExternalFunction#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#name ExternalFunction#name} --- @@ -1640,7 +1640,7 @@ public readonly value: string; Header value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#value ExternalFunction#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#value ExternalFunction#value} --- diff --git a/docs/externalOauthIntegration.csharp.md b/docs/externalOauthIntegration.csharp.md index 894ca61ec..0a8c830c3 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/1.0.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ new ExternalOauthIntegrationConfig { | ExternalOauthRsaPublicKey2 | string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | ExternalOauthScopeDelimiter | string | Specifies the scope delimiter in the authorization token. | | ExternalOauthScopeMappingAttribute | string | Specifies the access token claim to map the access token to an account role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | --- @@ -1303,7 +1303,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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1317,7 +1317,7 @@ public string ExternalOauthIssuer { 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} --- @@ -1333,7 +1333,7 @@ Indicates which Snowflake user record attribute should be used to map the access Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} --- @@ -1349,7 +1349,7 @@ Specifies the access token claim or claims that can be used to map the access to If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} --- @@ -1363,7 +1363,7 @@ public string ExternalOauthType { 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. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} --- @@ -1379,7 +1379,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1393,7 +1393,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/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1409,7 +1409,7 @@ Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} --- @@ -1425,7 +1425,7 @@ Specifies whether the OAuth client or user can use a role that is not defined in Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} --- @@ -1439,7 +1439,7 @@ public string[] ExternalOauthAudienceList { 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} --- @@ -1455,7 +1455,7 @@ Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} --- @@ -1471,7 +1471,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. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} --- @@ -1487,7 +1487,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} --- @@ -1503,7 +1503,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} --- @@ -1517,7 +1517,7 @@ public string ExternalOauthScopeDelimiter { get; set; } Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} --- @@ -1533,7 +1533,7 @@ Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} --- @@ -1545,7 +1545,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/externalOauthIntegration.go.md b/docs/externalOauthIntegration.go.md index d88444cb8..c5b51a50e 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/1.0.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/externaloauth | ExternalOauthRsaPublicKey2 | *string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | ExternalOauthScopeDelimiter | *string | Specifies the scope delimiter in the authorization token. | | ExternalOauthScopeMappingAttribute | *string | Specifies the access token claim to map the access token to an account role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | --- @@ -1303,7 +1303,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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1317,7 +1317,7 @@ ExternalOauthIssuer *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/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} --- @@ -1333,7 +1333,7 @@ Indicates which Snowflake user record attribute should be used to map the access Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} --- @@ -1349,7 +1349,7 @@ Specifies the access token claim or claims that can be used to map the access to If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} --- @@ -1363,7 +1363,7 @@ ExternalOauthType *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. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} --- @@ -1379,7 +1379,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1393,7 +1393,7 @@ Comment *string Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1409,7 +1409,7 @@ Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} --- @@ -1425,7 +1425,7 @@ Specifies whether the OAuth client or user can use a role that is not defined in Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} --- @@ -1439,7 +1439,7 @@ ExternalOauthAudienceList *[]*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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} --- @@ -1455,7 +1455,7 @@ Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} --- @@ -1471,7 +1471,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. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} --- @@ -1487,7 +1487,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} --- @@ -1503,7 +1503,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} --- @@ -1517,7 +1517,7 @@ ExternalOauthScopeDelimiter *string Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} --- @@ -1533,7 +1533,7 @@ Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} --- @@ -1545,7 +1545,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/externalOauthIntegration.java.md b/docs/externalOauthIntegration.java.md index 8e6359801..3628fd802 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/1.0.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -71,7 +71,7 @@ ExternalOauthIntegration.Builder.create(Construct scope, java.lang.String id) | externalOauthRsaPublicKey2 | java.lang.String | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | externalOauthScopeDelimiter | java.lang.String | Specifies the scope delimiter in the authorization token. | | externalOauthScopeMappingAttribute | java.lang.String | Specifies the access token claim to map the access token to an account role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | --- @@ -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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} --- @@ -163,7 +163,7 @@ Indicates which Snowflake user record attribute should be used to map the access Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} --- @@ -175,7 +175,7 @@ Specifies the access token claim or claims that can be used to map the access to If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} --- @@ -185,7 +185,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. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} --- @@ -197,7 +197,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -207,7 +207,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/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -219,7 +219,7 @@ Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} --- @@ -231,7 +231,7 @@ Specifies whether the OAuth client or user can use a role that is not defined in Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} --- @@ -241,7 +241,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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} --- @@ -253,7 +253,7 @@ Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} --- @@ -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. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} --- @@ -277,7 +277,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} --- @@ -289,7 +289,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} --- @@ -299,7 +299,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/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} --- @@ -311,7 +311,7 @@ Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} --- @@ -319,7 +319,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/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -826,7 +826,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/1.0.1/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/1.0.2/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1506,7 +1506,7 @@ ExternalOauthIntegrationConfig.builder() | externalOauthRsaPublicKey2 | java.lang.String | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | externalOauthScopeDelimiter | java.lang.String | Specifies the scope delimiter in the authorization token. | | externalOauthScopeMappingAttribute | java.lang.String | Specifies the access token claim to map the access token to an account role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | --- @@ -1590,7 +1590,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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1604,7 +1604,7 @@ public java.lang.String getExternalOauthIssuer(); Specifies the URL to define the OAuth 2.0 authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} --- @@ -1620,7 +1620,7 @@ Indicates which Snowflake user record attribute should be used to map the access Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} --- @@ -1636,7 +1636,7 @@ Specifies the access token claim or claims that can be used to map the access to If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} --- @@ -1650,7 +1650,7 @@ public java.lang.String getExternalOauthType(); Specifies the OAuth 2.0 authorization server to be Okta, Microsoft Azure AD, Ping Identity PingFederate, or a Custom OAuth 2.0 authorization server. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} --- @@ -1666,7 +1666,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1680,7 +1680,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/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1696,7 +1696,7 @@ Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} --- @@ -1712,7 +1712,7 @@ Specifies whether the OAuth client or user can use a role that is not defined in Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} --- @@ -1726,7 +1726,7 @@ public java.util.List getExternalOauthAudienceList(); 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} --- @@ -1742,7 +1742,7 @@ Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} --- @@ -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. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} --- @@ -1774,7 +1774,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} --- @@ -1790,7 +1790,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} --- @@ -1804,7 +1804,7 @@ public java.lang.String getExternalOauthScopeDelimiter(); Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} --- @@ -1820,7 +1820,7 @@ Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} --- @@ -1832,7 +1832,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/externalOauthIntegration.python.md b/docs/externalOauthIntegration.python.md index 930067133..812790238 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/1.0.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. #### Initializers @@ -68,7 +68,7 @@ externalOauthIntegration.ExternalOauthIntegration( | external_oauth_rsa_public_key2 | str | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | external_oauth_scope_delimiter | str | Specifies the scope delimiter in the authorization token. | | external_oauth_scope_mapping_attribute | str | Specifies the access token claim to map the access token to an account role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | --- @@ -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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} --- @@ -160,7 +160,7 @@ Indicates which Snowflake user record attribute should be used to map the access Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} --- @@ -172,7 +172,7 @@ Specifies the access token claim or claims that can be used to map the access to If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} --- @@ -182,7 +182,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. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} --- @@ -194,7 +194,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -204,7 +204,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/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -216,7 +216,7 @@ Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} --- @@ -228,7 +228,7 @@ Specifies whether the OAuth client or user can use a role that is not defined in Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} --- @@ -238,7 +238,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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} --- @@ -250,7 +250,7 @@ Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} --- @@ -262,7 +262,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. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} --- @@ -274,7 +274,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} --- @@ -286,7 +286,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} --- @@ -296,7 +296,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/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} --- @@ -308,7 +308,7 @@ Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} --- @@ -316,7 +316,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/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -869,7 +869,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/1.0.1/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/1.0.2/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1544,7 +1544,7 @@ externalOauthIntegration.ExternalOauthIntegrationConfig( | external_oauth_rsa_public_key2 | str | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | external_oauth_scope_delimiter | str | Specifies the scope delimiter in the authorization token. | | external_oauth_scope_mapping_attribute | str | Specifies the access token claim to map the access token to an account role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | --- @@ -1628,7 +1628,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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1642,7 +1642,7 @@ external_oauth_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/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} --- @@ -1658,7 +1658,7 @@ Indicates which Snowflake user record attribute should be used to map the access Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} --- @@ -1674,7 +1674,7 @@ Specifies the access token claim or claims that can be used to map the access to If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} --- @@ -1688,7 +1688,7 @@ external_oauth_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. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} --- @@ -1704,7 +1704,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1718,7 +1718,7 @@ comment: str Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1734,7 +1734,7 @@ Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} --- @@ -1750,7 +1750,7 @@ Specifies whether the OAuth client or user can use a role that is not defined in Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} --- @@ -1764,7 +1764,7 @@ external_oauth_audience_list: 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} --- @@ -1780,7 +1780,7 @@ Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} --- @@ -1796,7 +1796,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. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} --- @@ -1812,7 +1812,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} --- @@ -1828,7 +1828,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} --- @@ -1842,7 +1842,7 @@ external_oauth_scope_delimiter: str Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} --- @@ -1858,7 +1858,7 @@ Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} --- @@ -1870,7 +1870,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/externalOauthIntegration.typescript.md b/docs/externalOauthIntegration.typescript.md index 2a868e714..4bab40a5d 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/1.0.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_oauth_integration#import import section} in the documentation of this resource for the id to use --- @@ -1194,7 +1194,7 @@ const externalOauthIntegrationConfig: externalOauthIntegration.ExternalOauthInte | externalOauthRsaPublicKey2 | string | Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | | externalOauthScopeDelimiter | string | Specifies the scope delimiter in the authorization token. | | externalOauthScopeMappingAttribute | string | Specifies the access token claim to map the access token to an account role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. | --- @@ -1278,7 +1278,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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} --- @@ -1292,7 +1292,7 @@ public readonly externalOauthIssuer: 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} --- @@ -1308,7 +1308,7 @@ Indicates which Snowflake user record attribute should be used to map the access Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} --- @@ -1324,7 +1324,7 @@ Specifies the access token claim or claims that can be used to map the access to If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} --- @@ -1338,7 +1338,7 @@ public readonly externalOauthType: 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. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} --- @@ -1354,7 +1354,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} --- @@ -1368,7 +1368,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/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} --- @@ -1384,7 +1384,7 @@ Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} --- @@ -1400,7 +1400,7 @@ Specifies whether the OAuth client or user can use a role that is not defined in Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} --- @@ -1414,7 +1414,7 @@ public readonly externalOauthAudienceList: 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} --- @@ -1430,7 +1430,7 @@ Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} --- @@ -1446,7 +1446,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. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} --- @@ -1462,7 +1462,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} --- @@ -1478,7 +1478,7 @@ Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -- Used for key rotation. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} --- @@ -1492,7 +1492,7 @@ public readonly externalOauthScopeDelimiter: string; Specifies the scope delimiter in the authorization token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} --- @@ -1508,7 +1508,7 @@ Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} --- @@ -1520,7 +1520,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/externalTable.csharp.md b/docs/externalTable.csharp.md index 1572d7666..631708e99 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/1.0.1/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1166,7 +1166,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/1.0.1/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#as ExternalTable#as} --- @@ -1180,7 +1180,7 @@ public string Name { get; set; } Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1194,7 +1194,7 @@ public string Type { get; set; } Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#type ExternalTable#type} --- @@ -1246,14 +1246,14 @@ new ExternalTableConfig { | Column | object | column block. | | Database | string | The database in which to create the external table. | | FileFormat | string | Specifies the file format for the external table. | -| Location | string | Specifies a location for the external table. | +| Location | string | Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). | | Name | string | Specifies the identifier for the external table; | | Schema | string | The schema in which to create the external table. | | AutoRefresh | object | Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. | | 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/1.0.1/docs/resources/external_table#id ExternalTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1342,7 +1342,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#column ExternalTable#column} --- @@ -1356,7 +1356,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1370,7 +1370,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/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1382,9 +1382,9 @@ public string Location { get; set; } - *Type:* string -Specifies a location for the external table. +Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#location ExternalTable#location} --- @@ -1400,7 +1400,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/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1414,7 +1414,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1428,7 +1428,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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1442,7 +1442,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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1456,7 +1456,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/1.0.1/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1470,7 +1470,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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1482,7 +1482,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1499,7 +1499,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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1513,7 +1513,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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1527,7 +1527,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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1541,7 +1541,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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1555,7 +1555,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1595,7 +1595,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1609,7 +1609,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/1.0.1/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#value ExternalTable#value} --- @@ -1623,7 +1623,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1637,7 +1637,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.go.md b/docs/externalTable.go.md index b67a42d3b..53abb63d1 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/1.0.1/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1166,7 +1166,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/1.0.1/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#as ExternalTable#as} --- @@ -1180,7 +1180,7 @@ Name *string Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1194,7 +1194,7 @@ Type *string Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#type ExternalTable#type} --- @@ -1246,14 +1246,14 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/externaltable | Column | interface{} | column block. | | Database | *string | The database in which to create the external table. | | FileFormat | *string | Specifies the file format for the external table. | -| Location | *string | Specifies a location for the external table. | +| Location | *string | Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). | | Name | *string | Specifies the identifier for the external table; | | Schema | *string | The schema in which to create the external table. | | AutoRefresh | interface{} | Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. | | 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/1.0.1/docs/resources/external_table#id ExternalTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1342,7 +1342,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#column ExternalTable#column} --- @@ -1356,7 +1356,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1370,7 +1370,7 @@ FileFormat *string Specifies the file format for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1382,9 +1382,9 @@ Location *string - *Type:* *string -Specifies a location for the external table. +Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#location ExternalTable#location} --- @@ -1400,7 +1400,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/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1414,7 +1414,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1428,7 +1428,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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1442,7 +1442,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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1456,7 +1456,7 @@ Comment *string Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1470,7 +1470,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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1482,7 +1482,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1499,7 +1499,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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1513,7 +1513,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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1527,7 +1527,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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1541,7 +1541,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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1555,7 +1555,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1595,7 +1595,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1609,7 +1609,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#value ExternalTable#value} --- @@ -1623,7 +1623,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1637,7 +1637,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.java.md b/docs/externalTable.java.md index a1d8fbc01..a1d61262d 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/1.0.1/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -61,14 +61,14 @@ ExternalTable.Builder.create(Construct scope, java.lang.String id) | column | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalTableColumn> | column block. | | database | java.lang.String | The database in which to create the external table. | | fileFormat | java.lang.String | Specifies the file format for the external table. | -| location | java.lang.String | Specifies a location for the external table. | +| location | java.lang.String | Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). | | name | java.lang.String | Specifies the identifier for the external table; | | schema | java.lang.String | The schema in which to create the external table. | | autoRefresh | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. | | 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/1.0.1/docs/resources/external_table#id ExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -171,9 +171,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* java.lang.String -Specifies a location for the external table. +Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1422,7 +1422,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/1.0.1/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#as ExternalTable#as} --- @@ -1436,7 +1436,7 @@ public java.lang.String getName(); Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1450,7 +1450,7 @@ public java.lang.String getType(); Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#type ExternalTable#type} --- @@ -1511,14 +1511,14 @@ ExternalTableConfig.builder() | column | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalTableColumn> | column block. | | database | java.lang.String | The database in which to create the external table. | | fileFormat | java.lang.String | Specifies the file format for the external table. | -| location | java.lang.String | Specifies a location for the external table. | +| location | java.lang.String | Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). | | name | java.lang.String | Specifies the identifier for the external table; | | schema | java.lang.String | The schema in which to create the external table. | | autoRefresh | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. | | 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/1.0.1/docs/resources/external_table#id ExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1607,7 +1607,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#column ExternalTable#column} --- @@ -1621,7 +1621,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1635,7 +1635,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/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1647,9 +1647,9 @@ public java.lang.String getLocation(); - *Type:* java.lang.String -Specifies a location for the external table. +Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#location ExternalTable#location} --- @@ -1665,7 +1665,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/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1679,7 +1679,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1693,7 +1693,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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1707,7 +1707,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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1721,7 +1721,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/1.0.1/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1735,7 +1735,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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1747,7 +1747,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1764,7 +1764,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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1778,7 +1778,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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1792,7 +1792,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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1806,7 +1806,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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1820,7 +1820,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1860,7 +1860,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1874,7 +1874,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/1.0.1/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#value ExternalTable#value} --- @@ -1888,7 +1888,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1902,7 +1902,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.python.md b/docs/externalTable.python.md index bf9083589..f3028a6c3 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/1.0.1/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table snowflake_external_table}. #### Initializers @@ -54,14 +54,14 @@ externalTable.ExternalTable( | column | typing.Union[cdktf.IResolvable, typing.List[ExternalTableColumn]] | column block. | | database | str | The database in which to create the external table. | | file_format | str | Specifies the file format for the external table. | -| location | str | Specifies a location for the external table. | +| location | str | Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). | | name | str | Specifies the identifier for the external table; | | schema | str | The schema in which to create the external table. | | auto_refresh | typing.Union[bool, cdktf.IResolvable] | Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. | | 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/1.0.1/docs/resources/external_table#id ExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -164,9 +164,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf - *Type:* str -Specifies a location for the external table. +Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1465,7 +1465,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/1.0.1/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#as ExternalTable#as} --- @@ -1479,7 +1479,7 @@ name: str Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1493,7 +1493,7 @@ type: str Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#type ExternalTable#type} --- @@ -1545,14 +1545,14 @@ externalTable.ExternalTableConfig( | column | typing.Union[cdktf.IResolvable, typing.List[ExternalTableColumn]] | column block. | | database | str | The database in which to create the external table. | | file_format | str | Specifies the file format for the external table. | -| location | str | Specifies a location for the external table. | +| location | str | Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). | | name | str | Specifies the identifier for the external table; | | schema | str | The schema in which to create the external table. | | auto_refresh | typing.Union[bool, cdktf.IResolvable] | Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. | | 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/1.0.1/docs/resources/external_table#id ExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1641,7 +1641,7 @@ column: typing.Union[IResolvable, typing.List[ExternalTableColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#column ExternalTable#column} --- @@ -1655,7 +1655,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1669,7 +1669,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/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1681,9 +1681,9 @@ location: str - *Type:* str -Specifies a location for the external table. +Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#location ExternalTable#location} --- @@ -1699,7 +1699,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/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1713,7 +1713,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1727,7 +1727,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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1741,7 +1741,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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1755,7 +1755,7 @@ comment: str Specifies a comment for the external table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1769,7 +1769,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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1781,7 +1781,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1798,7 +1798,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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1812,7 +1812,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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1826,7 +1826,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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1840,7 +1840,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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1854,7 +1854,7 @@ tag: typing.Union[IResolvable, typing.List[ExternalTableTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1894,7 +1894,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1908,7 +1908,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#value ExternalTable#value} --- @@ -1922,7 +1922,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1936,7 +1936,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalTable.typescript.md b/docs/externalTable.typescript.md index cc3e69c9b..d96507f92 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/1.0.1/docs/resources/external_table snowflake_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/external_table#import import section} in the documentation of this resource for the id to use --- @@ -1162,7 +1162,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/1.0.1/docs/resources/external_table#as ExternalTable#as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#as ExternalTable#as} --- @@ -1176,7 +1176,7 @@ public readonly name: string; Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1190,7 +1190,7 @@ public readonly type: string; Column type, e.g. VARIANT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#type ExternalTable#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#type ExternalTable#type} --- @@ -1218,14 +1218,14 @@ const externalTableConfig: externalTable.ExternalTableConfig = { ... } | column | cdktf.IResolvable \| ExternalTableColumn[] | column block. | | database | string | The database in which to create the external table. | | fileFormat | string | Specifies the file format for the external table. | -| location | string | Specifies a location for the external table. | +| location | string | Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). | | name | string | Specifies the identifier for the external table; | | schema | string | The schema in which to create the external table. | | autoRefresh | boolean \| cdktf.IResolvable | Specifies whether to automatically refresh the external table metadata once, immediately after the external table is created. | | 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/1.0.1/docs/resources/external_table#id ExternalTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1314,7 +1314,7 @@ public readonly column: IResolvable | ExternalTableColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#column ExternalTable#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#column ExternalTable#column} --- @@ -1328,7 +1328,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1342,7 +1342,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/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#file_format ExternalTable#file_format} --- @@ -1354,9 +1354,9 @@ public readonly location: string; - *Type:* string -Specifies a location for the external table. +Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#location ExternalTable#location} --- @@ -1372,7 +1372,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/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1386,7 +1386,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- @@ -1400,7 +1400,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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} --- @@ -1414,7 +1414,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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} --- @@ -1428,7 +1428,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/1.0.1/docs/resources/external_table#comment ExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#comment ExternalTable#comment} --- @@ -1442,7 +1442,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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#copy_grants ExternalTable#copy_grants} --- @@ -1454,7 +1454,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#id ExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1471,7 +1471,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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#partition_by ExternalTable#partition_by} --- @@ -1485,7 +1485,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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#pattern ExternalTable#pattern} --- @@ -1499,7 +1499,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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} --- @@ -1513,7 +1513,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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#table_format ExternalTable#table_format} --- @@ -1527,7 +1527,7 @@ public readonly tag: IResolvable | ExternalTableTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#tag ExternalTable#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#tag ExternalTable#tag} --- @@ -1562,7 +1562,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#name ExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#name ExternalTable#name} --- @@ -1576,7 +1576,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#value ExternalTable#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#value ExternalTable#value} --- @@ -1590,7 +1590,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/1.0.1/docs/resources/external_table#database ExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#database ExternalTable#database} --- @@ -1604,7 +1604,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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table#schema ExternalTable#schema} --- diff --git a/docs/externalVolume.csharp.md b/docs/externalVolume.csharp.md index 5ee678721..98214ad0f 100644 --- a/docs/externalVolume.csharp.md +++ b/docs/externalVolume.csharp.md @@ -4,7 +4,7 @@ ### ExternalVolume -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume snowflake_external_volume}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume snowflake_external_volume}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ExternalVolume to import. The id of the existing ExternalVolume that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ new ExternalVolumeConfig { | StorageLocation | object | storage_location block. | | AllowWrites | string | Specifies whether write operations are allowed for the external volume; | | Comment | string | Specifies a comment for the external volume. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. | --- @@ -963,7 +963,7 @@ Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} --- @@ -977,7 +977,7 @@ public object StorageLocation { get; set; } storage_location block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} --- @@ -993,7 +993,7 @@ Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} --- @@ -1007,7 +1007,7 @@ public string Comment { get; set; } Specifies a comment for the external volume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#comment} --- @@ -1019,7 +1019,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1094,7 +1094,7 @@ public string StorageBaseUrl { get; set; } Specifies the base URL for your cloud storage location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} --- @@ -1110,7 +1110,7 @@ Name of the storage location. Must be unique for the external volume. Do not use the name `terraform_provider_sentinel_storage_location` - this is reserved for the provider for performing update operations. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} --- @@ -1126,7 +1126,7 @@ Specifies the cloud storage provider that stores your data files. Valid values are (case-insensitive): `GCS` | `AZURE` | `S3` | `S3GOV`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} --- @@ -1140,7 +1140,7 @@ public string AzureTenantId { get; set; } Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} --- @@ -1154,7 +1154,7 @@ public string EncryptionKmsKeyId { get; set; } Specifies the ID for the KMS-managed key used to encrypt files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} --- @@ -1168,7 +1168,7 @@ public string EncryptionType { get; set; } Specifies the encryption type used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} --- @@ -1182,7 +1182,7 @@ public string StorageAwsRoleArn { get; set; } Specifies the case-sensitive Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} --- diff --git a/docs/externalVolume.go.md b/docs/externalVolume.go.md index 304a33672..a5433283b 100644 --- a/docs/externalVolume.go.md +++ b/docs/externalVolume.go.md @@ -4,7 +4,7 @@ ### ExternalVolume -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume snowflake_external_volume}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume snowflake_external_volume}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ExternalVolume to import. The id of the existing ExternalVolume that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/externalvolum | StorageLocation | interface{} | storage_location block. | | AllowWrites | *string | Specifies whether write operations are allowed for the external volume; | | Comment | *string | Specifies a comment for the external volume. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. | --- @@ -963,7 +963,7 @@ Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} --- @@ -977,7 +977,7 @@ StorageLocation interface{} storage_location block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} --- @@ -993,7 +993,7 @@ Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} --- @@ -1007,7 +1007,7 @@ Comment *string Specifies a comment for the external volume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#comment} --- @@ -1019,7 +1019,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1094,7 +1094,7 @@ StorageBaseUrl *string Specifies the base URL for your cloud storage location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} --- @@ -1110,7 +1110,7 @@ Name of the storage location. Must be unique for the external volume. Do not use the name `terraform_provider_sentinel_storage_location` - this is reserved for the provider for performing update operations. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} --- @@ -1126,7 +1126,7 @@ Specifies the cloud storage provider that stores your data files. Valid values are (case-insensitive): `GCS` | `AZURE` | `S3` | `S3GOV`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} --- @@ -1140,7 +1140,7 @@ AzureTenantId *string Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} --- @@ -1154,7 +1154,7 @@ EncryptionKmsKeyId *string Specifies the ID for the KMS-managed key used to encrypt files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} --- @@ -1168,7 +1168,7 @@ EncryptionType *string Specifies the encryption type used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} --- @@ -1182,7 +1182,7 @@ StorageAwsRoleArn *string Specifies the case-sensitive Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} --- diff --git a/docs/externalVolume.java.md b/docs/externalVolume.java.md index ddfee4b96..c5aa06d5b 100644 --- a/docs/externalVolume.java.md +++ b/docs/externalVolume.java.md @@ -4,7 +4,7 @@ ### ExternalVolume -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume snowflake_external_volume}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume snowflake_external_volume}. #### Initializers @@ -47,7 +47,7 @@ ExternalVolume.Builder.create(Construct scope, java.lang.String id) | storageLocation | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalVolumeStorageLocation> | storage_location block. | | allowWrites | java.lang.String | Specifies whether write operations are allowed for the external volume; | | comment | java.lang.String | Specifies a comment for the external volume. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. | --- @@ -119,7 +119,7 @@ Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} --- @@ -129,7 +129,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf storage_location block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} --- @@ -141,7 +141,7 @@ Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the external volume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#comment} --- @@ -159,7 +159,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/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 ExternalVolume to import. The id of the existing ExternalVolume that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,7 @@ ExternalVolumeConfig.builder() | storageLocation | com.hashicorp.cdktf.IResolvable OR java.util.List<ExternalVolumeStorageLocation> | storage_location block. | | allowWrites | java.lang.String | Specifies whether write operations are allowed for the external volume; | | comment | java.lang.String | Specifies a comment for the external volume. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. | --- @@ -1090,7 +1090,7 @@ Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} --- @@ -1104,7 +1104,7 @@ public java.lang.Object getStorageLocation(); storage_location block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} --- @@ -1120,7 +1120,7 @@ Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} --- @@ -1134,7 +1134,7 @@ public java.lang.String getComment(); Specifies a comment for the external volume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#comment} --- @@ -1146,7 +1146,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1219,7 +1219,7 @@ public java.lang.String getStorageBaseUrl(); Specifies the base URL for your cloud storage location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} --- @@ -1235,7 +1235,7 @@ Name of the storage location. Must be unique for the external volume. Do not use the name `terraform_provider_sentinel_storage_location` - this is reserved for the provider for performing update operations. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} --- @@ -1251,7 +1251,7 @@ Specifies the cloud storage provider that stores your data files. Valid values are (case-insensitive): `GCS` | `AZURE` | `S3` | `S3GOV`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} --- @@ -1265,7 +1265,7 @@ public java.lang.String getAzureTenantId(); Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} --- @@ -1279,7 +1279,7 @@ public java.lang.String getEncryptionKmsKeyId(); Specifies the ID for the KMS-managed key used to encrypt files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} --- @@ -1293,7 +1293,7 @@ public java.lang.String getEncryptionType(); Specifies the encryption type used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} --- @@ -1307,7 +1307,7 @@ public java.lang.String getStorageAwsRoleArn(); Specifies the case-sensitive Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} --- diff --git a/docs/externalVolume.python.md b/docs/externalVolume.python.md index d84cae19e..9d9de4efb 100644 --- a/docs/externalVolume.python.md +++ b/docs/externalVolume.python.md @@ -4,7 +4,7 @@ ### ExternalVolume -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume snowflake_external_volume}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume snowflake_external_volume}. #### Initializers @@ -44,7 +44,7 @@ externalVolume.ExternalVolume( | storage_location | typing.Union[cdktf.IResolvable, typing.List[ExternalVolumeStorageLocation]] | storage_location block. | | allow_writes | str | Specifies whether write operations are allowed for the external volume; | | comment | str | Specifies a comment for the external volume. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. | --- @@ -116,7 +116,7 @@ Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf storage_location block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} --- @@ -138,7 +138,7 @@ Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the external volume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#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/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -668,7 +668,7 @@ The construct id used in the generated config for the ExternalVolume to import. The id of the existing ExternalVolume that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use --- @@ -1044,7 +1044,7 @@ externalVolume.ExternalVolumeConfig( | storage_location | typing.Union[cdktf.IResolvable, typing.List[ExternalVolumeStorageLocation]] | storage_location block. | | allow_writes | str | Specifies whether write operations are allowed for the external volume; | | comment | str | Specifies a comment for the external volume. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. | --- @@ -1130,7 +1130,7 @@ Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} --- @@ -1144,7 +1144,7 @@ storage_location: typing.Union[IResolvable, typing.List[ExternalVolumeStorageLoc storage_location block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} --- @@ -1160,7 +1160,7 @@ Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} --- @@ -1174,7 +1174,7 @@ comment: str Specifies a comment for the external volume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#comment} --- @@ -1186,7 +1186,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 +1257,7 @@ storage_base_url: str Specifies the base URL for your cloud storage location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} --- @@ -1273,7 +1273,7 @@ Name of the storage location. Must be unique for the external volume. Do not use the name `terraform_provider_sentinel_storage_location` - this is reserved for the provider for performing update operations. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} --- @@ -1289,7 +1289,7 @@ Specifies the cloud storage provider that stores your data files. Valid values are (case-insensitive): `GCS` | `AZURE` | `S3` | `S3GOV`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} --- @@ -1303,7 +1303,7 @@ azure_tenant_id: str Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} --- @@ -1317,7 +1317,7 @@ encryption_kms_key_id: str Specifies the ID for the KMS-managed key used to encrypt files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} --- @@ -1331,7 +1331,7 @@ encryption_type: str Specifies the encryption type used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} --- @@ -1345,7 +1345,7 @@ storage_aws_role_arn: str Specifies the case-sensitive Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} --- diff --git a/docs/externalVolume.typescript.md b/docs/externalVolume.typescript.md index 5e6445776..23a870bca 100644 --- a/docs/externalVolume.typescript.md +++ b/docs/externalVolume.typescript.md @@ -4,7 +4,7 @@ ### ExternalVolume -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume snowflake_external_volume}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume snowflake_external_volume}. #### Initializers @@ -501,7 +501,7 @@ The construct id used in the generated config for the ExternalVolume to import. The id of the existing ExternalVolume that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use --- @@ -864,7 +864,7 @@ const externalVolumeConfig: externalVolume.ExternalVolumeConfig = { ... } | storageLocation | cdktf.IResolvable \| ExternalVolumeStorageLocation[] | storage_location block. | | allowWrites | string | Specifies whether write operations are allowed for the external volume; | | comment | string | Specifies a comment for the external volume. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. | --- @@ -950,7 +950,7 @@ Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} --- @@ -964,7 +964,7 @@ public readonly storageLocation: IResolvable | ExternalVolumeStorageLocation[]; storage_location block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} --- @@ -980,7 +980,7 @@ Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} --- @@ -994,7 +994,7 @@ public readonly comment: string; Specifies a comment for the external volume. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#comment} --- @@ -1006,7 +1006,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public readonly storageBaseUrl: string; Specifies the base URL for your cloud storage location. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} --- @@ -1085,7 +1085,7 @@ Name of the storage location. Must be unique for the external volume. Do not use the name `terraform_provider_sentinel_storage_location` - this is reserved for the provider for performing update operations. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} --- @@ -1101,7 +1101,7 @@ Specifies the cloud storage provider that stores your data files. Valid values are (case-insensitive): `GCS` | `AZURE` | `S3` | `S3GOV`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} --- @@ -1115,7 +1115,7 @@ public readonly azureTenantId: string; Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} --- @@ -1129,7 +1129,7 @@ public readonly encryptionKmsKeyId: string; Specifies the ID for the KMS-managed key used to encrypt files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} --- @@ -1143,7 +1143,7 @@ public readonly encryptionType: string; Specifies the encryption type used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} --- @@ -1157,7 +1157,7 @@ public readonly storageAwsRoleArn: string; Specifies the case-sensitive Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} --- diff --git a/docs/failoverGroup.csharp.md b/docs/failoverGroup.csharp.md index a7619bcf6..c29f865dc 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/1.0.1/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1027,7 +1027,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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1116,7 +1116,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1132,7 +1132,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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1148,7 +1148,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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1164,7 +1164,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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1180,7 +1180,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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1194,7 +1194,7 @@ public FailoverGroupFromReplica FromReplica { get; set; } from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1206,7 +1206,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1223,7 +1223,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/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1239,7 +1239,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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1253,7 +1253,7 @@ public FailoverGroupReplicationSchedule ReplicationSchedule { get; set; } replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1291,7 +1291,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1305,7 +1305,7 @@ public string OrganizationName { get; set; } Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1319,7 +1319,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/1.0.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1355,7 +1355,7 @@ public FailoverGroupReplicationScheduleCron Cron { get; set; } cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1371,7 +1371,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/1.0.1/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1409,7 +1409,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/1.0.1/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1423,7 +1423,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/1.0.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.go.md b/docs/failoverGroup.go.md index 75cc67af1..549a231af 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/1.0.1/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1027,7 +1027,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1116,7 +1116,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1132,7 +1132,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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1148,7 +1148,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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1164,7 +1164,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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1180,7 +1180,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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1194,7 +1194,7 @@ FromReplica FailoverGroupFromReplica from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1206,7 +1206,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1223,7 +1223,7 @@ IgnoreEditionCheck interface{} Allows replicating objects to accounts on lower editions. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1239,7 +1239,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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1253,7 +1253,7 @@ ReplicationSchedule FailoverGroupReplicationSchedule replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1291,7 +1291,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1305,7 +1305,7 @@ OrganizationName *string Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1319,7 +1319,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/1.0.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1355,7 +1355,7 @@ Cron FailoverGroupReplicationScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1371,7 +1371,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/1.0.1/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1409,7 +1409,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/1.0.1/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1423,7 +1423,7 @@ TimeZone *string Specifies the time zone for secondary group refresh. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.java.md b/docs/failoverGroup.java.md index 224347742..b6e1af16c 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/1.0.1/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1222,7 +1222,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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1311,7 +1311,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1327,7 +1327,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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1343,7 +1343,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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1359,7 +1359,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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1375,7 +1375,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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1389,7 +1389,7 @@ public FailoverGroupFromReplica getFromReplica(); from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1401,7 +1401,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1418,7 +1418,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/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1434,7 +1434,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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1448,7 +1448,7 @@ public FailoverGroupReplicationSchedule getReplicationSchedule(); replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1486,7 +1486,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1500,7 +1500,7 @@ public java.lang.String getOrganizationName(); Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1514,7 +1514,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/1.0.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1550,7 +1550,7 @@ public FailoverGroupReplicationScheduleCron getCron(); cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1566,7 +1566,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/1.0.1/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1604,7 +1604,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/1.0.1/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1618,7 +1618,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/1.0.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.python.md b/docs/failoverGroup.python.md index 9b26a28d2..e094c3266 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/1.0.1/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1307,7 +1307,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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1396,7 +1396,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1412,7 +1412,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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1428,7 +1428,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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1444,7 +1444,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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1460,7 +1460,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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1474,7 +1474,7 @@ from_replica: FailoverGroupFromReplica from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1486,7 +1486,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1503,7 +1503,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/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1519,7 +1519,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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1533,7 +1533,7 @@ replication_schedule: FailoverGroupReplicationSchedule replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1571,7 +1571,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1585,7 +1585,7 @@ organization_name: str Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1599,7 +1599,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/1.0.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1635,7 +1635,7 @@ cron: FailoverGroupReplicationScheduleCron cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1651,7 +1651,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/1.0.1/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1689,7 +1689,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/1.0.1/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1703,7 +1703,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/1.0.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- @@ -2615,7 +2615,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/1.0.1/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -2625,7 +2625,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/1.0.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/failoverGroup.typescript.md b/docs/failoverGroup.typescript.md index 412d237c6..61cabf6a9 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/1.0.1/docs/resources/failover_group snowflake_failover_group}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/failover_group#import import section} in the documentation of this resource for the id to use --- @@ -1009,7 +1009,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/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1098,7 +1098,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1114,7 +1114,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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} --- @@ -1130,7 +1130,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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} --- @@ -1146,7 +1146,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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} --- @@ -1162,7 +1162,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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} --- @@ -1176,7 +1176,7 @@ public readonly fromReplica: FailoverGroupFromReplica; from_replica block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#from_replica FailoverGroup#from_replica} --- @@ -1188,7 +1188,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#id FailoverGroup#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1205,7 +1205,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/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} --- @@ -1221,7 +1221,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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#object_types FailoverGroup#object_types} --- @@ -1235,7 +1235,7 @@ public readonly replicationSchedule: FailoverGroupReplicationSchedule; replication_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} --- @@ -1269,7 +1269,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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#name FailoverGroup#name} --- @@ -1283,7 +1283,7 @@ public readonly organizationName: string; Name of your Snowflake organization. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#organization_name FailoverGroup#organization_name} --- @@ -1297,7 +1297,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/1.0.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} --- @@ -1330,7 +1330,7 @@ public readonly cron: FailoverGroupReplicationScheduleCron; cron block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#cron FailoverGroup#cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#cron FailoverGroup#cron} --- @@ -1346,7 +1346,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/1.0.1/docs/resources/failover_group#interval FailoverGroup#interval} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#interval FailoverGroup#interval} --- @@ -1381,7 +1381,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/1.0.1/docs/resources/failover_group#expression FailoverGroup#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#expression FailoverGroup#expression} --- @@ -1395,7 +1395,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/1.0.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group#time_zone FailoverGroup#time_zone} --- diff --git a/docs/fileFormat.csharp.md b/docs/fileFormat.csharp.md index 80df72ca8..e2353a692 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/1.0.1/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1805,7 +1805,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/1.0.1/docs/resources/file_format#id FileFormat#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1904,7 +1904,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/1.0.1/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#database FileFormat#database} --- @@ -1918,7 +1918,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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1934,7 +1934,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/1.0.1/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#name FileFormat#name} --- @@ -1948,7 +1948,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/1.0.1/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#schema FileFormat#schema} --- @@ -1962,7 +1962,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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1976,7 +1976,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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1990,7 +1990,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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2004,7 +2004,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/1.0.1/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#comment FileFormat#comment} --- @@ -2018,7 +2018,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/1.0.1/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#compression FileFormat#compression} --- @@ -2032,7 +2032,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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2046,7 +2046,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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2060,7 +2060,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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2074,7 +2074,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/1.0.1/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/1.0.2/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2088,7 +2088,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/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2102,7 +2102,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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2116,7 +2116,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/1.0.1/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/1.0.2/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2130,7 +2130,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/1.0.1/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape FileFormat#escape} --- @@ -2144,7 +2144,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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2158,7 +2158,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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2172,7 +2172,7 @@ public string FieldOptionallyEnclosedBy { get; set; } Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2186,7 +2186,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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2198,7 +2198,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2215,7 +2215,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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2229,7 +2229,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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2243,7 +2243,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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2257,7 +2257,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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2271,7 +2271,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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2285,7 +2285,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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2299,7 +2299,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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2313,7 +2313,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/1.0.1/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/1.0.2/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2327,7 +2327,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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2341,7 +2341,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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2355,7 +2355,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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2369,7 +2369,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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2383,7 +2383,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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2397,7 +2397,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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2411,7 +2411,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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.go.md b/docs/fileFormat.go.md index b90e3c6c8..0085d0297 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/1.0.1/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1805,7 +1805,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/file_format#id FileFormat#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1904,7 +1904,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/1.0.1/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#database FileFormat#database} --- @@ -1918,7 +1918,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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1934,7 +1934,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/1.0.1/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#name FileFormat#name} --- @@ -1948,7 +1948,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/1.0.1/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#schema FileFormat#schema} --- @@ -1962,7 +1962,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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1976,7 +1976,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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1990,7 +1990,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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2004,7 +2004,7 @@ Comment *string Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#comment FileFormat#comment} --- @@ -2018,7 +2018,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/1.0.1/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#compression FileFormat#compression} --- @@ -2032,7 +2032,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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2046,7 +2046,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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2060,7 +2060,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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2074,7 +2074,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/1.0.1/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/1.0.2/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2088,7 +2088,7 @@ EnableOctal interface{} Boolean that enables parsing of octal numbers. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2102,7 +2102,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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2116,7 +2116,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/1.0.1/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/1.0.2/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2130,7 +2130,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/1.0.1/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape FileFormat#escape} --- @@ -2144,7 +2144,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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2158,7 +2158,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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2172,7 +2172,7 @@ FieldOptionallyEnclosedBy *string Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2186,7 +2186,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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2198,7 +2198,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2215,7 +2215,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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2229,7 +2229,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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2243,7 +2243,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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2257,7 +2257,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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2271,7 +2271,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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2285,7 +2285,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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2299,7 +2299,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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2313,7 +2313,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/1.0.1/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/1.0.2/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2327,7 +2327,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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2341,7 +2341,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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2355,7 +2355,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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2369,7 +2369,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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2383,7 +2383,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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2397,7 +2397,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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2411,7 +2411,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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.java.md b/docs/fileFormat.java.md index ca1efd4f6..d98ef11d5 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/1.0.1/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#id FileFormat#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -2346,7 +2346,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/1.0.1/docs/resources/file_format#id FileFormat#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -2445,7 +2445,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/1.0.1/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#database FileFormat#database} --- @@ -2459,7 +2459,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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -2475,7 +2475,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/1.0.1/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#name FileFormat#name} --- @@ -2489,7 +2489,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/1.0.1/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#schema FileFormat#schema} --- @@ -2503,7 +2503,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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -2517,7 +2517,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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -2531,7 +2531,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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2545,7 +2545,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/1.0.1/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#comment FileFormat#comment} --- @@ -2559,7 +2559,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/1.0.1/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#compression FileFormat#compression} --- @@ -2573,7 +2573,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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2587,7 +2587,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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2601,7 +2601,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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2615,7 +2615,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/1.0.1/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/1.0.2/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2629,7 +2629,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/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2643,7 +2643,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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2657,7 +2657,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/1.0.1/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/1.0.2/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2671,7 +2671,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/1.0.1/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape FileFormat#escape} --- @@ -2685,7 +2685,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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2699,7 +2699,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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2713,7 +2713,7 @@ public java.lang.String getFieldOptionallyEnclosedBy(); Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2727,7 +2727,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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2739,7 +2739,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2756,7 +2756,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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2770,7 +2770,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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2784,7 +2784,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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2798,7 +2798,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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2812,7 +2812,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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2826,7 +2826,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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2840,7 +2840,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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2854,7 +2854,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/1.0.1/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/1.0.2/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2868,7 +2868,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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2882,7 +2882,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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2896,7 +2896,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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2910,7 +2910,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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2924,7 +2924,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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2938,7 +2938,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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2952,7 +2952,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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.python.md b/docs/fileFormat.python.md index a196b6678..a1b21e284 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/1.0.1/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#id FileFormat#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -2352,7 +2352,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/1.0.1/docs/resources/file_format#id FileFormat#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -2451,7 +2451,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/1.0.1/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#database FileFormat#database} --- @@ -2465,7 +2465,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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -2481,7 +2481,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/1.0.1/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#name FileFormat#name} --- @@ -2495,7 +2495,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/1.0.1/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#schema FileFormat#schema} --- @@ -2509,7 +2509,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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -2523,7 +2523,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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -2537,7 +2537,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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -2551,7 +2551,7 @@ comment: str Specifies a comment for the file format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#comment FileFormat#comment} --- @@ -2565,7 +2565,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/1.0.1/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#compression FileFormat#compression} --- @@ -2579,7 +2579,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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2593,7 +2593,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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2607,7 +2607,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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2621,7 +2621,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/1.0.1/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/1.0.2/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2635,7 +2635,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/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2649,7 +2649,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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2663,7 +2663,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/1.0.1/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/1.0.2/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2677,7 +2677,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/1.0.1/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape FileFormat#escape} --- @@ -2691,7 +2691,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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2705,7 +2705,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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2719,7 +2719,7 @@ field_optionally_enclosed_by: str Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2733,7 +2733,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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2745,7 +2745,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2762,7 +2762,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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2776,7 +2776,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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2790,7 +2790,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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2804,7 +2804,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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2818,7 +2818,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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2832,7 +2832,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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2846,7 +2846,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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2860,7 +2860,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/1.0.1/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/1.0.2/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2874,7 +2874,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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2888,7 +2888,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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2902,7 +2902,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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2916,7 +2916,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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2930,7 +2930,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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2944,7 +2944,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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2958,7 +2958,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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/fileFormat.typescript.md b/docs/fileFormat.typescript.md index 9ec28428a..6ea99de77 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/1.0.1/docs/resources/file_format snowflake_file_format}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/file_format#import import section} in the documentation of this resource for the id to use --- @@ -1760,7 +1760,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/1.0.1/docs/resources/file_format#id FileFormat#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1859,7 +1859,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/1.0.1/docs/resources/file_format#database FileFormat#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#database FileFormat#database} --- @@ -1873,7 +1873,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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#format_type FileFormat#format_type} --- @@ -1889,7 +1889,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/1.0.1/docs/resources/file_format#name FileFormat#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#name FileFormat#name} --- @@ -1903,7 +1903,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/1.0.1/docs/resources/file_format#schema FileFormat#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#schema FileFormat#schema} --- @@ -1917,7 +1917,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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} --- @@ -1931,7 +1931,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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} --- @@ -1945,7 +1945,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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#binary_format FileFormat#binary_format} --- @@ -1959,7 +1959,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/1.0.1/docs/resources/file_format#comment FileFormat#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#comment FileFormat#comment} --- @@ -1973,7 +1973,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/1.0.1/docs/resources/file_format#compression FileFormat#compression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#compression FileFormat#compression} --- @@ -1987,7 +1987,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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#date_format FileFormat#date_format} --- @@ -2001,7 +2001,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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} --- @@ -2015,7 +2015,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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} --- @@ -2029,7 +2029,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/1.0.1/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/1.0.2/docs/resources/file_format#empty_field_as_null FileFormat#empty_field_as_null} --- @@ -2043,7 +2043,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/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#enable_octal FileFormat#enable_octal} --- @@ -2057,7 +2057,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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#encoding FileFormat#encoding} --- @@ -2071,7 +2071,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/1.0.1/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/1.0.2/docs/resources/file_format#error_on_column_count_mismatch FileFormat#error_on_column_count_mismatch} --- @@ -2085,7 +2085,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/1.0.1/docs/resources/file_format#escape FileFormat#escape} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape FileFormat#escape} --- @@ -2099,7 +2099,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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} --- @@ -2113,7 +2113,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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} --- @@ -2127,7 +2127,7 @@ public readonly fieldOptionallyEnclosedBy: string; Character used to enclose strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/file_format#field_optionally_enclosed_by FileFormat#field_optionally_enclosed_by} --- @@ -2141,7 +2141,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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#file_extension FileFormat#file_extension} --- @@ -2153,7 +2153,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/file_format#id FileFormat#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2170,7 +2170,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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} --- @@ -2184,7 +2184,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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#null_if FileFormat#null_if} --- @@ -2198,7 +2198,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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#parse_header FileFormat#parse_header} --- @@ -2212,7 +2212,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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#preserve_space FileFormat#preserve_space} --- @@ -2226,7 +2226,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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} --- @@ -2240,7 +2240,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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} --- @@ -2254,7 +2254,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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} --- @@ -2268,7 +2268,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/1.0.1/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/1.0.2/docs/resources/file_format#skip_byte_order_mark FileFormat#skip_byte_order_mark} --- @@ -2282,7 +2282,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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#skip_header FileFormat#skip_header} --- @@ -2296,7 +2296,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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} --- @@ -2310,7 +2310,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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} --- @@ -2324,7 +2324,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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} --- @@ -2338,7 +2338,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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#time_format FileFormat#time_format} --- @@ -2352,7 +2352,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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} --- @@ -2366,7 +2366,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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format#trim_space FileFormat#trim_space} --- diff --git a/docs/functionJava.csharp.md b/docs/functionJava.csharp.md index 55d57703c..648e17717 100644 --- a/docs/functionJava.csharp.md +++ b/docs/functionJava.csharp.md @@ -4,7 +4,7 @@ ### FunctionJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java snowflake_function_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java snowflake_function_java}. #### Initializers @@ -638,7 +638,7 @@ The construct id used in the generated config for the FunctionJava to import. The id of the existing FunctionJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#import import section} in the documentation of this resource for the id to use --- @@ -1395,7 +1395,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} --- @@ -1411,7 +1411,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_name FunctionJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_name FunctionJava#arg_name} --- @@ -1427,7 +1427,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} --- @@ -1492,7 +1492,7 @@ new FunctionJavaConfig { | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExternalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | FunctionDefinition | string | Defines the handler code executed when the UDF is called. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. | | Imports | object | imports block. | | IsSecure | string | Specifies that the function is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1589,7 +1589,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} --- @@ -1605,7 +1605,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} --- @@ -1621,7 +1621,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} --- @@ -1637,7 +1637,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} --- @@ -1653,7 +1653,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} --- @@ -1667,7 +1667,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} --- @@ -1681,7 +1681,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/1.0.1/docs/resources/function_java#comment FunctionJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} --- @@ -1697,7 +1697,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} --- @@ -1711,7 +1711,7 @@ public string[] ExternalAccessIntegrations { get; set; } The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} --- @@ -1727,7 +1727,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} --- @@ -1739,7 +1739,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1756,7 +1756,7 @@ public object Imports { get; set; } imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} --- @@ -1772,7 +1772,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} --- @@ -1786,7 +1786,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} --- @@ -1800,7 +1800,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} --- @@ -1816,7 +1816,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} --- @@ -1832,7 +1832,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} --- @@ -1846,7 +1846,7 @@ public string ReturnResultsBehavior { get; set; } Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} --- @@ -1862,7 +1862,7 @@ Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} --- @@ -1876,7 +1876,7 @@ public object Secrets { get; set; } secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} --- @@ -1890,7 +1890,7 @@ public FunctionJavaTargetPath TargetPath { get; set; } target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} --- @@ -1904,7 +1904,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} --- @@ -1940,7 +1940,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -1956,7 +1956,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- @@ -2057,7 +2057,7 @@ public string SecretId { get; set; } Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_id FunctionJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_id FunctionJava#secret_id} --- @@ -2071,7 +2071,7 @@ public string SecretVariableName { get; set; } The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} --- @@ -2120,7 +2120,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -2136,7 +2136,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- diff --git a/docs/functionJava.go.md b/docs/functionJava.go.md index 3312cee1a..25957b535 100644 --- a/docs/functionJava.go.md +++ b/docs/functionJava.go.md @@ -4,7 +4,7 @@ ### FunctionJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java snowflake_function_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java snowflake_function_java}. #### Initializers @@ -638,7 +638,7 @@ The construct id used in the generated config for the FunctionJava to import. The id of the existing FunctionJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#import import section} in the documentation of this resource for the id to use --- @@ -1395,7 +1395,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} --- @@ -1411,7 +1411,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_name FunctionJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_name FunctionJava#arg_name} --- @@ -1427,7 +1427,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} --- @@ -1492,7 +1492,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/functionjava" | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExternalAccessIntegrations | *[]*string | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | FunctionDefinition | *string | Defines the handler code executed when the UDF is called. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. | | Imports | interface{} | imports block. | | IsSecure | *string | Specifies that the function is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1589,7 +1589,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} --- @@ -1605,7 +1605,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} --- @@ -1621,7 +1621,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} --- @@ -1637,7 +1637,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} --- @@ -1653,7 +1653,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} --- @@ -1667,7 +1667,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} --- @@ -1681,7 +1681,7 @@ Comment *string Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#comment FunctionJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} --- @@ -1697,7 +1697,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} --- @@ -1711,7 +1711,7 @@ ExternalAccessIntegrations *[]*string The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} --- @@ -1727,7 +1727,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} --- @@ -1739,7 +1739,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1756,7 +1756,7 @@ Imports interface{} imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} --- @@ -1772,7 +1772,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} --- @@ -1786,7 +1786,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} --- @@ -1800,7 +1800,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} --- @@ -1816,7 +1816,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} --- @@ -1832,7 +1832,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} --- @@ -1846,7 +1846,7 @@ ReturnResultsBehavior *string Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} --- @@ -1862,7 +1862,7 @@ Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} --- @@ -1876,7 +1876,7 @@ Secrets interface{} secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} --- @@ -1890,7 +1890,7 @@ TargetPath FunctionJavaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} --- @@ -1904,7 +1904,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} --- @@ -1940,7 +1940,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -1956,7 +1956,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- @@ -2057,7 +2057,7 @@ SecretId *string Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_id FunctionJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_id FunctionJava#secret_id} --- @@ -2071,7 +2071,7 @@ SecretVariableName *string The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} --- @@ -2120,7 +2120,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -2136,7 +2136,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- diff --git a/docs/functionJava.java.md b/docs/functionJava.java.md index b20437eeb..c7d7f1e12 100644 --- a/docs/functionJava.java.md +++ b/docs/functionJava.java.md @@ -4,7 +4,7 @@ ### FunctionJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java snowflake_function_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java snowflake_function_java}. #### Initializers @@ -73,7 +73,7 @@ FunctionJava.Builder.create(Construct scope, java.lang.String id) | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | java.lang.String | Defines the handler code executed when the UDF is called. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionJavaImports> | imports block. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -156,7 +156,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} --- @@ -168,7 +168,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} --- @@ -180,7 +180,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} --- @@ -192,7 +192,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} --- @@ -204,7 +204,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} --- @@ -214,7 +214,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/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} --- @@ -224,7 +224,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/1.0.1/docs/resources/function_java#comment FunctionJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} --- @@ -236,7 +236,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} --- @@ -258,7 +258,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} --- @@ -266,7 +266,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/1.0.1/docs/resources/function_java#id FunctionJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -279,7 +279,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} --- @@ -291,7 +291,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} --- @@ -301,7 +301,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} --- @@ -323,7 +323,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} --- @@ -335,7 +335,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} --- @@ -357,7 +357,7 @@ Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} --- @@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} --- @@ -985,7 +985,7 @@ The construct id used in the generated config for the FunctionJava to import. The id of the existing FunctionJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#import import section} in the documentation of this resource for the id to use --- @@ -1742,7 +1742,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} --- @@ -1758,7 +1758,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_name FunctionJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_name FunctionJava#arg_name} --- @@ -1774,7 +1774,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} --- @@ -1847,7 +1847,7 @@ FunctionJavaConfig.builder() | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | java.lang.String | Defines the handler code executed when the UDF is called. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionJavaImports> | imports block. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1944,7 +1944,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} --- @@ -1960,7 +1960,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} --- @@ -1976,7 +1976,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} --- @@ -1992,7 +1992,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} --- @@ -2008,7 +2008,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} --- @@ -2022,7 +2022,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} --- @@ -2036,7 +2036,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/1.0.1/docs/resources/function_java#comment FunctionJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} --- @@ -2052,7 +2052,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} --- @@ -2066,7 +2066,7 @@ public java.util.List getExternalAccessIntegrations(); The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} --- @@ -2082,7 +2082,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} --- @@ -2094,7 +2094,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2111,7 +2111,7 @@ public java.lang.Object getImports(); imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} --- @@ -2127,7 +2127,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} --- @@ -2141,7 +2141,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} --- @@ -2155,7 +2155,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} --- @@ -2171,7 +2171,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} --- @@ -2187,7 +2187,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} --- @@ -2201,7 +2201,7 @@ public java.lang.String getReturnResultsBehavior(); Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} --- @@ -2217,7 +2217,7 @@ Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} --- @@ -2231,7 +2231,7 @@ public java.lang.Object getSecrets(); secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} --- @@ -2245,7 +2245,7 @@ public FunctionJavaTargetPath getTargetPath(); target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} --- @@ -2259,7 +2259,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} --- @@ -2295,7 +2295,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -2311,7 +2311,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- @@ -2407,7 +2407,7 @@ public java.lang.String getSecretId(); Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_id FunctionJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_id FunctionJava#secret_id} --- @@ -2421,7 +2421,7 @@ public java.lang.String getSecretVariableName(); The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} --- @@ -2469,7 +2469,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -2485,7 +2485,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- diff --git a/docs/functionJava.python.md b/docs/functionJava.python.md index 8eb532436..85318f278 100644 --- a/docs/functionJava.python.md +++ b/docs/functionJava.python.md @@ -4,7 +4,7 @@ ### FunctionJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java snowflake_function_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java snowflake_function_java}. #### Initializers @@ -67,7 +67,7 @@ functionJava.FunctionJava( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | function_definition | str | Defines the handler code executed when the UDF is called. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[FunctionJavaImports]] | imports block. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -150,7 +150,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} --- @@ -162,7 +162,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} --- @@ -174,7 +174,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} --- @@ -186,7 +186,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} --- @@ -198,7 +198,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} --- @@ -208,7 +208,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/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} --- @@ -218,7 +218,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/1.0.1/docs/resources/function_java#comment FunctionJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} --- @@ -230,7 +230,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} --- @@ -252,7 +252,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} --- @@ -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/1.0.1/docs/resources/function_java#id FunctionJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} --- @@ -285,7 +285,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} --- @@ -317,7 +317,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} --- @@ -329,7 +329,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} --- @@ -351,7 +351,7 @@ Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} --- @@ -818,7 +818,7 @@ def put_target_path( Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -830,7 +830,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- @@ -1050,7 +1050,7 @@ The construct id used in the generated config for the FunctionJava to import. The id of the existing FunctionJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#import import section} in the documentation of this resource for the id to use --- @@ -1807,7 +1807,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} --- @@ -1823,7 +1823,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_name FunctionJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_name FunctionJava#arg_name} --- @@ -1839,7 +1839,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} --- @@ -1904,7 +1904,7 @@ functionJava.FunctionJavaConfig( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | function_definition | str | Defines the handler code executed when the UDF is called. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[FunctionJavaImports]] | imports block. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -2001,7 +2001,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} --- @@ -2017,7 +2017,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} --- @@ -2033,7 +2033,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} --- @@ -2049,7 +2049,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} --- @@ -2065,7 +2065,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} --- @@ -2079,7 +2079,7 @@ arguments: typing.Union[IResolvable, typing.List[FunctionJavaArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} --- @@ -2093,7 +2093,7 @@ comment: str Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#comment FunctionJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} --- @@ -2109,7 +2109,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} --- @@ -2123,7 +2123,7 @@ external_access_integrations: typing.List[str] The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} --- @@ -2139,7 +2139,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} --- @@ -2151,7 +2151,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2168,7 +2168,7 @@ imports: typing.Union[IResolvable, typing.List[FunctionJavaImports]] imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} --- @@ -2184,7 +2184,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} --- @@ -2198,7 +2198,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} --- @@ -2212,7 +2212,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} --- @@ -2228,7 +2228,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} --- @@ -2244,7 +2244,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} --- @@ -2258,7 +2258,7 @@ return_results_behavior: str Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} --- @@ -2274,7 +2274,7 @@ Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} --- @@ -2288,7 +2288,7 @@ secrets: typing.Union[IResolvable, typing.List[FunctionJavaSecrets]] secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} --- @@ -2302,7 +2302,7 @@ target_path: FunctionJavaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} --- @@ -2316,7 +2316,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} --- @@ -2352,7 +2352,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -2368,7 +2368,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- @@ -2459,7 +2459,7 @@ secret_id: str Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_id FunctionJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_id FunctionJava#secret_id} --- @@ -2473,7 +2473,7 @@ secret_variable_name: str The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} --- @@ -2520,7 +2520,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -2536,7 +2536,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- diff --git a/docs/functionJava.typescript.md b/docs/functionJava.typescript.md index d6665a33a..bf6f8a21b 100644 --- a/docs/functionJava.typescript.md +++ b/docs/functionJava.typescript.md @@ -4,7 +4,7 @@ ### FunctionJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java snowflake_function_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java snowflake_function_java}. #### Initializers @@ -638,7 +638,7 @@ The construct id used in the generated config for the FunctionJava to import. The id of the existing FunctionJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#import import section} in the documentation of this resource for the id to use --- @@ -1391,7 +1391,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} --- @@ -1407,7 +1407,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_name FunctionJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_name FunctionJava#arg_name} --- @@ -1423,7 +1423,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} --- @@ -1458,7 +1458,7 @@ const functionJavaConfig: functionJava.FunctionJavaConfig = { ... } | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | string | Defines the handler code executed when the UDF is called. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. | | imports | cdktf.IResolvable \| FunctionJavaImports[] | imports block. | | isSecure | string | Specifies that the function is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1555,7 +1555,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} --- @@ -1571,7 +1571,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} --- @@ -1587,7 +1587,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} --- @@ -1603,7 +1603,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} --- @@ -1619,7 +1619,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} --- @@ -1633,7 +1633,7 @@ public readonly arguments: IResolvable | FunctionJavaArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} --- @@ -1647,7 +1647,7 @@ public readonly comment: string; Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#comment FunctionJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} --- @@ -1663,7 +1663,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} --- @@ -1677,7 +1677,7 @@ public readonly externalAccessIntegrations: string[]; The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} --- @@ -1693,7 +1693,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} --- @@ -1705,7 +1705,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1722,7 +1722,7 @@ public readonly imports: IResolvable | FunctionJavaImports[]; imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} --- @@ -1738,7 +1738,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} --- @@ -1752,7 +1752,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} --- @@ -1766,7 +1766,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} --- @@ -1782,7 +1782,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} --- @@ -1798,7 +1798,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} --- @@ -1812,7 +1812,7 @@ public readonly returnResultsBehavior: string; Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} --- @@ -1828,7 +1828,7 @@ Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} --- @@ -1842,7 +1842,7 @@ public readonly secrets: IResolvable | FunctionJavaSecrets[]; secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} --- @@ -1856,7 +1856,7 @@ public readonly targetPath: FunctionJavaTargetPath; target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} --- @@ -1870,7 +1870,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} --- @@ -1903,7 +1903,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -1919,7 +1919,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- @@ -2007,7 +2007,7 @@ public readonly secretId: string; Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_id FunctionJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_id FunctionJava#secret_id} --- @@ -2021,7 +2021,7 @@ public readonly secretVariableName: string; The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} --- @@ -2065,7 +2065,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} --- @@ -2081,7 +2081,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} --- diff --git a/docs/functionJavascript.csharp.md b/docs/functionJavascript.csharp.md index 1523d2c32..0d49625eb 100644 --- a/docs/functionJavascript.csharp.md +++ b/docs/functionJavascript.csharp.md @@ -4,7 +4,7 @@ ### FunctionJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript snowflake_function_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript snowflake_function_javascript}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the FunctionJavascript to impo The id of the existing FunctionJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} --- @@ -1169,7 +1169,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} --- @@ -1185,7 +1185,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} --- @@ -1241,7 +1241,7 @@ new FunctionJavascriptConfig { | Arguments | object | arguments block. | | Comment | string | Specifies a comment for the function. | | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. | | IsSecure | string | Specifies that the function is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1333,7 +1333,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} --- @@ -1349,7 +1349,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} --- @@ -1365,7 +1365,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} --- @@ -1381,7 +1381,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} --- @@ -1397,7 +1397,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} --- @@ -1411,7 +1411,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#arguments} --- @@ -1425,7 +1425,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/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} --- @@ -1441,7 +1441,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} --- @@ -1453,7 +1453,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} --- @@ -1486,7 +1486,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} --- @@ -1500,7 +1500,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} --- @@ -1516,7 +1516,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} --- @@ -1530,7 +1530,7 @@ public string ReturnResultsBehavior { get; set; } Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} --- @@ -1544,7 +1544,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} --- diff --git a/docs/functionJavascript.go.md b/docs/functionJavascript.go.md index 080e0f117..27581718a 100644 --- a/docs/functionJavascript.go.md +++ b/docs/functionJavascript.go.md @@ -4,7 +4,7 @@ ### FunctionJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript snowflake_function_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript snowflake_function_javascript}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the FunctionJavascript to impo The id of the existing FunctionJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} --- @@ -1169,7 +1169,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} --- @@ -1185,7 +1185,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} --- @@ -1241,7 +1241,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/functionjavas | Arguments | interface{} | arguments block. | | Comment | *string | Specifies a comment for the function. | | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. | | IsSecure | *string | Specifies that the function is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | *string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1333,7 +1333,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} --- @@ -1349,7 +1349,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} --- @@ -1365,7 +1365,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} --- @@ -1381,7 +1381,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} --- @@ -1397,7 +1397,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} --- @@ -1411,7 +1411,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#arguments} --- @@ -1425,7 +1425,7 @@ Comment *string Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} --- @@ -1441,7 +1441,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} --- @@ -1453,7 +1453,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} --- @@ -1486,7 +1486,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} --- @@ -1500,7 +1500,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} --- @@ -1516,7 +1516,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} --- @@ -1530,7 +1530,7 @@ ReturnResultsBehavior *string Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} --- @@ -1544,7 +1544,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} --- diff --git a/docs/functionJavascript.java.md b/docs/functionJavascript.java.md index 89b126287..3ae4062fd 100644 --- a/docs/functionJavascript.java.md +++ b/docs/functionJavascript.java.md @@ -4,7 +4,7 @@ ### FunctionJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript snowflake_function_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript snowflake_function_javascript}. #### Initializers @@ -62,7 +62,7 @@ FunctionJavascript.Builder.create(Construct scope, java.lang.String id) | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionJavascriptArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -140,7 +140,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} --- @@ -152,7 +152,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} --- @@ -164,7 +164,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} --- @@ -176,7 +176,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} --- @@ -188,7 +188,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} --- @@ -198,7 +198,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/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#arguments} --- @@ -208,7 +208,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/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} --- @@ -220,7 +220,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} --- @@ -228,7 +228,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/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} --- @@ -275,7 +275,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} --- @@ -805,7 +805,7 @@ The construct id used in the generated config for the FunctionJavascript to impo The id of the existing FunctionJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1408,7 +1408,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} --- @@ -1424,7 +1424,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} --- @@ -1440,7 +1440,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} --- @@ -1502,7 +1502,7 @@ FunctionJavascriptConfig.builder() | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionJavascriptArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1594,7 +1594,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} --- @@ -1610,7 +1610,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} --- @@ -1626,7 +1626,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} --- @@ -1642,7 +1642,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} --- @@ -1658,7 +1658,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} --- @@ -1672,7 +1672,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#arguments} --- @@ -1686,7 +1686,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/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} --- @@ -1702,7 +1702,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} --- @@ -1714,7 +1714,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} --- @@ -1747,7 +1747,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} --- @@ -1761,7 +1761,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} --- @@ -1777,7 +1777,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} --- @@ -1791,7 +1791,7 @@ public java.lang.String getReturnResultsBehavior(); Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} --- @@ -1805,7 +1805,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} --- diff --git a/docs/functionJavascript.python.md b/docs/functionJavascript.python.md index 3c7ef99dd..aa3e6f8ff 100644 --- a/docs/functionJavascript.python.md +++ b/docs/functionJavascript.python.md @@ -4,7 +4,7 @@ ### FunctionJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript snowflake_function_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript snowflake_function_javascript}. #### Initializers @@ -58,7 +58,7 @@ functionJavascript.FunctionJavascript( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionJavascriptArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -136,7 +136,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} --- @@ -148,7 +148,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} --- @@ -160,7 +160,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} --- @@ -172,7 +172,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} --- @@ -184,7 +184,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} --- @@ -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/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#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/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} --- @@ -216,7 +216,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} --- @@ -224,7 +224,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/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} --- @@ -271,7 +271,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} --- @@ -291,7 +291,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} --- @@ -849,7 +849,7 @@ The construct id used in the generated config for the FunctionJavascript to impo The id of the existing FunctionJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1452,7 +1452,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} --- @@ -1468,7 +1468,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} --- @@ -1484,7 +1484,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} --- @@ -1540,7 +1540,7 @@ functionJavascript.FunctionJavascriptConfig( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionJavascriptArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1632,7 +1632,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} --- @@ -1648,7 +1648,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} --- @@ -1664,7 +1664,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} --- @@ -1680,7 +1680,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} --- @@ -1696,7 +1696,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} --- @@ -1710,7 +1710,7 @@ arguments: typing.Union[IResolvable, typing.List[FunctionJavascriptArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#arguments} --- @@ -1724,7 +1724,7 @@ comment: str Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} --- @@ -1740,7 +1740,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} --- @@ -1752,7 +1752,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1771,7 +1771,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} --- @@ -1785,7 +1785,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} --- @@ -1799,7 +1799,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} --- @@ -1815,7 +1815,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} --- @@ -1829,7 +1829,7 @@ return_results_behavior: str Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} --- @@ -1843,7 +1843,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} --- diff --git a/docs/functionJavascript.typescript.md b/docs/functionJavascript.typescript.md index 8b0a3e363..5250c2b0c 100644 --- a/docs/functionJavascript.typescript.md +++ b/docs/functionJavascript.typescript.md @@ -4,7 +4,7 @@ ### FunctionJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript snowflake_function_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript snowflake_function_javascript}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the FunctionJavascript to impo The id of the existing FunctionJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1149,7 +1149,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} --- @@ -1165,7 +1165,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} --- @@ -1181,7 +1181,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} --- @@ -1214,7 +1214,7 @@ const functionJavascriptConfig: functionJavascript.FunctionJavascriptConfig = { | arguments | cdktf.IResolvable \| FunctionJavascriptArguments[] | arguments block. | | comment | string | Specifies a comment for the function. | | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. | | isSecure | string | Specifies that the function is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1306,7 +1306,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} --- @@ -1322,7 +1322,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} --- @@ -1338,7 +1338,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} --- @@ -1354,7 +1354,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} --- @@ -1370,7 +1370,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} --- @@ -1384,7 +1384,7 @@ public readonly arguments: IResolvable | FunctionJavascriptArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#arguments} --- @@ -1398,7 +1398,7 @@ public readonly comment: string; Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} --- @@ -1414,7 +1414,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} --- @@ -1426,7 +1426,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} --- @@ -1459,7 +1459,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} --- @@ -1473,7 +1473,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} --- @@ -1489,7 +1489,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} --- @@ -1503,7 +1503,7 @@ public readonly returnResultsBehavior: string; Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} --- @@ -1517,7 +1517,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} --- diff --git a/docs/functionPython.csharp.md b/docs/functionPython.csharp.md index d3b1c4fc9..c35d68a03 100644 --- a/docs/functionPython.csharp.md +++ b/docs/functionPython.csharp.md @@ -4,7 +4,7 @@ ### FunctionPython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python snowflake_function_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python snowflake_function_python}. #### Initializers @@ -618,7 +618,7 @@ The construct id used in the generated config for the FunctionPython to import. The id of the existing FunctionPython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#import import section} in the documentation of this resource for the id to use --- @@ -1375,7 +1375,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} --- @@ -1391,7 +1391,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_name FunctionPython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_name FunctionPython#arg_name} --- @@ -1407,7 +1407,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} --- @@ -1473,7 +1473,7 @@ new FunctionPythonConfig { | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExternalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | FunctionDefinition | string | Defines the handler code executed when the UDF is called. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. | | Imports | object | imports block. | | IsAggregate | string | Specifies that the function is an aggregate function. | | IsSecure | string | Specifies that the function is secure. | @@ -1569,7 +1569,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} --- @@ -1585,7 +1585,7 @@ The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} --- @@ -1601,7 +1601,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} --- @@ -1617,7 +1617,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} --- @@ -1631,7 +1631,7 @@ public string RuntimeVersion { get; set; } Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} --- @@ -1647,7 +1647,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} --- @@ -1661,7 +1661,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} --- @@ -1675,7 +1675,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/1.0.1/docs/resources/function_python#comment FunctionPython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} --- @@ -1691,7 +1691,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} --- @@ -1705,7 +1705,7 @@ public string[] ExternalAccessIntegrations { get; set; } The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} --- @@ -1721,7 +1721,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} --- @@ -1733,7 +1733,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1750,7 +1750,7 @@ public object Imports { get; set; } imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} --- @@ -1766,7 +1766,7 @@ Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} --- @@ -1782,7 +1782,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} --- @@ -1796,7 +1796,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} --- @@ -1810,7 +1810,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} --- @@ -1826,7 +1826,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} --- @@ -1840,7 +1840,7 @@ public string[] Packages { get; set; } The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} --- @@ -1854,7 +1854,7 @@ public string ReturnResultsBehavior { get; set; } Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} --- @@ -1868,7 +1868,7 @@ public object Secrets { get; set; } secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} --- @@ -1882,7 +1882,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} --- @@ -1918,7 +1918,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} --- @@ -1934,7 +1934,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#stage_location FunctionPython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#stage_location FunctionPython#stage_location} --- @@ -2035,7 +2035,7 @@ public string SecretId { get; set; } Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_id FunctionPython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_id FunctionPython#secret_id} --- @@ -2049,7 +2049,7 @@ public string SecretVariableName { get; set; } The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} --- diff --git a/docs/functionPython.go.md b/docs/functionPython.go.md index 907b0bcef..7cb751f19 100644 --- a/docs/functionPython.go.md +++ b/docs/functionPython.go.md @@ -4,7 +4,7 @@ ### FunctionPython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python snowflake_function_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python snowflake_function_python}. #### Initializers @@ -618,7 +618,7 @@ The construct id used in the generated config for the FunctionPython to import. The id of the existing FunctionPython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#import import section} in the documentation of this resource for the id to use --- @@ -1375,7 +1375,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} --- @@ -1391,7 +1391,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_name FunctionPython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_name FunctionPython#arg_name} --- @@ -1407,7 +1407,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} --- @@ -1473,7 +1473,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/functionpytho | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExternalAccessIntegrations | *[]*string | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | FunctionDefinition | *string | Defines the handler code executed when the UDF is called. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. | | Imports | interface{} | imports block. | | IsAggregate | *string | Specifies that the function is an aggregate function. | | IsSecure | *string | Specifies that the function is secure. | @@ -1569,7 +1569,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} --- @@ -1585,7 +1585,7 @@ The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} --- @@ -1601,7 +1601,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} --- @@ -1617,7 +1617,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} --- @@ -1631,7 +1631,7 @@ RuntimeVersion *string Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} --- @@ -1647,7 +1647,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} --- @@ -1661,7 +1661,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} --- @@ -1675,7 +1675,7 @@ Comment *string Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#comment FunctionPython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} --- @@ -1691,7 +1691,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} --- @@ -1705,7 +1705,7 @@ ExternalAccessIntegrations *[]*string The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} --- @@ -1721,7 +1721,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} --- @@ -1733,7 +1733,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1750,7 +1750,7 @@ Imports interface{} imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} --- @@ -1766,7 +1766,7 @@ Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} --- @@ -1782,7 +1782,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} --- @@ -1796,7 +1796,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} --- @@ -1810,7 +1810,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} --- @@ -1826,7 +1826,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} --- @@ -1840,7 +1840,7 @@ Packages *[]*string The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} --- @@ -1854,7 +1854,7 @@ ReturnResultsBehavior *string Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} --- @@ -1868,7 +1868,7 @@ Secrets interface{} secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} --- @@ -1882,7 +1882,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} --- @@ -1918,7 +1918,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} --- @@ -1934,7 +1934,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#stage_location FunctionPython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#stage_location FunctionPython#stage_location} --- @@ -2035,7 +2035,7 @@ SecretId *string Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_id FunctionPython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_id FunctionPython#secret_id} --- @@ -2049,7 +2049,7 @@ SecretVariableName *string The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} --- diff --git a/docs/functionPython.java.md b/docs/functionPython.java.md index bb630a3b1..d9a8f08f5 100644 --- a/docs/functionPython.java.md +++ b/docs/functionPython.java.md @@ -4,7 +4,7 @@ ### FunctionPython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python snowflake_function_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python snowflake_function_python}. #### Initializers @@ -74,7 +74,7 @@ FunctionPython.Builder.create(Construct scope, java.lang.String id) | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | java.lang.String | Defines the handler code executed when the UDF is called. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionPythonImports> | imports block. | | isAggregate | java.lang.String | Specifies that the function is an aggregate function. | | isSecure | java.lang.String | Specifies that the function is secure. | @@ -156,7 +156,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} --- @@ -168,7 +168,7 @@ The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} --- @@ -180,7 +180,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} --- @@ -192,7 +192,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} --- @@ -214,7 +214,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} --- @@ -224,7 +224,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/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} --- @@ -234,7 +234,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/1.0.1/docs/resources/function_python#comment FunctionPython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} --- @@ -246,7 +246,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} --- @@ -268,7 +268,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} --- @@ -276,7 +276,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/1.0.1/docs/resources/function_python#id FunctionPython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -289,7 +289,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} --- @@ -301,7 +301,7 @@ Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} --- @@ -313,7 +313,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} --- @@ -345,7 +345,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} --- @@ -963,7 +963,7 @@ The construct id used in the generated config for the FunctionPython to import. The id of the existing FunctionPython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#import import section} in the documentation of this resource for the id to use --- @@ -1720,7 +1720,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} --- @@ -1736,7 +1736,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_name FunctionPython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_name FunctionPython#arg_name} --- @@ -1752,7 +1752,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} --- @@ -1826,7 +1826,7 @@ FunctionPythonConfig.builder() | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | java.lang.String | Defines the handler code executed when the UDF is called. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionPythonImports> | imports block. | | isAggregate | java.lang.String | Specifies that the function is an aggregate function. | | isSecure | java.lang.String | Specifies that the function is secure. | @@ -1922,7 +1922,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} --- @@ -1938,7 +1938,7 @@ The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} --- @@ -1954,7 +1954,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} --- @@ -1970,7 +1970,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} --- @@ -1984,7 +1984,7 @@ public java.lang.String getRuntimeVersion(); Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} --- @@ -2000,7 +2000,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} --- @@ -2014,7 +2014,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} --- @@ -2028,7 +2028,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/1.0.1/docs/resources/function_python#comment FunctionPython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} --- @@ -2044,7 +2044,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} --- @@ -2058,7 +2058,7 @@ public java.util.List getExternalAccessIntegrations(); The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} --- @@ -2074,7 +2074,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} --- @@ -2086,7 +2086,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2103,7 +2103,7 @@ public java.lang.Object getImports(); imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} --- @@ -2119,7 +2119,7 @@ Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} --- @@ -2135,7 +2135,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} --- @@ -2149,7 +2149,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} --- @@ -2163,7 +2163,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} --- @@ -2179,7 +2179,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} --- @@ -2193,7 +2193,7 @@ public java.util.List getPackages(); The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} --- @@ -2207,7 +2207,7 @@ public java.lang.String getReturnResultsBehavior(); Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} --- @@ -2221,7 +2221,7 @@ public java.lang.Object getSecrets(); secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} --- @@ -2235,7 +2235,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} --- @@ -2271,7 +2271,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} --- @@ -2287,7 +2287,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#stage_location FunctionPython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#stage_location FunctionPython#stage_location} --- @@ -2383,7 +2383,7 @@ public java.lang.String getSecretId(); Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_id FunctionPython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_id FunctionPython#secret_id} --- @@ -2397,7 +2397,7 @@ public java.lang.String getSecretVariableName(); The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} --- diff --git a/docs/functionPython.python.md b/docs/functionPython.python.md index fee84d299..57e1ede83 100644 --- a/docs/functionPython.python.md +++ b/docs/functionPython.python.md @@ -4,7 +4,7 @@ ### FunctionPython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python snowflake_function_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python snowflake_function_python}. #### Initializers @@ -68,7 +68,7 @@ functionPython.FunctionPython( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | function_definition | str | Defines the handler code executed when the UDF is called. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[FunctionPythonImports]] | imports block. | | is_aggregate | str | Specifies that the function is an aggregate function. | | is_secure | str | Specifies that the function is secure. | @@ -150,7 +150,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} --- @@ -162,7 +162,7 @@ The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} --- @@ -174,7 +174,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} --- @@ -186,7 +186,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} --- @@ -208,7 +208,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} --- @@ -218,7 +218,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/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} --- @@ -228,7 +228,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/1.0.1/docs/resources/function_python#comment FunctionPython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} --- @@ -240,7 +240,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} --- @@ -262,7 +262,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} --- @@ -270,7 +270,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/1.0.1/docs/resources/function_python#id FunctionPython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -283,7 +283,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} --- @@ -295,7 +295,7 @@ Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} --- @@ -307,7 +307,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} --- @@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} --- @@ -339,7 +339,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} --- @@ -1009,7 +1009,7 @@ The construct id used in the generated config for the FunctionPython to import. The id of the existing FunctionPython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#import import section} in the documentation of this resource for the id to use --- @@ -1766,7 +1766,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} --- @@ -1782,7 +1782,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_name FunctionPython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_name FunctionPython#arg_name} --- @@ -1798,7 +1798,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} --- @@ -1864,7 +1864,7 @@ functionPython.FunctionPythonConfig( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | function_definition | str | Defines the handler code executed when the UDF is called. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[FunctionPythonImports]] | imports block. | | is_aggregate | str | Specifies that the function is an aggregate function. | | is_secure | str | Specifies that the function is secure. | @@ -1960,7 +1960,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} --- @@ -1976,7 +1976,7 @@ The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} --- @@ -1992,7 +1992,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} --- @@ -2008,7 +2008,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} --- @@ -2022,7 +2022,7 @@ runtime_version: str Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} --- @@ -2038,7 +2038,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} --- @@ -2052,7 +2052,7 @@ arguments: typing.Union[IResolvable, typing.List[FunctionPythonArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} --- @@ -2066,7 +2066,7 @@ comment: str Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#comment FunctionPython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} --- @@ -2082,7 +2082,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} --- @@ -2096,7 +2096,7 @@ external_access_integrations: typing.List[str] The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} --- @@ -2112,7 +2112,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} --- @@ -2124,7 +2124,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2141,7 +2141,7 @@ imports: typing.Union[IResolvable, typing.List[FunctionPythonImports]] imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} --- @@ -2157,7 +2157,7 @@ Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} --- @@ -2173,7 +2173,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} --- @@ -2187,7 +2187,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} --- @@ -2201,7 +2201,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} --- @@ -2217,7 +2217,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} --- @@ -2231,7 +2231,7 @@ packages: typing.List[str] The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} --- @@ -2245,7 +2245,7 @@ return_results_behavior: str Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} --- @@ -2259,7 +2259,7 @@ secrets: typing.Union[IResolvable, typing.List[FunctionPythonSecrets]] secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} --- @@ -2273,7 +2273,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} --- @@ -2309,7 +2309,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} --- @@ -2325,7 +2325,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#stage_location FunctionPython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#stage_location FunctionPython#stage_location} --- @@ -2416,7 +2416,7 @@ secret_id: str Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_id FunctionPython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_id FunctionPython#secret_id} --- @@ -2430,7 +2430,7 @@ secret_variable_name: str The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} --- diff --git a/docs/functionPython.typescript.md b/docs/functionPython.typescript.md index 88fd649f1..8ce4200b1 100644 --- a/docs/functionPython.typescript.md +++ b/docs/functionPython.typescript.md @@ -4,7 +4,7 @@ ### FunctionPython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python snowflake_function_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python snowflake_function_python}. #### Initializers @@ -618,7 +618,7 @@ The construct id used in the generated config for the FunctionPython to import. The id of the existing FunctionPython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#import import section} in the documentation of this resource for the id to use --- @@ -1371,7 +1371,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} --- @@ -1387,7 +1387,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_name FunctionPython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_name FunctionPython#arg_name} --- @@ -1403,7 +1403,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} --- @@ -1439,7 +1439,7 @@ const functionPythonConfig: functionPython.FunctionPythonConfig = { ... } | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | string | Defines the handler code executed when the UDF is called. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. | | imports | cdktf.IResolvable \| FunctionPythonImports[] | imports block. | | isAggregate | string | Specifies that the function is an aggregate function. | | isSecure | string | Specifies that the function is secure. | @@ -1535,7 +1535,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} --- @@ -1551,7 +1551,7 @@ The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} --- @@ -1567,7 +1567,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} --- @@ -1583,7 +1583,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} --- @@ -1597,7 +1597,7 @@ public readonly runtimeVersion: string; Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} --- @@ -1613,7 +1613,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} --- @@ -1627,7 +1627,7 @@ public readonly arguments: IResolvable | FunctionPythonArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} --- @@ -1641,7 +1641,7 @@ public readonly comment: string; Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#comment FunctionPython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} --- @@ -1657,7 +1657,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} --- @@ -1671,7 +1671,7 @@ public readonly externalAccessIntegrations: string[]; The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} --- @@ -1687,7 +1687,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} --- @@ -1699,7 +1699,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1716,7 +1716,7 @@ public readonly imports: IResolvable | FunctionPythonImports[]; imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} --- @@ -1732,7 +1732,7 @@ Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} --- @@ -1748,7 +1748,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} --- @@ -1762,7 +1762,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} --- @@ -1776,7 +1776,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} --- @@ -1792,7 +1792,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} --- @@ -1806,7 +1806,7 @@ public readonly packages: string[]; The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} --- @@ -1820,7 +1820,7 @@ public readonly returnResultsBehavior: string; Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} --- @@ -1834,7 +1834,7 @@ public readonly secrets: IResolvable | FunctionPythonSecrets[]; secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} --- @@ -1848,7 +1848,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} --- @@ -1881,7 +1881,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} --- @@ -1897,7 +1897,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#stage_location FunctionPython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#stage_location FunctionPython#stage_location} --- @@ -1985,7 +1985,7 @@ public readonly secretId: string; Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_id FunctionPython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_id FunctionPython#secret_id} --- @@ -1999,7 +1999,7 @@ public readonly secretVariableName: string; The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} --- diff --git a/docs/functionScala.csharp.md b/docs/functionScala.csharp.md index f3fd4fd71..8d2594153 100644 --- a/docs/functionScala.csharp.md +++ b/docs/functionScala.csharp.md @@ -4,7 +4,7 @@ ### FunctionScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala snowflake_function_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala snowflake_function_scala}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the FunctionScala to import. The id of the existing FunctionScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use --- @@ -1388,7 +1388,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} --- @@ -1404,7 +1404,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_name FunctionScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_name FunctionScala#arg_name} --- @@ -1420,7 +1420,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} --- @@ -1486,7 +1486,7 @@ new FunctionScalaConfig { | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExternalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | FunctionDefinition | string | Defines the handler code executed when the UDF is called. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. | | Imports | object | imports block. | | IsSecure | string | Specifies that the function is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1582,7 +1582,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} --- @@ -1598,7 +1598,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} --- @@ -1614,7 +1614,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} --- @@ -1630,7 +1630,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} --- @@ -1644,7 +1644,7 @@ public string RuntimeVersion { get; set; } Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} --- @@ -1660,7 +1660,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} --- @@ -1674,7 +1674,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} --- @@ -1688,7 +1688,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/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} --- @@ -1704,7 +1704,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} --- @@ -1718,7 +1718,7 @@ public string[] ExternalAccessIntegrations { get; set; } The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} --- @@ -1734,7 +1734,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} --- @@ -1746,7 +1746,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ public object Imports { get; set; } imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} --- @@ -1779,7 +1779,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} --- @@ -1793,7 +1793,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} --- @@ -1807,7 +1807,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} --- @@ -1823,7 +1823,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} --- @@ -1839,7 +1839,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} --- @@ -1853,7 +1853,7 @@ public string ReturnResultsBehavior { get; set; } Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} --- @@ -1867,7 +1867,7 @@ public object Secrets { get; set; } secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} --- @@ -1881,7 +1881,7 @@ public FunctionScalaTargetPath TargetPath { get; set; } target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} --- @@ -1895,7 +1895,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} --- @@ -1931,7 +1931,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -1947,7 +1947,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- @@ -2048,7 +2048,7 @@ public string SecretId { get; set; } Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_id FunctionScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_id FunctionScala#secret_id} --- @@ -2062,7 +2062,7 @@ public string SecretVariableName { get; set; } The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} --- @@ -2111,7 +2111,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -2127,7 +2127,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- diff --git a/docs/functionScala.go.md b/docs/functionScala.go.md index 7ff25a230..b1230a517 100644 --- a/docs/functionScala.go.md +++ b/docs/functionScala.go.md @@ -4,7 +4,7 @@ ### FunctionScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala snowflake_function_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala snowflake_function_scala}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the FunctionScala to import. The id of the existing FunctionScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use --- @@ -1388,7 +1388,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} --- @@ -1404,7 +1404,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_name FunctionScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_name FunctionScala#arg_name} --- @@ -1420,7 +1420,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} --- @@ -1486,7 +1486,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/functionscala | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExternalAccessIntegrations | *[]*string | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | FunctionDefinition | *string | Defines the handler code executed when the UDF is called. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. | | Imports | interface{} | imports block. | | IsSecure | *string | Specifies that the function is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1582,7 +1582,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} --- @@ -1598,7 +1598,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} --- @@ -1614,7 +1614,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} --- @@ -1630,7 +1630,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} --- @@ -1644,7 +1644,7 @@ RuntimeVersion *string Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} --- @@ -1660,7 +1660,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} --- @@ -1674,7 +1674,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} --- @@ -1688,7 +1688,7 @@ Comment *string Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} --- @@ -1704,7 +1704,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} --- @@ -1718,7 +1718,7 @@ ExternalAccessIntegrations *[]*string The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} --- @@ -1734,7 +1734,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} --- @@ -1746,7 +1746,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Imports interface{} imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} --- @@ -1779,7 +1779,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} --- @@ -1793,7 +1793,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} --- @@ -1807,7 +1807,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} --- @@ -1823,7 +1823,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} --- @@ -1839,7 +1839,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} --- @@ -1853,7 +1853,7 @@ ReturnResultsBehavior *string Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} --- @@ -1867,7 +1867,7 @@ Secrets interface{} secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} --- @@ -1881,7 +1881,7 @@ TargetPath FunctionScalaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} --- @@ -1895,7 +1895,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} --- @@ -1931,7 +1931,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -1947,7 +1947,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- @@ -2048,7 +2048,7 @@ SecretId *string Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_id FunctionScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_id FunctionScala#secret_id} --- @@ -2062,7 +2062,7 @@ SecretVariableName *string The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} --- @@ -2111,7 +2111,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -2127,7 +2127,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- diff --git a/docs/functionScala.java.md b/docs/functionScala.java.md index ada669215..11b3b56e6 100644 --- a/docs/functionScala.java.md +++ b/docs/functionScala.java.md @@ -4,7 +4,7 @@ ### FunctionScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala snowflake_function_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala snowflake_function_scala}. #### Initializers @@ -74,7 +74,7 @@ FunctionScala.Builder.create(Construct scope, java.lang.String id) | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | java.lang.String | Defines the handler code executed when the UDF is called. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionScalaImports> | imports block. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -156,7 +156,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} --- @@ -168,7 +168,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} --- @@ -180,7 +180,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} --- @@ -192,7 +192,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} --- @@ -214,7 +214,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} --- @@ -224,7 +224,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/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} --- @@ -234,7 +234,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/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} --- @@ -246,7 +246,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} --- @@ -268,7 +268,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} --- @@ -276,7 +276,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/1.0.1/docs/resources/function_scala#id FunctionScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -289,7 +289,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} --- @@ -301,7 +301,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} --- @@ -321,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} --- @@ -333,7 +333,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} --- @@ -345,7 +345,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} --- @@ -976,7 +976,7 @@ The construct id used in the generated config for the FunctionScala to import. The id of the existing FunctionScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use --- @@ -1733,7 +1733,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} --- @@ -1749,7 +1749,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_name FunctionScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_name FunctionScala#arg_name} --- @@ -1765,7 +1765,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} --- @@ -1839,7 +1839,7 @@ FunctionScalaConfig.builder() | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | java.lang.String | Defines the handler code executed when the UDF is called. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionScalaImports> | imports block. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1935,7 +1935,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} --- @@ -1951,7 +1951,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} --- @@ -1967,7 +1967,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} --- @@ -1983,7 +1983,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} --- @@ -1997,7 +1997,7 @@ public java.lang.String getRuntimeVersion(); Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} --- @@ -2013,7 +2013,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} --- @@ -2027,7 +2027,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} --- @@ -2041,7 +2041,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/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} --- @@ -2057,7 +2057,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} --- @@ -2071,7 +2071,7 @@ public java.util.List getExternalAccessIntegrations(); The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} --- @@ -2087,7 +2087,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} --- @@ -2099,7 +2099,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2116,7 +2116,7 @@ public java.lang.Object getImports(); imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} --- @@ -2132,7 +2132,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} --- @@ -2146,7 +2146,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} --- @@ -2160,7 +2160,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} --- @@ -2176,7 +2176,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} --- @@ -2192,7 +2192,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} --- @@ -2206,7 +2206,7 @@ public java.lang.String getReturnResultsBehavior(); Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} --- @@ -2220,7 +2220,7 @@ public java.lang.Object getSecrets(); secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} --- @@ -2234,7 +2234,7 @@ public FunctionScalaTargetPath getTargetPath(); target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} --- @@ -2248,7 +2248,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} --- @@ -2284,7 +2284,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -2300,7 +2300,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- @@ -2396,7 +2396,7 @@ public java.lang.String getSecretId(); Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_id FunctionScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_id FunctionScala#secret_id} --- @@ -2410,7 +2410,7 @@ public java.lang.String getSecretVariableName(); The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} --- @@ -2458,7 +2458,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -2474,7 +2474,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- diff --git a/docs/functionScala.python.md b/docs/functionScala.python.md index 20488d992..c61026289 100644 --- a/docs/functionScala.python.md +++ b/docs/functionScala.python.md @@ -4,7 +4,7 @@ ### FunctionScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala snowflake_function_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala snowflake_function_scala}. #### Initializers @@ -68,7 +68,7 @@ functionScala.FunctionScala( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | function_definition | str | Defines the handler code executed when the UDF is called. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[FunctionScalaImports]] | imports block. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -150,7 +150,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} --- @@ -162,7 +162,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} --- @@ -174,7 +174,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} --- @@ -186,7 +186,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} --- @@ -208,7 +208,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} --- @@ -218,7 +218,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/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} --- @@ -228,7 +228,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/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} --- @@ -240,7 +240,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} --- @@ -262,7 +262,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} --- @@ -270,7 +270,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/1.0.1/docs/resources/function_scala#id FunctionScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -283,7 +283,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} --- @@ -295,7 +295,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} --- @@ -327,7 +327,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} --- @@ -339,7 +339,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} --- @@ -815,7 +815,7 @@ def put_target_path( Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -827,7 +827,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- @@ -1041,7 +1041,7 @@ The construct id used in the generated config for the FunctionScala to import. The id of the existing FunctionScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use --- @@ -1798,7 +1798,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} --- @@ -1814,7 +1814,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_name FunctionScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_name FunctionScala#arg_name} --- @@ -1830,7 +1830,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} --- @@ -1896,7 +1896,7 @@ functionScala.FunctionScalaConfig( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | function_definition | str | Defines the handler code executed when the UDF is called. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[FunctionScalaImports]] | imports block. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1992,7 +1992,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} --- @@ -2008,7 +2008,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} --- @@ -2024,7 +2024,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} --- @@ -2040,7 +2040,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} --- @@ -2054,7 +2054,7 @@ runtime_version: str Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} --- @@ -2070,7 +2070,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} --- @@ -2084,7 +2084,7 @@ arguments: typing.Union[IResolvable, typing.List[FunctionScalaArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} --- @@ -2098,7 +2098,7 @@ comment: str Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} --- @@ -2114,7 +2114,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} --- @@ -2128,7 +2128,7 @@ external_access_integrations: typing.List[str] The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} --- @@ -2144,7 +2144,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} --- @@ -2156,7 +2156,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2173,7 +2173,7 @@ imports: typing.Union[IResolvable, typing.List[FunctionScalaImports]] imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} --- @@ -2189,7 +2189,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} --- @@ -2203,7 +2203,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} --- @@ -2217,7 +2217,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} --- @@ -2233,7 +2233,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} --- @@ -2249,7 +2249,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} --- @@ -2263,7 +2263,7 @@ return_results_behavior: str Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} --- @@ -2277,7 +2277,7 @@ secrets: typing.Union[IResolvable, typing.List[FunctionScalaSecrets]] secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} --- @@ -2291,7 +2291,7 @@ target_path: FunctionScalaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} --- @@ -2305,7 +2305,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} --- @@ -2341,7 +2341,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -2357,7 +2357,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- @@ -2448,7 +2448,7 @@ secret_id: str Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_id FunctionScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_id FunctionScala#secret_id} --- @@ -2462,7 +2462,7 @@ secret_variable_name: str The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} --- @@ -2509,7 +2509,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -2525,7 +2525,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- diff --git a/docs/functionScala.typescript.md b/docs/functionScala.typescript.md index 6ff31ee36..13c96a81b 100644 --- a/docs/functionScala.typescript.md +++ b/docs/functionScala.typescript.md @@ -4,7 +4,7 @@ ### FunctionScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala snowflake_function_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala snowflake_function_scala}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the FunctionScala to import. The id of the existing FunctionScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use --- @@ -1384,7 +1384,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} --- @@ -1400,7 +1400,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_name FunctionScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_name FunctionScala#arg_name} --- @@ -1416,7 +1416,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} --- @@ -1452,7 +1452,7 @@ const functionScalaConfig: functionScala.FunctionScalaConfig = { ... } | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | externalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | | functionDefinition | string | Defines the handler code executed when the UDF is called. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. | | imports | cdktf.IResolvable \| FunctionScalaImports[] | imports block. | | isSecure | string | Specifies that the function is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1548,7 +1548,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} --- @@ -1564,7 +1564,7 @@ The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} --- @@ -1580,7 +1580,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} --- @@ -1596,7 +1596,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} --- @@ -1610,7 +1610,7 @@ public readonly runtimeVersion: string; Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} --- @@ -1626,7 +1626,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} --- @@ -1640,7 +1640,7 @@ public readonly arguments: IResolvable | FunctionScalaArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} --- @@ -1654,7 +1654,7 @@ public readonly comment: string; Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} --- @@ -1670,7 +1670,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} --- @@ -1684,7 +1684,7 @@ public readonly externalAccessIntegrations: string[]; The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} --- @@ -1700,7 +1700,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} --- @@ -1712,7 +1712,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1729,7 +1729,7 @@ public readonly imports: IResolvable | FunctionScalaImports[]; imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} --- @@ -1745,7 +1745,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} --- @@ -1759,7 +1759,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} --- @@ -1773,7 +1773,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} --- @@ -1789,7 +1789,7 @@ Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} --- @@ -1805,7 +1805,7 @@ The name and version number of Snowflake system packages required as dependencie The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} --- @@ -1819,7 +1819,7 @@ public readonly returnResultsBehavior: string; Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} --- @@ -1833,7 +1833,7 @@ public readonly secrets: IResolvable | FunctionScalaSecrets[]; secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} --- @@ -1847,7 +1847,7 @@ public readonly targetPath: FunctionScalaTargetPath; target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} --- @@ -1861,7 +1861,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} --- @@ -1894,7 +1894,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -1910,7 +1910,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- @@ -1998,7 +1998,7 @@ public readonly secretId: string; Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_id FunctionScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_id FunctionScala#secret_id} --- @@ -2012,7 +2012,7 @@ public readonly secretVariableName: string; The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} --- @@ -2056,7 +2056,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} --- @@ -2072,7 +2072,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} --- diff --git a/docs/functionSql.csharp.md b/docs/functionSql.csharp.md index 6e3fab3af..f1990750e 100644 --- a/docs/functionSql.csharp.md +++ b/docs/functionSql.csharp.md @@ -4,7 +4,7 @@ ### FunctionSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql snowflake_function_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql snowflake_function_sql}. #### Initializers @@ -543,7 +543,7 @@ The construct id used in the generated config for the FunctionSql to import. The id of the existing FunctionSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use --- @@ -1124,7 +1124,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} --- @@ -1140,7 +1140,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_name FunctionSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_name FunctionSql#arg_name} --- @@ -1156,7 +1156,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} --- @@ -1211,7 +1211,7 @@ new FunctionSqlConfig { | Arguments | object | arguments block. | | Comment | string | Specifies a comment for the function. | | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. | | IsSecure | string | Specifies that the function is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1302,7 +1302,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} --- @@ -1318,7 +1318,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} --- @@ -1334,7 +1334,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} --- @@ -1350,7 +1350,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} --- @@ -1366,7 +1366,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} --- @@ -1380,7 +1380,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} --- @@ -1394,7 +1394,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/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} --- @@ -1410,7 +1410,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} --- @@ -1422,7 +1422,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1441,7 +1441,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} --- @@ -1455,7 +1455,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} --- @@ -1469,7 +1469,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} --- @@ -1483,7 +1483,7 @@ public string ReturnResultsBehavior { get; set; } Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} --- @@ -1497,7 +1497,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} --- diff --git a/docs/functionSql.go.md b/docs/functionSql.go.md index 3327e0ebb..606dbe1a4 100644 --- a/docs/functionSql.go.md +++ b/docs/functionSql.go.md @@ -4,7 +4,7 @@ ### FunctionSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql snowflake_function_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql snowflake_function_sql}. #### Initializers @@ -543,7 +543,7 @@ The construct id used in the generated config for the FunctionSql to import. The id of the existing FunctionSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use --- @@ -1124,7 +1124,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} --- @@ -1140,7 +1140,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_name FunctionSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_name FunctionSql#arg_name} --- @@ -1156,7 +1156,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} --- @@ -1211,7 +1211,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/functionsql" | Arguments | interface{} | arguments block. | | Comment | *string | Specifies a comment for the function. | | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. | | IsSecure | *string | Specifies that the function is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | *string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1302,7 +1302,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} --- @@ -1318,7 +1318,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} --- @@ -1334,7 +1334,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} --- @@ -1350,7 +1350,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} --- @@ -1366,7 +1366,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} --- @@ -1380,7 +1380,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} --- @@ -1394,7 +1394,7 @@ Comment *string Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} --- @@ -1410,7 +1410,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} --- @@ -1422,7 +1422,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1441,7 +1441,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} --- @@ -1455,7 +1455,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} --- @@ -1469,7 +1469,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} --- @@ -1483,7 +1483,7 @@ ReturnResultsBehavior *string Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} --- @@ -1497,7 +1497,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} --- diff --git a/docs/functionSql.java.md b/docs/functionSql.java.md index 61cc7a8bb..475a06ebf 100644 --- a/docs/functionSql.java.md +++ b/docs/functionSql.java.md @@ -4,7 +4,7 @@ ### FunctionSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql snowflake_function_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql snowflake_function_sql}. #### Initializers @@ -61,7 +61,7 @@ FunctionSql.Builder.create(Construct scope, java.lang.String id) | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionSqlArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -138,7 +138,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} --- @@ -150,7 +150,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} --- @@ -162,7 +162,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} --- @@ -174,7 +174,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} --- @@ -186,7 +186,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} --- @@ -196,7 +196,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/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} --- @@ -206,7 +206,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/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} --- @@ -218,7 +218,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} --- @@ -226,7 +226,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/1.0.1/docs/resources/function_sql#id FunctionSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -241,7 +241,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} --- @@ -784,7 +784,7 @@ The construct id used in the generated config for the FunctionSql to import. The id of the existing FunctionSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use --- @@ -1365,7 +1365,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} --- @@ -1381,7 +1381,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_name FunctionSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_name FunctionSql#arg_name} --- @@ -1397,7 +1397,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} --- @@ -1458,7 +1458,7 @@ FunctionSqlConfig.builder() | arguments | com.hashicorp.cdktf.IResolvable OR java.util.List<FunctionSqlArguments> | arguments block. | | comment | java.lang.String | Specifies a comment for the function. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. | | isSecure | java.lang.String | Specifies that the function is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1549,7 +1549,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} --- @@ -1565,7 +1565,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} --- @@ -1581,7 +1581,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} --- @@ -1597,7 +1597,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} --- @@ -1613,7 +1613,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} --- @@ -1627,7 +1627,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} --- @@ -1641,7 +1641,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/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} --- @@ -1657,7 +1657,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} --- @@ -1669,7 +1669,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1688,7 +1688,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} --- @@ -1702,7 +1702,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} --- @@ -1716,7 +1716,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} --- @@ -1730,7 +1730,7 @@ public java.lang.String getReturnResultsBehavior(); Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} --- @@ -1744,7 +1744,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} --- diff --git a/docs/functionSql.python.md b/docs/functionSql.python.md index e932994c0..db0837a78 100644 --- a/docs/functionSql.python.md +++ b/docs/functionSql.python.md @@ -4,7 +4,7 @@ ### FunctionSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql snowflake_function_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql snowflake_function_sql}. #### Initializers @@ -57,7 +57,7 @@ functionSql.FunctionSql( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionSqlArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -134,7 +134,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} --- @@ -146,7 +146,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} --- @@ -158,7 +158,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} --- @@ -170,7 +170,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} --- @@ -182,7 +182,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} --- @@ -192,7 +192,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/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} --- @@ -202,7 +202,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/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} --- @@ -214,7 +214,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} --- @@ -222,7 +222,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/1.0.1/docs/resources/function_sql#id FunctionSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} --- @@ -828,7 +828,7 @@ The construct id used in the generated config for the FunctionSql to import. The id of the existing FunctionSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use --- @@ -1409,7 +1409,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} --- @@ -1425,7 +1425,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_name FunctionSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_name FunctionSql#arg_name} --- @@ -1441,7 +1441,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} --- @@ -1496,7 +1496,7 @@ functionSql.FunctionSqlConfig( | arguments | typing.Union[cdktf.IResolvable, typing.List[FunctionSqlArguments]] | arguments block. | | comment | str | Specifies a comment for the function. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. | | is_secure | str | Specifies that the function is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1587,7 +1587,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} --- @@ -1603,7 +1603,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} --- @@ -1619,7 +1619,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} --- @@ -1635,7 +1635,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} --- @@ -1651,7 +1651,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} --- @@ -1665,7 +1665,7 @@ arguments: typing.Union[IResolvable, typing.List[FunctionSqlArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} --- @@ -1679,7 +1679,7 @@ comment: str Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} --- @@ -1695,7 +1695,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} --- @@ -1707,7 +1707,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1726,7 +1726,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} --- @@ -1740,7 +1740,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} --- @@ -1754,7 +1754,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} --- @@ -1768,7 +1768,7 @@ return_results_behavior: str Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} --- @@ -1782,7 +1782,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} --- diff --git a/docs/functionSql.typescript.md b/docs/functionSql.typescript.md index fc61f9919..03da87422 100644 --- a/docs/functionSql.typescript.md +++ b/docs/functionSql.typescript.md @@ -4,7 +4,7 @@ ### FunctionSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql snowflake_function_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql snowflake_function_sql}. #### Initializers @@ -543,7 +543,7 @@ The construct id used in the generated config for the FunctionSql to import. The id of the existing FunctionSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use --- @@ -1120,7 +1120,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} --- @@ -1136,7 +1136,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_name FunctionSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_name FunctionSql#arg_name} --- @@ -1152,7 +1152,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} --- @@ -1185,7 +1185,7 @@ const functionSqlConfig: functionSql.FunctionSqlConfig = { ... } | arguments | cdktf.IResolvable \| FunctionSqlArguments[] | arguments block. | | comment | string | Specifies a comment for the function. | | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. | | isSecure | string | Specifies that the function is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1276,7 +1276,7 @@ The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} --- @@ -1292,7 +1292,7 @@ Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} --- @@ -1308,7 +1308,7 @@ The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} --- @@ -1324,7 +1324,7 @@ Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} --- @@ -1340,7 +1340,7 @@ The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} --- @@ -1354,7 +1354,7 @@ public readonly arguments: IResolvable | FunctionSqlArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} --- @@ -1368,7 +1368,7 @@ public readonly comment: string; Specifies a comment for the function. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} --- @@ -1384,7 +1384,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} --- @@ -1396,7 +1396,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1415,7 +1415,7 @@ Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} --- @@ -1429,7 +1429,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} --- @@ -1443,7 +1443,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} --- @@ -1457,7 +1457,7 @@ public readonly returnResultsBehavior: string; Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} --- @@ -1471,7 +1471,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} --- diff --git a/docs/grantAccountRole.csharp.md b/docs/grantAccountRole.csharp.md index 559b3cc87..6e366023f 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/1.0.1/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -893,7 +893,7 @@ The fully qualified name of the role which will be granted to the user or parent For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#role_name GrantAccountRole#role_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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -924,7 +924,7 @@ The fully qualified name of the parent role which will create a parent-child rel For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -940,7 +940,7 @@ The fully qualified name of the user on which specified role will be granted. For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.go.md b/docs/grantAccountRole.go.md index 977a8485f..e3e4b3a65 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/1.0.1/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -893,7 +893,7 @@ The fully qualified name of the role which will be granted to the user or parent For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -905,7 +905,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -924,7 +924,7 @@ The fully qualified name of the parent role which will create a parent-child rel For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -940,7 +940,7 @@ The fully qualified name of the user on which specified role will be granted. For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.java.md b/docs/grantAccountRole.java.md index d284cb9f7..8834ec5f2 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/1.0.1/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -116,7 +116,7 @@ The fully qualified name of the role which will be granted to the user or parent For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#role_name GrantAccountRole#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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -139,7 +139,7 @@ The fully qualified name of the parent role which will create a parent-child rel For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -151,7 +151,7 @@ The fully qualified name of the user on which specified role will be granted. For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- @@ -599,7 +599,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/1.0.1/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/1.0.2/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,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/1.0.1/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/1.0.2/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. | @@ -1008,7 +1008,7 @@ The fully qualified name of the role which will be granted to the user or parent For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -1020,7 +1020,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1039,7 +1039,7 @@ The fully qualified name of the parent role which will create a parent-child rel For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -1055,7 +1055,7 @@ The fully qualified name of the user on which specified role will be granted. For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.python.md b/docs/grantAccountRole.python.md index 5dd34d4e4..1734ee1eb 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/1.0.1/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -114,7 +114,7 @@ The fully qualified name of the role which will be granted to the user or parent For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -137,7 +137,7 @@ The fully qualified name of the parent role which will create a parent-child rel For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -149,7 +149,7 @@ The fully qualified name of the user on which specified role will be granted. For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- @@ -643,7 +643,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/1.0.1/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/1.0.2/docs/resources/grant_account_role#import import section} in the documentation of this resource for the id to use --- @@ -960,7 +960,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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1048,7 +1048,7 @@ The fully qualified name of the role which will be granted to the user or parent For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -1060,7 +1060,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1079,7 +1079,7 @@ The fully qualified name of the parent role which will create a parent-child rel For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -1095,7 +1095,7 @@ The fully qualified name of the user on which specified role will be granted. For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantAccountRole.typescript.md b/docs/grantAccountRole.typescript.md index 563b9fd3c..77de0aacd 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/1.0.1/docs/resources/grant_account_role snowflake_grant_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -881,7 +881,7 @@ The fully qualified name of the role which will be granted to the user or parent For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} --- @@ -893,7 +893,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -912,7 +912,7 @@ The fully qualified name of the parent role which will create a parent-child rel For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_account_role#parent_role_name GrantAccountRole#parent_role_name} --- @@ -928,7 +928,7 @@ The fully qualified name of the user on which specified role will be granted. For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} --- diff --git a/docs/grantApplicationRole.csharp.md b/docs/grantApplicationRole.csharp.md index 6b4461249..af6fd3f70 100644 --- a/docs/grantApplicationRole.csharp.md +++ b/docs/grantApplicationRole.csharp.md @@ -4,7 +4,7 @@ ### GrantApplicationRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role snowflake_grant_application_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role snowflake_grant_application_role}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the GrantApplicationRole to im The id of the existing GrantApplicationRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_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/1.0.2/docs/resources/grant_application_role#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,7 @@ new GrantApplicationRoleConfig { | Provisioners | object[] | *No description.* | | ApplicationRoleName | string | Specifies the identifier for the application role to grant. | | ApplicationName | string | The fully qualified name of the application on which application role will be granted. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. | | ParentAccountRoleName | string | The fully qualified name of the account role on which application role will be granted. | --- @@ -891,7 +891,7 @@ public string ApplicationRoleName { get; set; } Specifies the identifier for the application role to grant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} --- @@ -905,7 +905,7 @@ public string ApplicationName { get; set; } The fully qualified name of the application on which application role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} --- @@ -917,7 +917,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -936,7 +936,7 @@ The fully qualified name of the account role on which application role will be g For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} --- diff --git a/docs/grantApplicationRole.go.md b/docs/grantApplicationRole.go.md index 6b656ce26..a23b8503a 100644 --- a/docs/grantApplicationRole.go.md +++ b/docs/grantApplicationRole.go.md @@ -4,7 +4,7 @@ ### GrantApplicationRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role snowflake_grant_application_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role snowflake_grant_application_role}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the GrantApplicationRole to im The id of the existing GrantApplicationRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_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/1.0.2/docs/resources/grant_application_role#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/grantapplicat | Provisioners | *[]interface{} | *No description.* | | ApplicationRoleName | *string | Specifies the identifier for the application role to grant. | | ApplicationName | *string | The fully qualified name of the application on which application role will be granted. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. | | ParentAccountRoleName | *string | The fully qualified name of the account role on which application role will be granted. | --- @@ -891,7 +891,7 @@ ApplicationRoleName *string Specifies the identifier for the application role to grant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} --- @@ -905,7 +905,7 @@ ApplicationName *string The fully qualified name of the application on which application role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} --- @@ -917,7 +917,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -936,7 +936,7 @@ The fully qualified name of the account role on which application role will be g For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} --- diff --git a/docs/grantApplicationRole.java.md b/docs/grantApplicationRole.java.md index 258512860..68ab5e4b0 100644 --- a/docs/grantApplicationRole.java.md +++ b/docs/grantApplicationRole.java.md @@ -4,7 +4,7 @@ ### GrantApplicationRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role snowflake_grant_application_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role snowflake_grant_application_role}. #### Initializers @@ -43,7 +43,7 @@ GrantApplicationRole.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | applicationRoleName | java.lang.String | Specifies the identifier for the application role to grant. | | applicationName | java.lang.String | The fully qualified name of the application on which application role will be granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. | | parentAccountRoleName | java.lang.String | The fully qualified name of the account role on which application role will be granted. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for the application role to grant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the application on which application role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} --- @@ -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/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ The fully qualified name of the account role on which application role will be g For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} --- @@ -595,7 +595,7 @@ The construct id used in the generated config for the GrantApplicationRole to im The id of the existing GrantApplicationRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_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/1.0.2/docs/resources/grant_application_role#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ GrantApplicationRoleConfig.builder() | provisioners | java.util.List | *No description.* | | applicationRoleName | java.lang.String | Specifies the identifier for the application role to grant. | | applicationName | java.lang.String | The fully qualified name of the application on which application role will be granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. | | parentAccountRoleName | java.lang.String | The fully qualified name of the account role on which application role will be granted. | --- @@ -1002,7 +1002,7 @@ public java.lang.String getApplicationRoleName(); Specifies the identifier for the application role to grant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} --- @@ -1016,7 +1016,7 @@ public java.lang.String getApplicationName(); The fully qualified name of the application on which application role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} --- @@ -1028,7 +1028,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ The fully qualified name of the account role on which application role will be g For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} --- diff --git a/docs/grantApplicationRole.python.md b/docs/grantApplicationRole.python.md index 0d00bb3dc..7581cddf3 100644 --- a/docs/grantApplicationRole.python.md +++ b/docs/grantApplicationRole.python.md @@ -4,7 +4,7 @@ ### GrantApplicationRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role snowflake_grant_application_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role snowflake_grant_application_role}. #### Initializers @@ -41,7 +41,7 @@ grantApplicationRole.GrantApplicationRole( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | application_role_name | str | Specifies the identifier for the application role to grant. | | application_name | str | The fully qualified name of the application on which application role will be granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. | | parent_account_role_name | str | The fully qualified name of the account role on which application role will be granted. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for the application role to grant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the application on which application role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} --- @@ -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/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ The fully qualified name of the account role on which application role will be g For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} --- @@ -639,7 +639,7 @@ The construct id used in the generated config for the GrantApplicationRole to im The id of the existing GrantApplicationRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_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/1.0.2/docs/resources/grant_application_role#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ grantApplicationRole.GrantApplicationRoleConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | application_role_name | str | Specifies the identifier for the application role to grant. | | application_name | str | The fully qualified name of the application on which application role will be granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. | | parent_account_role_name | str | The fully qualified name of the account role on which application role will be granted. | --- @@ -1042,7 +1042,7 @@ application_role_name: str Specifies the identifier for the application role to grant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} --- @@ -1056,7 +1056,7 @@ application_name: str The fully qualified name of the application on which application role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} --- @@ -1068,7 +1068,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ The fully qualified name of the account role on which application role will be g For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} --- diff --git a/docs/grantApplicationRole.typescript.md b/docs/grantApplicationRole.typescript.md index 8d1afc963..0c8fb6194 100644 --- a/docs/grantApplicationRole.typescript.md +++ b/docs/grantApplicationRole.typescript.md @@ -4,7 +4,7 @@ ### GrantApplicationRole -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role snowflake_grant_application_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role snowflake_grant_application_role}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the GrantApplicationRole to im The id of the existing GrantApplicationRole that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_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/1.0.2/docs/resources/grant_application_role#import import section} in the documentation of this resource for the id to use --- @@ -794,7 +794,7 @@ const grantApplicationRoleConfig: grantApplicationRole.GrantApplicationRoleConfi | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | applicationRoleName | string | Specifies the identifier for the application role to grant. | | applicationName | string | The fully qualified name of the application on which application role will be granted. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. | | parentAccountRoleName | string | The fully qualified name of the account role on which application role will be granted. | --- @@ -879,7 +879,7 @@ public readonly applicationRoleName: string; Specifies the identifier for the application role to grant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} --- @@ -893,7 +893,7 @@ public readonly applicationName: string; The fully qualified name of the application on which application role will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} --- @@ -905,7 +905,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -924,7 +924,7 @@ The fully qualified name of the account role on which application role will be g For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} --- diff --git a/docs/grantDatabaseRole.csharp.md b/docs/grantDatabaseRole.csharp.md index f2da06fae..ad060e42b 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/1.0.1/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -924,7 +924,7 @@ The fully qualified name of the database role which will be granted to share or For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -936,7 +936,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -955,7 +955,7 @@ The fully qualified name of the parent database role which will create a parent- For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -971,7 +971,7 @@ The fully qualified name of the parent account role which will create a parent-c For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -987,7 +987,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.go.md b/docs/grantDatabaseRole.go.md index 394004791..1f3e3cb8d 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/1.0.1/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -924,7 +924,7 @@ The fully qualified name of the database role which will be granted to share or For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -936,7 +936,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -955,7 +955,7 @@ The fully qualified name of the parent database role which will create a parent- For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -971,7 +971,7 @@ The fully qualified name of the parent account role which will create a parent-c For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -987,7 +987,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.java.md b/docs/grantDatabaseRole.java.md index 106461652..d9bc5433f 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/1.0.1/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -118,7 +118,7 @@ The fully qualified name of the database role which will be granted to share or For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -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/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -141,7 +141,7 @@ The fully qualified name of the parent database role which will create a parent- For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -153,7 +153,7 @@ The fully qualified name of the parent account role which will create a parent-c For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -165,7 +165,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- @@ -620,7 +620,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/1.0.1/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/1.0.2/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,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/1.0.1/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/1.0.2/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. | @@ -1053,7 +1053,7 @@ The fully qualified name of the database role which will be granted to share or For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -1065,7 +1065,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1084,7 +1084,7 @@ The fully qualified name of the parent database role which will create a parent- For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -1100,7 +1100,7 @@ The fully qualified name of the parent account role which will create a parent-c For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -1116,7 +1116,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.python.md b/docs/grantDatabaseRole.python.md index 02e0fca2c..3f765d1f0 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/1.0.1/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -116,7 +116,7 @@ The fully qualified name of the database role which will be granted to share or For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -139,7 +139,7 @@ The fully qualified name of the parent database role which will create a parent- For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -151,7 +151,7 @@ The fully qualified name of the parent account role which will create a parent-c For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -163,7 +163,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- @@ -664,7 +664,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/1.0.1/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/1.0.2/docs/resources/grant_database_role#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,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/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1093,7 +1093,7 @@ The fully qualified name of the database role which will be granted to share or For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -1105,7 +1105,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1124,7 +1124,7 @@ The fully qualified name of the parent database role which will create a parent- For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -1140,7 +1140,7 @@ The fully qualified name of the parent account role which will create a parent-c For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -1156,7 +1156,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantDatabaseRole.typescript.md b/docs/grantDatabaseRole.typescript.md index ebe2aad51..a9742d477 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/1.0.1/docs/resources/grant_database_role snowflake_grant_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -911,7 +911,7 @@ The fully qualified name of the database role which will be granted to share or For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#database_role_name GrantDatabaseRole#database_role_name} --- @@ -923,7 +923,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -942,7 +942,7 @@ The fully qualified name of the parent database role which will create a parent- For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_database_role_name GrantDatabaseRole#parent_database_role_name} --- @@ -958,7 +958,7 @@ The fully qualified name of the parent account role which will create a parent-c For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_database_role#parent_role_name GrantDatabaseRole#parent_role_name} --- @@ -974,7 +974,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} --- diff --git a/docs/grantOwnership.csharp.md b/docs/grantOwnership.csharp.md index 6faea80d5..f962ade91 100644 --- a/docs/grantOwnership.csharp.md +++ b/docs/grantOwnership.csharp.md @@ -4,7 +4,7 @@ ### GrantOwnership -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership snowflake_grant_ownership}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership snowflake_grant_ownership}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the GrantOwnership to import. The id of the existing GrantOwnership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use --- @@ -850,7 +850,7 @@ new GrantOwnershipConfig { | On | GrantOwnershipOn | on block. | | AccountRoleName | string | The fully qualified name of the account role to which privileges will be granted. | | DatabaseRoleName | string | The fully qualified name of the database role to which privileges will be granted. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. | | OutboundPrivileges | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | --- @@ -935,7 +935,7 @@ public GrantOwnershipOn On { get; set; } on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} --- @@ -951,7 +951,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} --- @@ -967,7 +967,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} --- @@ -979,7 +979,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies whether to remove or transfer all existing outbound privileges on the Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} --- @@ -1038,7 +1038,7 @@ public GrantOwnershipOnAll All { get; set; } all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#all GrantOwnership#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#all GrantOwnership#all} --- @@ -1052,7 +1052,7 @@ public GrantOwnershipOnFuture Future { get; set; } future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#future GrantOwnership#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#future GrantOwnership#future} --- @@ -1066,7 +1066,7 @@ public string ObjectName { get; set; } Specifies the identifier for the object on which you are transferring ownership. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_name GrantOwnership#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_name GrantOwnership#object_name} --- @@ -1080,9 +1080,9 @@ public string ObjectType { get; set; } Specifies the type of object on which you are transferring ownership. -Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE +Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type GrantOwnership#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type GrantOwnership#object_type} --- @@ -1120,9 +1120,9 @@ public string ObjectTypePlural { get; set; } Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1136,7 +1136,7 @@ public string InDatabase { get; set; } The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1150,7 +1150,7 @@ public string InSchema { get; set; } The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- @@ -1188,9 +1188,9 @@ public string ObjectTypePlural { get; set; } Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1204,7 +1204,7 @@ public string InDatabase { get; set; } The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1218,7 +1218,7 @@ public string InSchema { get; set; } The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- diff --git a/docs/grantOwnership.go.md b/docs/grantOwnership.go.md index 1915a4a7a..9152417b9 100644 --- a/docs/grantOwnership.go.md +++ b/docs/grantOwnership.go.md @@ -4,7 +4,7 @@ ### GrantOwnership -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership snowflake_grant_ownership}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership snowflake_grant_ownership}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the GrantOwnership to import. The id of the existing GrantOwnership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use --- @@ -850,7 +850,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/grantownershi | On | GrantOwnershipOn | on block. | | AccountRoleName | *string | The fully qualified name of the account role to which privileges will be granted. | | DatabaseRoleName | *string | The fully qualified name of the database role to which privileges will be granted. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. | | OutboundPrivileges | *string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | --- @@ -935,7 +935,7 @@ On GrantOwnershipOn on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} --- @@ -951,7 +951,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} --- @@ -967,7 +967,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} --- @@ -979,7 +979,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies whether to remove or transfer all existing outbound privileges on the Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} --- @@ -1038,7 +1038,7 @@ All GrantOwnershipOnAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#all GrantOwnership#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#all GrantOwnership#all} --- @@ -1052,7 +1052,7 @@ Future GrantOwnershipOnFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#future GrantOwnership#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#future GrantOwnership#future} --- @@ -1066,7 +1066,7 @@ ObjectName *string Specifies the identifier for the object on which you are transferring ownership. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_name GrantOwnership#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_name GrantOwnership#object_name} --- @@ -1080,9 +1080,9 @@ ObjectType *string Specifies the type of object on which you are transferring ownership. -Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE +Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type GrantOwnership#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type GrantOwnership#object_type} --- @@ -1120,9 +1120,9 @@ ObjectTypePlural *string Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1136,7 +1136,7 @@ InDatabase *string The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1150,7 +1150,7 @@ InSchema *string The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- @@ -1188,9 +1188,9 @@ ObjectTypePlural *string Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1204,7 +1204,7 @@ InDatabase *string The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1218,7 +1218,7 @@ InSchema *string The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- diff --git a/docs/grantOwnership.java.md b/docs/grantOwnership.java.md index 8aa11c9bc..e605dadf3 100644 --- a/docs/grantOwnership.java.md +++ b/docs/grantOwnership.java.md @@ -4,7 +4,7 @@ ### GrantOwnership -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership snowflake_grant_ownership}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership snowflake_grant_ownership}. #### Initializers @@ -45,7 +45,7 @@ GrantOwnership.Builder.create(Construct scope, java.lang.String id) | on | GrantOwnershipOn | on block. | | accountRoleName | java.lang.String | The fully qualified name of the account role to which privileges will be granted. | | databaseRoleName | java.lang.String | The fully qualified name of the database role to which privileges will be granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. | | outboundPrivileges | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} --- @@ -128,7 +128,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} --- @@ -140,7 +140,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} --- @@ -148,7 +148,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/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies whether to remove or transfer all existing outbound privileges on the Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} --- @@ -631,7 +631,7 @@ The construct id used in the generated config for the GrantOwnership to import. The id of the existing GrantOwnership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use --- @@ -977,7 +977,7 @@ GrantOwnershipConfig.builder() | on | GrantOwnershipOn | on block. | | accountRoleName | java.lang.String | The fully qualified name of the account role to which privileges will be granted. | | databaseRoleName | java.lang.String | The fully qualified name of the database role to which privileges will be granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. | | outboundPrivileges | java.lang.String | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | --- @@ -1062,7 +1062,7 @@ public GrantOwnershipOn getOn(); on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} --- @@ -1078,7 +1078,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} --- @@ -1094,7 +1094,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} --- @@ -1106,7 +1106,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1125,7 +1125,7 @@ Specifies whether to remove or transfer all existing outbound privileges on the Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} --- @@ -1165,7 +1165,7 @@ public GrantOwnershipOnAll getAll(); all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#all GrantOwnership#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#all GrantOwnership#all} --- @@ -1179,7 +1179,7 @@ public GrantOwnershipOnFuture getFuture(); future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#future GrantOwnership#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#future GrantOwnership#future} --- @@ -1193,7 +1193,7 @@ public java.lang.String getObjectName(); Specifies the identifier for the object on which you are transferring ownership. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_name GrantOwnership#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_name GrantOwnership#object_name} --- @@ -1207,9 +1207,9 @@ public java.lang.String getObjectType(); Specifies the type of object on which you are transferring ownership. -Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE +Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type GrantOwnership#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type GrantOwnership#object_type} --- @@ -1247,9 +1247,9 @@ public java.lang.String getObjectTypePlural(); Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1263,7 +1263,7 @@ public java.lang.String getInDatabase(); The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1277,7 +1277,7 @@ public java.lang.String getInSchema(); The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- @@ -1315,9 +1315,9 @@ public java.lang.String getObjectTypePlural(); Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1331,7 +1331,7 @@ public java.lang.String getInDatabase(); The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1345,7 +1345,7 @@ public java.lang.String getInSchema(); The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- diff --git a/docs/grantOwnership.python.md b/docs/grantOwnership.python.md index 942c2d88e..ae8ffab0f 100644 --- a/docs/grantOwnership.python.md +++ b/docs/grantOwnership.python.md @@ -4,7 +4,7 @@ ### GrantOwnership -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership snowflake_grant_ownership}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership snowflake_grant_ownership}. #### Initializers @@ -43,7 +43,7 @@ grantOwnership.GrantOwnership( | on | GrantOwnershipOn | on block. | | account_role_name | str | The fully qualified name of the account role to which privileges will be granted. | | database_role_name | str | The fully qualified name of the database role to which privileges will be granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. | | outbound_privileges | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} --- @@ -126,7 +126,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} --- @@ -138,7 +138,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_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/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 whether to remove or transfer all existing outbound privileges on the Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} --- @@ -542,7 +542,7 @@ def put_on( all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#all GrantOwnership#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#all GrantOwnership#all} --- @@ -552,7 +552,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/1.0.1/docs/resources/grant_ownership#future GrantOwnership#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#future GrantOwnership#future} --- @@ -562,7 +562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the object on which you are transferring ownership. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_name GrantOwnership#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_name GrantOwnership#object_name} --- @@ -572,9 +572,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the type of object on which you are transferring ownership. -Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE +Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type GrantOwnership#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type GrantOwnership#object_type} --- @@ -716,7 +716,7 @@ The construct id used in the generated config for the GrantOwnership to import. The id of the existing GrantOwnership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use --- @@ -1058,7 +1058,7 @@ grantOwnership.GrantOwnershipConfig( | on | GrantOwnershipOn | on block. | | account_role_name | str | The fully qualified name of the account role to which privileges will be granted. | | database_role_name | str | The fully qualified name of the database role to which privileges will be granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. | | outbound_privileges | str | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | --- @@ -1143,7 +1143,7 @@ on: GrantOwnershipOn on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} --- @@ -1159,7 +1159,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} --- @@ -1175,7 +1175,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} --- @@ -1187,7 +1187,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1206,7 +1206,7 @@ Specifies whether to remove or transfer all existing outbound privileges on the Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} --- @@ -1246,7 +1246,7 @@ all: GrantOwnershipOnAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#all GrantOwnership#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#all GrantOwnership#all} --- @@ -1260,7 +1260,7 @@ future: GrantOwnershipOnFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#future GrantOwnership#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#future GrantOwnership#future} --- @@ -1274,7 +1274,7 @@ object_name: str Specifies the identifier for the object on which you are transferring ownership. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_name GrantOwnership#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_name GrantOwnership#object_name} --- @@ -1288,9 +1288,9 @@ object_type: str Specifies the type of object on which you are transferring ownership. -Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE +Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type GrantOwnership#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type GrantOwnership#object_type} --- @@ -1328,9 +1328,9 @@ object_type_plural: str Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1344,7 +1344,7 @@ in_database: str The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1358,7 +1358,7 @@ in_schema: str The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- @@ -1396,9 +1396,9 @@ object_type_plural: str Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1412,7 +1412,7 @@ in_database: str The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1426,7 +1426,7 @@ in_schema: str The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- @@ -2390,9 +2390,9 @@ def put_all( Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -2402,7 +2402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -2412,7 +2412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- @@ -2432,9 +2432,9 @@ def put_future( Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -2444,7 +2444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -2454,7 +2454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- diff --git a/docs/grantOwnership.typescript.md b/docs/grantOwnership.typescript.md index bf167b98e..f4a8716ae 100644 --- a/docs/grantOwnership.typescript.md +++ b/docs/grantOwnership.typescript.md @@ -4,7 +4,7 @@ ### GrantOwnership -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership snowflake_grant_ownership}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership snowflake_grant_ownership}. #### Initializers @@ -508,7 +508,7 @@ The construct id used in the generated config for the GrantOwnership to import. The id of the existing GrantOwnership that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use --- @@ -837,7 +837,7 @@ const grantOwnershipConfig: grantOwnership.GrantOwnershipConfig = { ... } | on | GrantOwnershipOn | on block. | | accountRoleName | string | The fully qualified name of the account role to which privileges will be granted. | | databaseRoleName | string | The fully qualified name of the database role to which privileges will be granted. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. | | outboundPrivileges | string | Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. | --- @@ -922,7 +922,7 @@ public readonly on: GrantOwnershipOn; on block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} --- @@ -938,7 +938,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} --- @@ -954,7 +954,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} --- @@ -966,7 +966,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -985,7 +985,7 @@ Specifies whether to remove or transfer all existing outbound privileges on the Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} --- @@ -1020,7 +1020,7 @@ public readonly all: GrantOwnershipOnAll; all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#all GrantOwnership#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#all GrantOwnership#all} --- @@ -1034,7 +1034,7 @@ public readonly future: GrantOwnershipOnFuture; future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#future GrantOwnership#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#future GrantOwnership#future} --- @@ -1048,7 +1048,7 @@ public readonly objectName: string; Specifies the identifier for the object on which you are transferring ownership. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_name GrantOwnership#object_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_name GrantOwnership#object_name} --- @@ -1062,9 +1062,9 @@ public readonly objectType: string; Specifies the type of object on which you are transferring ownership. -Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE +Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type GrantOwnership#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type GrantOwnership#object_type} --- @@ -1098,9 +1098,9 @@ public readonly objectTypePlural: string; Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1114,7 +1114,7 @@ public readonly inDatabase: string; The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1128,7 +1128,7 @@ public readonly inSchema: string; The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- @@ -1162,9 +1162,9 @@ public readonly objectTypePlural: string; Specifies the type of object in plural form on which you are transferring ownership. -Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). +Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} --- @@ -1178,7 +1178,7 @@ public readonly inDatabase: string; The fully qualified name of the database. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} --- @@ -1192,7 +1192,7 @@ public readonly inSchema: string; The fully qualified name of the schema. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} --- diff --git a/docs/grantPrivilegesToAccountRole.csharp.md b/docs/grantPrivilegesToAccountRole.csharp.md index c91db0f6e..c9ad6025f 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/1.0.1/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -1149,7 +1149,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1163,7 +1163,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1179,7 +1179,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1195,7 +1195,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1207,7 +1207,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1224,7 +1224,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1238,7 +1238,7 @@ public GrantPrivilegesToAccountRoleOnAccountObject OnAccountObject { get; set; } on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1252,7 +1252,7 @@ public GrantPrivilegesToAccountRoleOnSchema OnSchema { get; set; } on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1266,7 +1266,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObject OnSchemaObject { get; set; } on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1280,7 +1280,7 @@ public string[] Privileges { get; set; } The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1294,7 +1294,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1330,7 +1330,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1346,7 +1346,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1384,7 +1384,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1398,7 +1398,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1412,7 +1412,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1452,7 +1452,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectAll All { get; set; } all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1466,7 +1466,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectFuture Future { get; set; } future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1480,7 +1480,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1496,7 +1496,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1519,8 +1519,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1536,7 +1536,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1548,7 +1548,7 @@ public string InDatabase { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1560,7 +1560,7 @@ public string InSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1583,8 +1583,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1600,7 +1600,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1612,7 +1612,7 @@ public string InDatabase { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1624,7 +1624,7 @@ public string InSchema { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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 fdf4a3d18..3b7f09248 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/1.0.1/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/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/1.0.2/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. | @@ -1149,7 +1149,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1163,7 +1163,7 @@ AllPrivileges interface{} Grant all privileges on the account role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1179,7 +1179,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1195,7 +1195,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1207,7 +1207,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1224,7 +1224,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1238,7 +1238,7 @@ OnAccountObject GrantPrivilegesToAccountRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1252,7 +1252,7 @@ OnSchema GrantPrivilegesToAccountRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1266,7 +1266,7 @@ OnSchemaObject GrantPrivilegesToAccountRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1280,7 +1280,7 @@ Privileges *[]*string The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1294,7 +1294,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1330,7 +1330,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1346,7 +1346,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1384,7 +1384,7 @@ AllSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1398,7 +1398,7 @@ FutureSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1412,7 +1412,7 @@ SchemaName *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1452,7 +1452,7 @@ All GrantPrivilegesToAccountRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1466,7 +1466,7 @@ Future GrantPrivilegesToAccountRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1480,7 +1480,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1496,7 +1496,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1519,8 +1519,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1536,7 +1536,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1548,7 +1548,7 @@ InDatabase *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1560,7 +1560,7 @@ InSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1583,8 +1583,8 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1600,7 +1600,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1612,7 +1612,7 @@ InDatabase *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1624,7 +1624,7 @@ InSchema *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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 622dfd36e..f6461910c 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/1.0.1/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -134,7 +134,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -144,7 +144,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -156,7 +156,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -168,7 +168,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -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/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -189,7 +189,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -199,7 +199,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -209,7 +209,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -219,7 +219,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -239,7 +239,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -775,7 +775,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use --- @@ -1264,7 +1264,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/1.0.1/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/1.0.2/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. | @@ -1356,7 +1356,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1370,7 +1370,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1386,7 +1386,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1402,7 +1402,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1414,7 +1414,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1431,7 +1431,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1445,7 +1445,7 @@ public GrantPrivilegesToAccountRoleOnAccountObject getOnAccountObject(); on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1459,7 +1459,7 @@ public GrantPrivilegesToAccountRoleOnSchema getOnSchema(); on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1473,7 +1473,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObject getOnSchemaObject(); on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1487,7 +1487,7 @@ public java.util.List getPrivileges(); The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1501,7 +1501,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1537,7 +1537,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1553,7 +1553,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1591,7 +1591,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1605,7 +1605,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1619,7 +1619,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1659,7 +1659,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectAll getAll(); all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1673,7 +1673,7 @@ public GrantPrivilegesToAccountRoleOnSchemaObjectFuture getFuture(); future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1687,7 +1687,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1703,7 +1703,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1726,8 +1726,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1743,7 +1743,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1755,7 +1755,7 @@ public java.lang.String getInDatabase(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1767,7 +1767,7 @@ public java.lang.String getInSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1790,8 +1790,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1807,7 +1807,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1819,7 +1819,7 @@ public java.lang.String getInDatabase(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1831,7 +1831,7 @@ public java.lang.String getInSchema(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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 a6e31abe5..c8ddecdf9 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/1.0.1/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -128,7 +128,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -138,7 +138,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -150,7 +150,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -162,7 +162,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -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/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -183,7 +183,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -193,7 +193,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -203,7 +203,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -213,7 +213,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -233,7 +233,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -620,7 +620,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -632,7 +632,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -652,7 +652,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -662,7 +662,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -672,7 +672,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -693,7 +693,7 @@ def put_on_schema_object( all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -703,7 +703,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/1.0.1/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -713,7 +713,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -725,7 +725,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -903,7 +903,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#import import section} in the documentation of this resource for the id to use --- @@ -1384,7 +1384,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/1.0.1/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/1.0.2/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. | @@ -1476,7 +1476,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1490,7 +1490,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1506,7 +1506,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1522,7 +1522,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1534,7 +1534,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1551,7 +1551,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1565,7 +1565,7 @@ on_account_object: GrantPrivilegesToAccountRoleOnAccountObject on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1579,7 +1579,7 @@ on_schema: GrantPrivilegesToAccountRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1593,7 +1593,7 @@ on_schema_object: GrantPrivilegesToAccountRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1607,7 +1607,7 @@ privileges: typing.List[str] The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1621,7 +1621,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1657,7 +1657,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1673,7 +1673,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1711,7 +1711,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1725,7 +1725,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1739,7 +1739,7 @@ schema_name: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1779,7 +1779,7 @@ all: GrantPrivilegesToAccountRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1793,7 +1793,7 @@ future: GrantPrivilegesToAccountRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1807,7 +1807,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1823,7 +1823,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1846,8 +1846,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1863,7 +1863,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1875,7 +1875,7 @@ in_database: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1887,7 +1887,7 @@ in_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1910,8 +1910,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1927,7 +1927,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1939,7 +1939,7 @@ in_database: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1951,7 +1951,7 @@ in_schema: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -3235,7 +3235,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -3243,7 +3243,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -3251,7 +3251,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -3273,7 +3273,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -3281,7 +3281,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -3289,7 +3289,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/1.0.1/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/1.0.2/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 c314dadfa..37eebc24e 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/1.0.1/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -1130,7 +1130,7 @@ The fully qualified name of the account role to which privileges will be granted For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#account_role_name GrantPrivilegesToAccountRole#account_role_name} --- @@ -1144,7 +1144,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_privileges GrantPrivilegesToAccountRole#all_privileges} --- @@ -1160,7 +1160,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply GrantPrivilegesToAccountRole#always_apply} --- @@ -1176,7 +1176,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#always_apply_trigger GrantPrivilegesToAccountRole#always_apply_trigger} --- @@ -1188,7 +1188,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1205,7 +1205,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account GrantPrivilegesToAccountRole#on_account} --- @@ -1219,7 +1219,7 @@ public readonly onAccountObject: GrantPrivilegesToAccountRoleOnAccountObject; on_account_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_account_object GrantPrivilegesToAccountRole#on_account_object} --- @@ -1233,7 +1233,7 @@ public readonly onSchema: GrantPrivilegesToAccountRoleOnSchema; on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema GrantPrivilegesToAccountRole#on_schema} --- @@ -1247,7 +1247,7 @@ public readonly onSchemaObject: GrantPrivilegesToAccountRoleOnSchemaObject; on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#on_schema_object GrantPrivilegesToAccountRole#on_schema_object} --- @@ -1261,7 +1261,7 @@ public readonly privileges: string[]; The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} --- @@ -1275,7 +1275,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#with_grant_option GrantPrivilegesToAccountRole#with_grant_option} --- @@ -1308,7 +1308,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1324,7 +1324,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1358,7 +1358,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#all_schemas_in_database GrantPrivilegesToAccountRole#all_schemas_in_database} --- @@ -1372,7 +1372,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#future_schemas_in_database GrantPrivilegesToAccountRole#future_schemas_in_database} --- @@ -1386,7 +1386,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#schema_name GrantPrivilegesToAccountRole#schema_name} --- @@ -1421,7 +1421,7 @@ public readonly all: GrantPrivilegesToAccountRoleOnSchemaObjectAll; all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} --- @@ -1435,7 +1435,7 @@ public readonly future: GrantPrivilegesToAccountRoleOnSchemaObjectFuture; future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} --- @@ -1449,7 +1449,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_name GrantPrivilegesToAccountRole#object_name} --- @@ -1465,7 +1465,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type GrantPrivilegesToAccountRole#object_type} --- @@ -1484,8 +1484,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1501,7 +1501,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1513,7 +1513,7 @@ public readonly inDatabase: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1525,7 +1525,7 @@ public readonly inSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. --- @@ -1544,8 +1544,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/1.0.1/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/1.0.1/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/1.0.2/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_schema GrantPrivilegesToAccountRole#in_schema}. | --- @@ -1561,7 +1561,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#object_type_plural GrantPrivilegesToAccountRole#object_type_plural} --- @@ -1573,7 +1573,7 @@ public readonly inDatabase: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_account_role#in_database GrantPrivilegesToAccountRole#in_database}. --- @@ -1585,7 +1585,7 @@ public readonly inSchema: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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 f12039b4e..394423a77 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/1.0.1/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -1105,7 +1105,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1119,7 +1119,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1135,7 +1135,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1151,7 +1151,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1163,7 +1163,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1182,7 +1182,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1196,7 +1196,7 @@ public GrantPrivilegesToDatabaseRoleOnSchema OnSchema { get; set; } on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1210,7 +1210,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObject OnSchemaObject { get; set; } on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1224,7 +1224,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/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1238,7 +1238,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1276,7 +1276,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1290,7 +1290,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1304,7 +1304,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1344,7 +1344,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectAll All { get; set; } all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1358,7 +1358,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture Future { get; set; } future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1372,7 +1372,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1388,7 +1388,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1428,7 +1428,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1442,7 +1442,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1456,7 +1456,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- @@ -1496,7 +1496,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1510,7 +1510,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1524,7 +1524,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/1.0.1/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/1.0.2/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 f79fcdb1b..2925d38b1 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/1.0.1/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/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/1.0.2/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. | @@ -1105,7 +1105,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1119,7 +1119,7 @@ AllPrivileges interface{} Grant all privileges on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1135,7 +1135,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1151,7 +1151,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1163,7 +1163,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1182,7 +1182,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1196,7 +1196,7 @@ OnSchema GrantPrivilegesToDatabaseRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1210,7 +1210,7 @@ OnSchemaObject GrantPrivilegesToDatabaseRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1224,7 +1224,7 @@ Privileges *[]*string The privileges to grant on the database role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1238,7 +1238,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1276,7 +1276,7 @@ AllSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1290,7 +1290,7 @@ FutureSchemasInDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1304,7 +1304,7 @@ SchemaName *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1344,7 +1344,7 @@ All GrantPrivilegesToDatabaseRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1358,7 +1358,7 @@ Future GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1372,7 +1372,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1388,7 +1388,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1428,7 +1428,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1442,7 +1442,7 @@ InDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1456,7 +1456,7 @@ InSchema *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- @@ -1496,7 +1496,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1510,7 +1510,7 @@ InDatabase *string The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1524,7 +1524,7 @@ InSchema *string The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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 a6b0a9294..110cdfab0 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/1.0.1/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -131,7 +131,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -141,7 +141,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -153,7 +153,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -165,7 +165,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -173,7 +173,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/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -188,7 +188,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -198,7 +198,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -208,7 +208,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -218,7 +218,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/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -228,7 +228,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -744,7 +744,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use --- @@ -1209,7 +1209,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/1.0.1/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/1.0.2/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. | @@ -1300,7 +1300,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1314,7 +1314,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1330,7 +1330,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1346,7 +1346,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1358,7 +1358,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1377,7 +1377,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1391,7 +1391,7 @@ public GrantPrivilegesToDatabaseRoleOnSchema getOnSchema(); on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1405,7 +1405,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObject getOnSchemaObject(); on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1419,7 +1419,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/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1433,7 +1433,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1471,7 +1471,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1485,7 +1485,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1499,7 +1499,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1539,7 +1539,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectAll getAll(); all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1553,7 +1553,7 @@ public GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture getFuture(); future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1567,7 +1567,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1583,7 +1583,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1623,7 +1623,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1637,7 +1637,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1651,7 +1651,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- @@ -1691,7 +1691,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1705,7 +1705,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1719,7 +1719,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/1.0.1/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/1.0.2/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 ffba469f2..fe6dab0ba 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/1.0.1/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -126,7 +126,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -136,7 +136,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#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/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -183,7 +183,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -193,7 +193,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -203,7 +203,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -213,7 +213,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/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -223,7 +223,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -609,7 +609,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -619,7 +619,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -629,7 +629,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -650,7 +650,7 @@ def put_on_schema_object( all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -660,7 +660,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/1.0.1/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -670,7 +670,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -682,7 +682,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -854,7 +854,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#import import section} in the documentation of this resource for the id to use --- @@ -1312,7 +1312,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/1.0.1/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/1.0.2/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. | @@ -1403,7 +1403,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1417,7 +1417,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1433,7 +1433,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1449,7 +1449,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1461,7 +1461,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1480,7 +1480,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1494,7 +1494,7 @@ on_schema: GrantPrivilegesToDatabaseRoleOnSchema on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1508,7 +1508,7 @@ on_schema_object: GrantPrivilegesToDatabaseRoleOnSchemaObject on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1522,7 +1522,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/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1536,7 +1536,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1574,7 +1574,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1588,7 +1588,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1602,7 +1602,7 @@ schema_name: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1642,7 +1642,7 @@ all: GrantPrivilegesToDatabaseRoleOnSchemaObjectAll all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1656,7 +1656,7 @@ future: GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1670,7 +1670,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1686,7 +1686,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1726,7 +1726,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1740,7 +1740,7 @@ in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1754,7 +1754,7 @@ in_schema: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- @@ -1794,7 +1794,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1808,7 +1808,7 @@ in_database: str The fully qualified name of the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1822,7 +1822,7 @@ in_schema: str The fully qualified name of the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- @@ -2788,7 +2788,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -2798,7 +2798,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -2808,7 +2808,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- @@ -2830,7 +2830,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -2840,7 +2840,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -2850,7 +2850,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/1.0.1/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/1.0.2/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 c37b2e1c7..7e700db82 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/1.0.1/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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. | @@ -1087,7 +1087,7 @@ The fully qualified name of the database role to which privileges will be grante For more information about this resource, see [docs](./database_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#database_role_name GrantPrivilegesToDatabaseRole#database_role_name} --- @@ -1101,7 +1101,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_privileges GrantPrivilegesToDatabaseRole#all_privileges} --- @@ -1117,7 +1117,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply GrantPrivilegesToDatabaseRole#always_apply} --- @@ -1133,7 +1133,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#always_apply_trigger GrantPrivilegesToDatabaseRole#always_apply_trigger} --- @@ -1145,7 +1145,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1164,7 +1164,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_database GrantPrivilegesToDatabaseRole#on_database} --- @@ -1178,7 +1178,7 @@ public readonly onSchema: GrantPrivilegesToDatabaseRoleOnSchema; on_schema block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema GrantPrivilegesToDatabaseRole#on_schema} --- @@ -1192,7 +1192,7 @@ public readonly onSchemaObject: GrantPrivilegesToDatabaseRoleOnSchemaObject; on_schema_object block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#on_schema_object GrantPrivilegesToDatabaseRole#on_schema_object} --- @@ -1206,7 +1206,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/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} --- @@ -1220,7 +1220,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#with_grant_option GrantPrivilegesToDatabaseRole#with_grant_option} --- @@ -1254,7 +1254,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#all_schemas_in_database GrantPrivilegesToDatabaseRole#all_schemas_in_database} --- @@ -1268,7 +1268,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#future_schemas_in_database GrantPrivilegesToDatabaseRole#future_schemas_in_database} --- @@ -1282,7 +1282,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} --- @@ -1317,7 +1317,7 @@ public readonly all: GrantPrivilegesToDatabaseRoleOnSchemaObjectAll; all block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} --- @@ -1331,7 +1331,7 @@ public readonly future: GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture; future block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} --- @@ -1345,7 +1345,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_name GrantPrivilegesToDatabaseRole#object_name} --- @@ -1361,7 +1361,7 @@ The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type GrantPrivilegesToDatabaseRole#object_type} --- @@ -1397,7 +1397,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1411,7 +1411,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1425,7 +1425,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- @@ -1461,7 +1461,7 @@ The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} --- @@ -1475,7 +1475,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#in_database} --- @@ -1489,7 +1489,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_schema GrantPrivilegesToDatabaseRole#in_schema} --- diff --git a/docs/grantPrivilegesToShare.csharp.md b/docs/grantPrivilegesToShare.csharp.md index ea9ea99c0..a9cb0cfa0 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/1.0.1/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -523,7 +523,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -979,7 +979,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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | | OnFunction | string | The fully qualified name of the function on which privileges will be granted. | @@ -1070,7 +1070,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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1086,7 +1086,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1098,7 +1098,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1115,7 +1115,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1131,7 +1131,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1145,7 +1145,7 @@ public string OnFunction { get; set; } The fully qualified name of the function on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} --- @@ -1161,7 +1161,7 @@ The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1177,7 +1177,7 @@ The fully qualified name of the table on which privileges will be granted. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1193,7 +1193,7 @@ The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see [docs](./tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1209,7 +1209,7 @@ The fully qualified name of the view on which privileges will be granted. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.go.md b/docs/grantPrivilegesToShare.go.md index 3c27ac3a1..253ccdb34 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/1.0.1/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -523,7 +523,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -979,7 +979,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | | OnFunction | *string | The fully qualified name of the function on which privileges will be granted. | @@ -1070,7 +1070,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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1086,7 +1086,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1098,7 +1098,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1115,7 +1115,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1131,7 +1131,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1145,7 +1145,7 @@ OnFunction *string The fully qualified name of the function on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} --- @@ -1161,7 +1161,7 @@ The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1177,7 +1177,7 @@ The fully qualified name of the table on which privileges will be granted. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1193,7 +1193,7 @@ The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see [docs](./tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1209,7 +1209,7 @@ The fully qualified name of the view on which privileges will be granted. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.java.md b/docs/grantPrivilegesToShare.java.md index 282d611ab..a5f3b619d 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/1.0.1/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -49,7 +49,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/1.0.1/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/1.0.2/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. | | onFunction | java.lang.String | The fully qualified name of the function on which privileges will be granted. | @@ -126,7 +126,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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -138,7 +138,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -159,7 +159,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -171,7 +171,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the function on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} --- @@ -193,7 +193,7 @@ The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -205,7 +205,7 @@ The fully qualified name of the table on which privileges will be granted. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -217,7 +217,7 @@ The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see [docs](./tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -229,7 +229,7 @@ The fully qualified name of the view on which privileges will be granted. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- @@ -712,7 +712,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -1172,7 +1172,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/1.0.1/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/1.0.2/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. | | onFunction | java.lang.String | The fully qualified name of the function on which privileges will be granted. | @@ -1263,7 +1263,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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1279,7 +1279,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1291,7 +1291,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1308,7 +1308,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1324,7 +1324,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1338,7 +1338,7 @@ public java.lang.String getOnFunction(); The fully qualified name of the function on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} --- @@ -1354,7 +1354,7 @@ The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1370,7 +1370,7 @@ The fully qualified name of the table on which privileges will be granted. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1386,7 +1386,7 @@ The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see [docs](./tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1402,7 +1402,7 @@ The fully qualified name of the view on which privileges will be granted. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.python.md b/docs/grantPrivilegesToShare.python.md index 6635b4bc5..a5c355d92 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/1.0.1/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -47,7 +47,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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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_function | str | The fully qualified name of the function 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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -136,7 +136,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -157,7 +157,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -169,7 +169,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The fully qualified name of the function on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} --- @@ -191,7 +191,7 @@ The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -203,7 +203,7 @@ The fully qualified name of the table on which privileges will be granted. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -215,7 +215,7 @@ The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see [docs](./tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -227,7 +227,7 @@ The fully qualified name of the view on which privileges will be granted. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- @@ -756,7 +756,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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_function | str | The fully qualified name of the function on which privileges will be granted. | @@ -1303,7 +1303,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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1319,7 +1319,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1331,7 +1331,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1348,7 +1348,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1364,7 +1364,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1378,7 +1378,7 @@ on_function: str The fully qualified name of the function on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} --- @@ -1394,7 +1394,7 @@ The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1410,7 +1410,7 @@ The fully qualified name of the table on which privileges will be granted. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1426,7 +1426,7 @@ The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see [docs](./tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1442,7 +1442,7 @@ The fully qualified name of the view on which privileges will be granted. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/grantPrivilegesToShare.typescript.md b/docs/grantPrivilegesToShare.typescript.md index 4b3b36735..d51dda0b6 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/1.0.1/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share}. #### Initializers @@ -523,7 +523,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#import import section} in the documentation of this resource for the id to use --- @@ -961,7 +961,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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | | onFunction | string | The fully qualified name of the function on which privileges will be granted. | @@ -1052,7 +1052,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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} --- @@ -1068,7 +1068,7 @@ The fully qualified name of the share on which privileges will be granted. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} --- @@ -1080,7 +1080,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1097,7 +1097,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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_share#on_all_tables_in_schema GrantPrivilegesToShare#on_all_tables_in_schema} --- @@ -1113,7 +1113,7 @@ The fully qualified name of the database on which privileges will be granted. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} --- @@ -1127,7 +1127,7 @@ public readonly onFunction: string; The fully qualified name of the function on which privileges will be granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} --- @@ -1143,7 +1143,7 @@ The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} --- @@ -1159,7 +1159,7 @@ The fully qualified name of the table on which privileges will be granted. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} --- @@ -1175,7 +1175,7 @@ The fully qualified name of the tag on which privileges will be granted. For more information about this resource, see [docs](./tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} --- @@ -1191,7 +1191,7 @@ The fully qualified name of the view on which privileges will be granted. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} --- diff --git a/docs/legacyServiceUser.csharp.md b/docs/legacyServiceUser.csharp.md index d5c0a8b5b..b72bb98cd 100644 --- a/docs/legacyServiceUser.csharp.md +++ b/docs/legacyServiceUser.csharp.md @@ -4,7 +4,7 @@ ### LegacyServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user snowflake_legacy_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user snowflake_legacy_service_user}. #### Initializers @@ -985,7 +985,7 @@ The construct id used in the generated config for the LegacyServiceUser to impor The id of the existing LegacyServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_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/1.0.2/docs/resources/legacy_service_user#import import section} in the documentation of this resource for the id to use --- @@ -3008,7 +3008,7 @@ new LegacyServiceUserConfig { | ErrorOnNondeterministicUpdate | object | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | GeographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | | JdbcTreatDecimalAsInt | object | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | JdbcTreatTimestampNtzAsUtc | object | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | object | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3138,7 +3138,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} --- @@ -3152,7 +3152,7 @@ public object AbortDetachedQuery { get; set; } Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} --- @@ -3168,7 +3168,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} --- @@ -3184,7 +3184,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} --- @@ -3200,7 +3200,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} --- @@ -3216,7 +3216,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} --- @@ -3232,7 +3232,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} --- @@ -3248,7 +3248,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} --- @@ -3264,7 +3264,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} --- @@ -3278,7 +3278,7 @@ public object ClientResultColumnCaseInsensitive { get; set; } Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} --- @@ -3294,7 +3294,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} --- @@ -3308,7 +3308,7 @@ public double ClientSessionKeepAliveHeartbeatFrequency { get; set; } Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -3322,7 +3322,7 @@ public string ClientTimestampTypeMapping { get; set; } Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} --- @@ -3336,7 +3336,7 @@ public string Comment { get; set; } Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} --- @@ -3352,7 +3352,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} --- @@ -3368,7 +3368,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} --- @@ -3384,7 +3384,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} --- @@ -3400,7 +3400,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} --- @@ -3416,7 +3416,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} --- @@ -3432,7 +3432,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} --- @@ -3448,7 +3448,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} --- @@ -3464,7 +3464,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} --- @@ -3478,7 +3478,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/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} --- @@ -3492,7 +3492,7 @@ public string Email { get; set; } Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} --- @@ -3506,7 +3506,7 @@ public object EnableUnloadPhysicalTypeOptimization { get; set; } Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} --- @@ -3522,7 +3522,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} --- @@ -3536,7 +3536,7 @@ public object ErrorOnNondeterministicMerge { get; set; } Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} --- @@ -3550,7 +3550,7 @@ public object ErrorOnNondeterministicUpdate { get; set; } Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} --- @@ -3564,7 +3564,7 @@ public string GeographyOutputFormat { get; set; } Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} --- @@ -3578,7 +3578,7 @@ public string GeometryOutputFormat { get; set; } Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} --- @@ -3590,7 +3590,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3607,7 +3607,7 @@ public object JdbcTreatDecimalAsInt { get; set; } Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} --- @@ -3621,7 +3621,7 @@ public object JdbcTreatTimestampNtzAsUtc { get; set; } Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3635,7 +3635,7 @@ public object JdbcUseSessionTimezone { get; set; } Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} --- @@ -3651,7 +3651,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} --- @@ -3667,7 +3667,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} --- @@ -3683,7 +3683,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} --- @@ -3699,7 +3699,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} --- @@ -3715,7 +3715,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} --- @@ -3729,7 +3729,7 @@ public double MultiStatementCount { get; set; } Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} --- @@ -3745,7 +3745,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} --- @@ -3761,7 +3761,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} --- @@ -3777,7 +3777,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} --- @@ -3791,7 +3791,7 @@ public object OdbcTreatDecimalAsInt { get; set; } Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} --- @@ -3807,7 +3807,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} --- @@ -3821,7 +3821,7 @@ public object PreventUnloadToInternalStages { get; set; } Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} --- @@ -3837,7 +3837,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} --- @@ -3853,7 +3853,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} --- @@ -3869,7 +3869,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} --- @@ -3883,7 +3883,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} --- @@ -3899,7 +3899,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} --- @@ -3915,7 +3915,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} --- @@ -3931,7 +3931,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} --- @@ -3947,7 +3947,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} --- @@ -3961,7 +3961,7 @@ public double StatementQueuedTimeoutInSeconds { get; set; } Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} --- @@ -3975,7 +3975,7 @@ public double StatementTimeoutInSeconds { get; set; } Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} --- @@ -3989,7 +3989,7 @@ public object StrictJsonOutput { get; set; } This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} --- @@ -4005,7 +4005,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} --- @@ -4021,7 +4021,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} --- @@ -4035,7 +4035,7 @@ public object TimestampDayIsAlways24H { get; set; } Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} --- @@ -4051,7 +4051,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} --- @@ -4067,7 +4067,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} --- @@ -4081,7 +4081,7 @@ public string TimestampNtzOutputFormat { get; set; } Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} --- @@ -4097,7 +4097,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} --- @@ -4111,7 +4111,7 @@ public string TimestampTypeMapping { get; set; } Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} --- @@ -4127,7 +4127,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} --- @@ -4143,7 +4143,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} --- @@ -4159,7 +4159,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} --- @@ -4175,7 +4175,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} --- @@ -4189,7 +4189,7 @@ public string TransactionDefaultIsolationLevel { get; set; } Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} --- @@ -4203,7 +4203,7 @@ public double TwoDigitCenturyStart { get; set; } Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} --- @@ -4217,7 +4217,7 @@ public string UnsupportedDdlAction { get; set; } Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} --- @@ -4233,7 +4233,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} --- @@ -4249,7 +4249,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} --- @@ -4265,7 +4265,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} --- diff --git a/docs/legacyServiceUser.go.md b/docs/legacyServiceUser.go.md index 55e65e7a9..c9eb8599f 100644 --- a/docs/legacyServiceUser.go.md +++ b/docs/legacyServiceUser.go.md @@ -4,7 +4,7 @@ ### LegacyServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user snowflake_legacy_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user snowflake_legacy_service_user}. #### Initializers @@ -985,7 +985,7 @@ The construct id used in the generated config for the LegacyServiceUser to impor The id of the existing LegacyServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_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/1.0.2/docs/resources/legacy_service_user#import import section} in the documentation of this resource for the id to use --- @@ -3008,7 +3008,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/legacyservice | ErrorOnNondeterministicUpdate | interface{} | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | GeographyOutputFormat | *string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | *string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | | JdbcTreatDecimalAsInt | interface{} | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | JdbcTreatTimestampNtzAsUtc | interface{} | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | interface{} | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3138,7 +3138,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} --- @@ -3152,7 +3152,7 @@ AbortDetachedQuery interface{} Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} --- @@ -3168,7 +3168,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} --- @@ -3184,7 +3184,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} --- @@ -3200,7 +3200,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} --- @@ -3216,7 +3216,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} --- @@ -3232,7 +3232,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} --- @@ -3248,7 +3248,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} --- @@ -3264,7 +3264,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} --- @@ -3278,7 +3278,7 @@ ClientResultColumnCaseInsensitive interface{} Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} --- @@ -3294,7 +3294,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} --- @@ -3308,7 +3308,7 @@ ClientSessionKeepAliveHeartbeatFrequency *f64 Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -3322,7 +3322,7 @@ ClientTimestampTypeMapping *string Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} --- @@ -3336,7 +3336,7 @@ Comment *string Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} --- @@ -3352,7 +3352,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} --- @@ -3368,7 +3368,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} --- @@ -3384,7 +3384,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} --- @@ -3400,7 +3400,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} --- @@ -3416,7 +3416,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} --- @@ -3432,7 +3432,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} --- @@ -3448,7 +3448,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} --- @@ -3464,7 +3464,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} --- @@ -3478,7 +3478,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/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} --- @@ -3492,7 +3492,7 @@ Email *string Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} --- @@ -3506,7 +3506,7 @@ EnableUnloadPhysicalTypeOptimization interface{} Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} --- @@ -3522,7 +3522,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} --- @@ -3536,7 +3536,7 @@ ErrorOnNondeterministicMerge interface{} Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} --- @@ -3550,7 +3550,7 @@ ErrorOnNondeterministicUpdate interface{} Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} --- @@ -3564,7 +3564,7 @@ GeographyOutputFormat *string Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} --- @@ -3578,7 +3578,7 @@ GeometryOutputFormat *string Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} --- @@ -3590,7 +3590,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3607,7 +3607,7 @@ JdbcTreatDecimalAsInt interface{} Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} --- @@ -3621,7 +3621,7 @@ JdbcTreatTimestampNtzAsUtc interface{} Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3635,7 +3635,7 @@ JdbcUseSessionTimezone interface{} Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} --- @@ -3651,7 +3651,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} --- @@ -3667,7 +3667,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} --- @@ -3683,7 +3683,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} --- @@ -3699,7 +3699,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} --- @@ -3715,7 +3715,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} --- @@ -3729,7 +3729,7 @@ MultiStatementCount *f64 Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} --- @@ -3745,7 +3745,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} --- @@ -3761,7 +3761,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} --- @@ -3777,7 +3777,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} --- @@ -3791,7 +3791,7 @@ OdbcTreatDecimalAsInt interface{} Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} --- @@ -3807,7 +3807,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} --- @@ -3821,7 +3821,7 @@ PreventUnloadToInternalStages interface{} Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} --- @@ -3837,7 +3837,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} --- @@ -3853,7 +3853,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} --- @@ -3869,7 +3869,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} --- @@ -3883,7 +3883,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} --- @@ -3899,7 +3899,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} --- @@ -3915,7 +3915,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} --- @@ -3931,7 +3931,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} --- @@ -3947,7 +3947,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} --- @@ -3961,7 +3961,7 @@ StatementQueuedTimeoutInSeconds *f64 Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} --- @@ -3975,7 +3975,7 @@ StatementTimeoutInSeconds *f64 Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} --- @@ -3989,7 +3989,7 @@ StrictJsonOutput interface{} This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} --- @@ -4005,7 +4005,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} --- @@ -4021,7 +4021,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} --- @@ -4035,7 +4035,7 @@ TimestampDayIsAlways24H interface{} Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} --- @@ -4051,7 +4051,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} --- @@ -4067,7 +4067,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} --- @@ -4081,7 +4081,7 @@ TimestampNtzOutputFormat *string Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} --- @@ -4097,7 +4097,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} --- @@ -4111,7 +4111,7 @@ TimestampTypeMapping *string Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} --- @@ -4127,7 +4127,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} --- @@ -4143,7 +4143,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} --- @@ -4159,7 +4159,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} --- @@ -4175,7 +4175,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} --- @@ -4189,7 +4189,7 @@ TransactionDefaultIsolationLevel *string Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} --- @@ -4203,7 +4203,7 @@ TwoDigitCenturyStart *f64 Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} --- @@ -4217,7 +4217,7 @@ UnsupportedDdlAction *string Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} --- @@ -4233,7 +4233,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} --- @@ -4249,7 +4249,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} --- @@ -4265,7 +4265,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} --- diff --git a/docs/legacyServiceUser.java.md b/docs/legacyServiceUser.java.md index b6dd4d4a6..de59adf09 100644 --- a/docs/legacyServiceUser.java.md +++ b/docs/legacyServiceUser.java.md @@ -4,7 +4,7 @@ ### LegacyServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user snowflake_legacy_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user snowflake_legacy_service_user}. #### Initializers @@ -162,7 +162,7 @@ LegacyServiceUser.Builder.create(Construct scope, java.lang.String id) | errorOnNondeterministicUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | | jdbcTreatDecimalAsInt | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -278,7 +278,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} --- @@ -288,7 +288,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} --- @@ -300,7 +300,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} --- @@ -312,7 +312,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} --- @@ -324,7 +324,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} --- @@ -336,7 +336,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} --- @@ -348,7 +348,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} --- @@ -360,7 +360,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} --- @@ -372,7 +372,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} --- @@ -382,7 +382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} --- @@ -394,7 +394,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} --- @@ -404,7 +404,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -414,7 +414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} --- @@ -424,7 +424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} --- @@ -436,7 +436,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} --- @@ -448,7 +448,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} --- @@ -460,7 +460,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} --- @@ -472,7 +472,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} --- @@ -484,7 +484,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} --- @@ -496,7 +496,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} --- @@ -508,7 +508,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} --- @@ -520,7 +520,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} --- @@ -530,7 +530,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/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} --- @@ -540,7 +540,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/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} --- @@ -550,7 +550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} --- @@ -562,7 +562,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} --- @@ -572,7 +572,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} --- @@ -582,7 +582,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} --- @@ -592,7 +592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} --- @@ -602,7 +602,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} --- @@ -610,7 +610,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/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} --- @@ -633,7 +633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -643,7 +643,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} --- @@ -655,7 +655,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} --- @@ -667,7 +667,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} --- @@ -679,7 +679,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} --- @@ -691,7 +691,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} --- @@ -703,7 +703,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} --- @@ -713,7 +713,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} --- @@ -725,7 +725,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} --- @@ -737,7 +737,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} --- @@ -749,7 +749,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} --- @@ -759,7 +759,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} --- @@ -771,7 +771,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} --- @@ -781,7 +781,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} --- @@ -793,7 +793,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} --- @@ -805,7 +805,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} --- @@ -817,7 +817,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} --- @@ -827,7 +827,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} --- @@ -839,7 +839,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} --- @@ -851,7 +851,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} --- @@ -863,7 +863,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} --- @@ -875,7 +875,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} --- @@ -885,7 +885,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} --- @@ -895,7 +895,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} --- @@ -905,7 +905,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} --- @@ -917,7 +917,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} --- @@ -929,7 +929,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} --- @@ -939,7 +939,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} --- @@ -951,7 +951,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} --- @@ -963,7 +963,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} --- @@ -973,7 +973,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} --- @@ -985,7 +985,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} --- @@ -995,7 +995,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} --- @@ -1007,7 +1007,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} --- @@ -1019,7 +1019,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} --- @@ -1031,7 +1031,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} --- @@ -1043,7 +1043,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} --- @@ -1053,7 +1053,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} --- @@ -1063,7 +1063,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} --- @@ -1073,7 +1073,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} --- @@ -1085,7 +1085,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} --- @@ -1097,7 +1097,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} --- @@ -1109,7 +1109,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} --- @@ -2054,7 +2054,7 @@ The construct id used in the generated config for the LegacyServiceUser to impor The id of the existing LegacyServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_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/1.0.2/docs/resources/legacy_service_user#import import section} in the documentation of this resource for the id to use --- @@ -4101,7 +4101,7 @@ LegacyServiceUserConfig.builder() | errorOnNondeterministicUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | | jdbcTreatDecimalAsInt | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -4231,7 +4231,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} --- @@ -4245,7 +4245,7 @@ public java.lang.Object getAbortDetachedQuery(); Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} --- @@ -4261,7 +4261,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} --- @@ -4277,7 +4277,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} --- @@ -4293,7 +4293,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} --- @@ -4309,7 +4309,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} --- @@ -4325,7 +4325,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} --- @@ -4341,7 +4341,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} --- @@ -4357,7 +4357,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} --- @@ -4371,7 +4371,7 @@ public java.lang.Object getClientResultColumnCaseInsensitive(); Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} --- @@ -4387,7 +4387,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} --- @@ -4401,7 +4401,7 @@ public java.lang.Number getClientSessionKeepAliveHeartbeatFrequency(); Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -4415,7 +4415,7 @@ public java.lang.String getClientTimestampTypeMapping(); Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} --- @@ -4429,7 +4429,7 @@ public java.lang.String getComment(); Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} --- @@ -4445,7 +4445,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} --- @@ -4461,7 +4461,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} --- @@ -4477,7 +4477,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} --- @@ -4493,7 +4493,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} --- @@ -4509,7 +4509,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} --- @@ -4525,7 +4525,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} --- @@ -4541,7 +4541,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} --- @@ -4557,7 +4557,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} --- @@ -4571,7 +4571,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/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} --- @@ -4585,7 +4585,7 @@ public java.lang.String getEmail(); Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} --- @@ -4599,7 +4599,7 @@ public java.lang.Object getEnableUnloadPhysicalTypeOptimization(); Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} --- @@ -4615,7 +4615,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} --- @@ -4629,7 +4629,7 @@ public java.lang.Object getErrorOnNondeterministicMerge(); Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} --- @@ -4643,7 +4643,7 @@ public java.lang.Object getErrorOnNondeterministicUpdate(); Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} --- @@ -4657,7 +4657,7 @@ public java.lang.String getGeographyOutputFormat(); Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} --- @@ -4671,7 +4671,7 @@ public java.lang.String getGeometryOutputFormat(); Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} --- @@ -4683,7 +4683,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4700,7 +4700,7 @@ public java.lang.Object getJdbcTreatDecimalAsInt(); Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} --- @@ -4714,7 +4714,7 @@ public java.lang.Object getJdbcTreatTimestampNtzAsUtc(); Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4728,7 +4728,7 @@ public java.lang.Object getJdbcUseSessionTimezone(); Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} --- @@ -4744,7 +4744,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} --- @@ -4760,7 +4760,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} --- @@ -4776,7 +4776,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} --- @@ -4792,7 +4792,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} --- @@ -4808,7 +4808,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} --- @@ -4822,7 +4822,7 @@ public java.lang.Number getMultiStatementCount(); Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} --- @@ -4838,7 +4838,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} --- @@ -4854,7 +4854,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} --- @@ -4870,7 +4870,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} --- @@ -4884,7 +4884,7 @@ public java.lang.Object getOdbcTreatDecimalAsInt(); Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} --- @@ -4900,7 +4900,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} --- @@ -4914,7 +4914,7 @@ public java.lang.Object getPreventUnloadToInternalStages(); Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} --- @@ -4930,7 +4930,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} --- @@ -4946,7 +4946,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} --- @@ -4962,7 +4962,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} --- @@ -4976,7 +4976,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} --- @@ -4992,7 +4992,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} --- @@ -5008,7 +5008,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} --- @@ -5024,7 +5024,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} --- @@ -5040,7 +5040,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} --- @@ -5054,7 +5054,7 @@ public java.lang.Number getStatementQueuedTimeoutInSeconds(); Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} --- @@ -5068,7 +5068,7 @@ public java.lang.Number getStatementTimeoutInSeconds(); Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} --- @@ -5082,7 +5082,7 @@ public java.lang.Object getStrictJsonOutput(); This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} --- @@ -5098,7 +5098,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} --- @@ -5114,7 +5114,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} --- @@ -5128,7 +5128,7 @@ public java.lang.Object getTimestampDayIsAlways24H(); Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} --- @@ -5144,7 +5144,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} --- @@ -5160,7 +5160,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} --- @@ -5174,7 +5174,7 @@ public java.lang.String getTimestampNtzOutputFormat(); Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} --- @@ -5190,7 +5190,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} --- @@ -5204,7 +5204,7 @@ public java.lang.String getTimestampTypeMapping(); Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} --- @@ -5220,7 +5220,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} --- @@ -5236,7 +5236,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} --- @@ -5252,7 +5252,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} --- @@ -5268,7 +5268,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} --- @@ -5282,7 +5282,7 @@ public java.lang.String getTransactionDefaultIsolationLevel(); Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} --- @@ -5296,7 +5296,7 @@ public java.lang.Number getTwoDigitCenturyStart(); Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} --- @@ -5310,7 +5310,7 @@ public java.lang.String getUnsupportedDdlAction(); Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} --- @@ -5326,7 +5326,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} --- @@ -5342,7 +5342,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} --- @@ -5358,7 +5358,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} --- diff --git a/docs/legacyServiceUser.python.md b/docs/legacyServiceUser.python.md index ea6372d1b..ca0bb4c9e 100644 --- a/docs/legacyServiceUser.python.md +++ b/docs/legacyServiceUser.python.md @@ -4,7 +4,7 @@ ### LegacyServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user snowflake_legacy_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user snowflake_legacy_service_user}. #### Initializers @@ -140,7 +140,7 @@ legacyServiceUser.LegacyServiceUser( | error_on_nondeterministic_update | typing.Union[bool, cdktf.IResolvable] | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | | jdbc_treat_decimal_as_int | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -256,7 +256,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} --- @@ -278,7 +278,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} --- @@ -290,7 +290,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} --- @@ -302,7 +302,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} --- @@ -314,7 +314,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} --- @@ -326,7 +326,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} --- @@ -338,7 +338,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} --- @@ -350,7 +350,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} --- @@ -372,7 +372,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} --- @@ -382,7 +382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} --- @@ -414,7 +414,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} --- @@ -426,7 +426,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} --- @@ -438,7 +438,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} --- @@ -450,7 +450,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} --- @@ -462,7 +462,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} --- @@ -474,7 +474,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} --- @@ -486,7 +486,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} --- @@ -498,7 +498,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} --- @@ -508,7 +508,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/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} --- @@ -518,7 +518,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/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} --- @@ -528,7 +528,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} --- @@ -540,7 +540,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} --- @@ -550,7 +550,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} --- @@ -560,7 +560,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} --- @@ -570,7 +570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} --- @@ -580,7 +580,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} --- @@ -588,7 +588,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/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -601,7 +601,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} --- @@ -611,7 +611,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} --- @@ -633,7 +633,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} --- @@ -645,7 +645,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} --- @@ -657,7 +657,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} --- @@ -669,7 +669,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} --- @@ -681,7 +681,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} --- @@ -691,7 +691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} --- @@ -703,7 +703,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} --- @@ -715,7 +715,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} --- @@ -727,7 +727,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} --- @@ -737,7 +737,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} --- @@ -749,7 +749,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} --- @@ -759,7 +759,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} --- @@ -771,7 +771,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} --- @@ -783,7 +783,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} --- @@ -795,7 +795,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} --- @@ -805,7 +805,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} --- @@ -817,7 +817,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} --- @@ -829,7 +829,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} --- @@ -841,7 +841,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} --- @@ -853,7 +853,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} --- @@ -863,7 +863,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} --- @@ -873,7 +873,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} --- @@ -883,7 +883,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} --- @@ -895,7 +895,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} --- @@ -907,7 +907,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} --- @@ -917,7 +917,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} --- @@ -929,7 +929,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} --- @@ -941,7 +941,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} --- @@ -951,7 +951,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} --- @@ -963,7 +963,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} --- @@ -973,7 +973,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} --- @@ -985,7 +985,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} --- @@ -997,7 +997,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} --- @@ -1009,7 +1009,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} --- @@ -1021,7 +1021,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} --- @@ -1031,7 +1031,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} --- @@ -1041,7 +1041,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} --- @@ -1051,7 +1051,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} --- @@ -1063,7 +1063,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} --- @@ -1075,7 +1075,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} --- @@ -1087,7 +1087,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} --- @@ -2078,7 +2078,7 @@ The construct id used in the generated config for the LegacyServiceUser to impor The id of the existing LegacyServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_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/1.0.2/docs/resources/legacy_service_user#import import section} in the documentation of this resource for the id to use --- @@ -4101,7 +4101,7 @@ legacyServiceUser.LegacyServiceUserConfig( | error_on_nondeterministic_update | typing.Union[bool, cdktf.IResolvable] | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | | jdbc_treat_decimal_as_int | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -4231,7 +4231,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} --- @@ -4245,7 +4245,7 @@ abort_detached_query: typing.Union[bool, IResolvable] Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} --- @@ -4261,7 +4261,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} --- @@ -4277,7 +4277,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} --- @@ -4293,7 +4293,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} --- @@ -4309,7 +4309,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} --- @@ -4325,7 +4325,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} --- @@ -4341,7 +4341,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} --- @@ -4357,7 +4357,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} --- @@ -4371,7 +4371,7 @@ client_result_column_case_insensitive: typing.Union[bool, IResolvable] Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} --- @@ -4387,7 +4387,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} --- @@ -4401,7 +4401,7 @@ client_session_keep_alive_heartbeat_frequency: typing.Union[int, float] Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -4415,7 +4415,7 @@ client_timestamp_type_mapping: str Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} --- @@ -4429,7 +4429,7 @@ comment: str Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} --- @@ -4445,7 +4445,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} --- @@ -4461,7 +4461,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} --- @@ -4477,7 +4477,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} --- @@ -4493,7 +4493,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} --- @@ -4509,7 +4509,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} --- @@ -4525,7 +4525,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} --- @@ -4541,7 +4541,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} --- @@ -4557,7 +4557,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} --- @@ -4571,7 +4571,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/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} --- @@ -4585,7 +4585,7 @@ email: str Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} --- @@ -4599,7 +4599,7 @@ enable_unload_physical_type_optimization: typing.Union[bool, IResolvable] Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} --- @@ -4615,7 +4615,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} --- @@ -4629,7 +4629,7 @@ error_on_nondeterministic_merge: typing.Union[bool, IResolvable] Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} --- @@ -4643,7 +4643,7 @@ error_on_nondeterministic_update: typing.Union[bool, IResolvable] Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} --- @@ -4657,7 +4657,7 @@ geography_output_format: str Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} --- @@ -4671,7 +4671,7 @@ geometry_output_format: str Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} --- @@ -4683,7 +4683,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4700,7 +4700,7 @@ jdbc_treat_decimal_as_int: typing.Union[bool, IResolvable] Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} --- @@ -4714,7 +4714,7 @@ jdbc_treat_timestamp_ntz_as_utc: typing.Union[bool, IResolvable] Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4728,7 +4728,7 @@ jdbc_use_session_timezone: typing.Union[bool, IResolvable] Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} --- @@ -4744,7 +4744,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} --- @@ -4760,7 +4760,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} --- @@ -4776,7 +4776,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} --- @@ -4792,7 +4792,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} --- @@ -4808,7 +4808,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} --- @@ -4822,7 +4822,7 @@ multi_statement_count: typing.Union[int, float] Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} --- @@ -4838,7 +4838,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} --- @@ -4854,7 +4854,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} --- @@ -4870,7 +4870,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} --- @@ -4884,7 +4884,7 @@ odbc_treat_decimal_as_int: typing.Union[bool, IResolvable] Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} --- @@ -4900,7 +4900,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} --- @@ -4914,7 +4914,7 @@ prevent_unload_to_internal_stages: typing.Union[bool, IResolvable] Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} --- @@ -4930,7 +4930,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} --- @@ -4946,7 +4946,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} --- @@ -4962,7 +4962,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} --- @@ -4976,7 +4976,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} --- @@ -4992,7 +4992,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} --- @@ -5008,7 +5008,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} --- @@ -5024,7 +5024,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} --- @@ -5040,7 +5040,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} --- @@ -5054,7 +5054,7 @@ statement_queued_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} --- @@ -5068,7 +5068,7 @@ statement_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} --- @@ -5082,7 +5082,7 @@ strict_json_output: typing.Union[bool, IResolvable] This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} --- @@ -5098,7 +5098,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} --- @@ -5114,7 +5114,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} --- @@ -5128,7 +5128,7 @@ timestamp_day_is_always24_h: typing.Union[bool, IResolvable] Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} --- @@ -5144,7 +5144,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} --- @@ -5160,7 +5160,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} --- @@ -5174,7 +5174,7 @@ timestamp_ntz_output_format: str Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} --- @@ -5190,7 +5190,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} --- @@ -5204,7 +5204,7 @@ timestamp_type_mapping: str Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} --- @@ -5220,7 +5220,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} --- @@ -5236,7 +5236,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} --- @@ -5252,7 +5252,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} --- @@ -5268,7 +5268,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} --- @@ -5282,7 +5282,7 @@ transaction_default_isolation_level: str Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} --- @@ -5296,7 +5296,7 @@ two_digit_century_start: typing.Union[int, float] Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} --- @@ -5310,7 +5310,7 @@ unsupported_ddl_action: str Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} --- @@ -5326,7 +5326,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} --- @@ -5342,7 +5342,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} --- @@ -5358,7 +5358,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} --- diff --git a/docs/legacyServiceUser.typescript.md b/docs/legacyServiceUser.typescript.md index e299bc8a0..1b10de503 100644 --- a/docs/legacyServiceUser.typescript.md +++ b/docs/legacyServiceUser.typescript.md @@ -4,7 +4,7 @@ ### LegacyServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user snowflake_legacy_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user snowflake_legacy_service_user}. #### Initializers @@ -985,7 +985,7 @@ The construct id used in the generated config for the LegacyServiceUser to impor The id of the existing LegacyServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_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/1.0.2/docs/resources/legacy_service_user#import import section} in the documentation of this resource for the id to use --- @@ -2925,7 +2925,7 @@ const legacyServiceUserConfig: legacyServiceUser.LegacyServiceUserConfig = { ... | errorOnNondeterministicUpdate | boolean \| cdktf.IResolvable | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. | | jdbcTreatDecimalAsInt | boolean \| cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | boolean \| cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | boolean \| cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3055,7 +3055,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} --- @@ -3069,7 +3069,7 @@ public readonly abortDetachedQuery: boolean | IResolvable; Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} --- @@ -3085,7 +3085,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} --- @@ -3101,7 +3101,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} --- @@ -3117,7 +3117,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} --- @@ -3133,7 +3133,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} --- @@ -3149,7 +3149,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} --- @@ -3165,7 +3165,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} --- @@ -3181,7 +3181,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} --- @@ -3195,7 +3195,7 @@ public readonly clientResultColumnCaseInsensitive: boolean | IResolvable; Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} --- @@ -3211,7 +3211,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} --- @@ -3225,7 +3225,7 @@ public readonly clientSessionKeepAliveHeartbeatFrequency: number; Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -3239,7 +3239,7 @@ public readonly clientTimestampTypeMapping: string; Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} --- @@ -3253,7 +3253,7 @@ public readonly comment: string; Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} --- @@ -3269,7 +3269,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} --- @@ -3285,7 +3285,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} --- @@ -3301,7 +3301,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} --- @@ -3317,7 +3317,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} --- @@ -3333,7 +3333,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} --- @@ -3349,7 +3349,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} --- @@ -3365,7 +3365,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} --- @@ -3381,7 +3381,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} --- @@ -3395,7 +3395,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/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} --- @@ -3409,7 +3409,7 @@ public readonly email: string; Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} --- @@ -3423,7 +3423,7 @@ public readonly enableUnloadPhysicalTypeOptimization: boolean | IResolvable; Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} --- @@ -3439,7 +3439,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} --- @@ -3453,7 +3453,7 @@ public readonly errorOnNondeterministicMerge: boolean | IResolvable; Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} --- @@ -3467,7 +3467,7 @@ public readonly errorOnNondeterministicUpdate: boolean | IResolvable; Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} --- @@ -3481,7 +3481,7 @@ public readonly geographyOutputFormat: string; Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} --- @@ -3495,7 +3495,7 @@ public readonly geometryOutputFormat: string; Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} --- @@ -3507,7 +3507,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3524,7 +3524,7 @@ public readonly jdbcTreatDecimalAsInt: boolean | IResolvable; Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} --- @@ -3538,7 +3538,7 @@ public readonly jdbcTreatTimestampNtzAsUtc: boolean | IResolvable; Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3552,7 +3552,7 @@ public readonly jdbcUseSessionTimezone: boolean | IResolvable; Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} --- @@ -3568,7 +3568,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} --- @@ -3584,7 +3584,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} --- @@ -3600,7 +3600,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} --- @@ -3616,7 +3616,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} --- @@ -3632,7 +3632,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} --- @@ -3646,7 +3646,7 @@ public readonly multiStatementCount: number; Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} --- @@ -3662,7 +3662,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} --- @@ -3678,7 +3678,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} --- @@ -3694,7 +3694,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} --- @@ -3708,7 +3708,7 @@ public readonly odbcTreatDecimalAsInt: boolean | IResolvable; Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} --- @@ -3724,7 +3724,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} --- @@ -3738,7 +3738,7 @@ public readonly preventUnloadToInternalStages: boolean | IResolvable; Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} --- @@ -3754,7 +3754,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} --- @@ -3770,7 +3770,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} --- @@ -3786,7 +3786,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} --- @@ -3800,7 +3800,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} --- @@ -3816,7 +3816,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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} --- @@ -3832,7 +3832,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} --- @@ -3848,7 +3848,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} --- @@ -3864,7 +3864,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} --- @@ -3878,7 +3878,7 @@ public readonly statementQueuedTimeoutInSeconds: number; Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} --- @@ -3892,7 +3892,7 @@ public readonly statementTimeoutInSeconds: number; Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} --- @@ -3906,7 +3906,7 @@ public readonly strictJsonOutput: boolean | IResolvable; This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} --- @@ -3922,7 +3922,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} --- @@ -3938,7 +3938,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} --- @@ -3952,7 +3952,7 @@ public readonly timestampDayIsAlways24H: boolean | IResolvable; Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} --- @@ -3968,7 +3968,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} --- @@ -3984,7 +3984,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} --- @@ -3998,7 +3998,7 @@ public readonly timestampNtzOutputFormat: string; Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} --- @@ -4014,7 +4014,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} --- @@ -4028,7 +4028,7 @@ public readonly timestampTypeMapping: string; Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} --- @@ -4044,7 +4044,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} --- @@ -4060,7 +4060,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} --- @@ -4076,7 +4076,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} --- @@ -4092,7 +4092,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} --- @@ -4106,7 +4106,7 @@ public readonly transactionDefaultIsolationLevel: string; Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} --- @@ -4120,7 +4120,7 @@ public readonly twoDigitCenturyStart: number; Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} --- @@ -4134,7 +4134,7 @@ public readonly unsupportedDdlAction: string; Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} --- @@ -4150,7 +4150,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} --- @@ -4166,7 +4166,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} --- @@ -4182,7 +4182,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} --- diff --git a/docs/managedAccount.csharp.md b/docs/managedAccount.csharp.md index 04f431a64..24ebb8825 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/1.0.1/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ new ManagedAccountConfig { | AdminPassword | string | Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). | | 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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#id ManagedAccount#id}. | | Type | string | Specifies the type of managed account. | --- @@ -1007,7 +1007,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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1021,7 +1021,7 @@ public string AdminPassword { get; set; } Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1035,7 +1035,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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1049,7 +1049,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/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1061,7 +1061,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1078,7 +1078,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/1.0.1/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.go.md b/docs/managedAccount.go.md index 62178f53b..6b3b3e907 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/1.0.1/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/managedaccoun | AdminPassword | *string | Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). | | 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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#id ManagedAccount#id}. | | Type | *string | Specifies the type of managed account. | --- @@ -1007,7 +1007,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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1021,7 +1021,7 @@ AdminPassword *string Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1035,7 +1035,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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1049,7 +1049,7 @@ Comment *string Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1061,7 +1061,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1078,7 +1078,7 @@ Type *string Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.java.md b/docs/managedAccount.java.md index 4de0deb69..03d6bb097 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/1.0.1/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). | | 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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -1055,7 +1055,7 @@ ManagedAccountConfig.builder() | adminPassword | java.lang.String | Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). | | 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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#id ManagedAccount#id}. | | type | java.lang.String | Specifies the type of managed account. | --- @@ -1142,7 +1142,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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1156,7 +1156,7 @@ public java.lang.String getAdminPassword(); Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1170,7 +1170,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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1184,7 +1184,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/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1196,7 +1196,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1213,7 +1213,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/1.0.1/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.python.md b/docs/managedAccount.python.md index 6bc6da1ad..f70c3327f 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/1.0.1/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). | | 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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -1095,7 +1095,7 @@ managedAccount.ManagedAccountConfig( | admin_password | str | Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). | | 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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#id ManagedAccount#id}. | | type | str | Specifies the type of managed account. | --- @@ -1182,7 +1182,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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1196,7 +1196,7 @@ admin_password: str Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1210,7 +1210,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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1224,7 +1224,7 @@ comment: str Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1236,7 +1236,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1253,7 +1253,7 @@ type: str Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/managedAccount.typescript.md b/docs/managedAccount.typescript.md index 072c06358..210dd6de7 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/1.0.1/docs/resources/managed_account snowflake_managed_account}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/managed_account#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ const managedAccountConfig: managedAccount.ManagedAccountConfig = { ... } | adminPassword | string | Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). | | 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/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#id ManagedAccount#id}. | | type | string | Specifies the type of managed account. | --- @@ -993,7 +993,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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_name ManagedAccount#admin_name} --- @@ -1007,7 +1007,7 @@ public readonly adminPassword: string; Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_password ManagedAccount#admin_password} --- @@ -1021,7 +1021,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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#name ManagedAccount#name} --- @@ -1035,7 +1035,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/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#comment ManagedAccount#comment} --- @@ -1047,7 +1047,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#id ManagedAccount#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1064,7 +1064,7 @@ public readonly type: string; Specifies the type of managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#type ManagedAccount#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#type ManagedAccount#type} --- diff --git a/docs/maskingPolicy.csharp.md b/docs/maskingPolicy.csharp.md index 0650a0267..e8143686d 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/1.0.1/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -501,7 +501,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/1.0.1/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/1.0.2/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ public string Name { get; set; } The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -973,7 +973,7 @@ public string Type { get; set; } The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#type MaskingPolicy#type} --- @@ -1023,7 +1023,7 @@ new MaskingPolicyConfig { | Schema | string | The schema in which to create the masking policy. | | Comment | string | Specifies a comment for the masking policy. | | ExemptOtherPolicies | string | 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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#id MaskingPolicy#id}. | --- @@ -1107,7 +1107,7 @@ public object Argument { get; set; } argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} --- @@ -1123,7 +1123,7 @@ Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} --- @@ -1139,7 +1139,7 @@ The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1155,7 +1155,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1171,7 +1171,7 @@ The return data type must match the input data type of the first column that is For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1187,7 +1187,7 @@ The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1201,7 +1201,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/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1217,7 +1217,7 @@ Specifies whether the row access policy or conditional masking policy can refere Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1229,7 +1229,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/maskingPolicy.go.md b/docs/maskingPolicy.go.md index be0f14c08..50aeda6ad 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/1.0.1/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -501,7 +501,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/1.0.1/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/1.0.2/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -959,7 +959,7 @@ Name *string The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -973,7 +973,7 @@ Type *string The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#type MaskingPolicy#type} --- @@ -1023,7 +1023,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/maskingpolicy | Schema | *string | The schema in which to create the masking policy. | | Comment | *string | Specifies a comment for the masking policy. | | ExemptOtherPolicies | *string | 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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#id MaskingPolicy#id}. | --- @@ -1107,7 +1107,7 @@ Argument interface{} argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} --- @@ -1123,7 +1123,7 @@ Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} --- @@ -1139,7 +1139,7 @@ The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1155,7 +1155,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1171,7 +1171,7 @@ The return data type must match the input data type of the first column that is For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1187,7 +1187,7 @@ The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1201,7 +1201,7 @@ Comment *string Specifies a comment for the masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1217,7 +1217,7 @@ Specifies whether the row access policy or conditional masking policy can refere Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1229,7 +1229,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/maskingPolicy.java.md b/docs/maskingPolicy.java.md index 081ef2ee5..92ce096ad 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/1.0.1/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -55,7 +55,7 @@ MaskingPolicy.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the masking policy. | | comment | java.lang.String | Specifies a comment for the masking policy. | | exemptOtherPolicies | java.lang.String | 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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#id MaskingPolicy#id}. | --- @@ -125,7 +125,7 @@ Must be unique amongst siblings in the same scope argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} --- @@ -137,7 +137,7 @@ Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} --- @@ -149,7 +149,7 @@ The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -161,7 +161,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -173,7 +173,7 @@ The return data type must match the input data type of the first column that is For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -185,7 +185,7 @@ The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -195,7 +195,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/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -207,7 +207,7 @@ Specifies whether the row access policy or conditional masking policy can refere Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -215,7 +215,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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -679,7 +679,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/1.0.1/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/1.0.2/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1137,7 +1137,7 @@ public java.lang.String getName(); The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1151,7 +1151,7 @@ public java.lang.String getType(); The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#type MaskingPolicy#type} --- @@ -1206,7 +1206,7 @@ MaskingPolicyConfig.builder() | schema | java.lang.String | The schema in which to create the masking policy. | | comment | java.lang.String | Specifies a comment for the masking policy. | | exemptOtherPolicies | java.lang.String | 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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#id MaskingPolicy#id}. | --- @@ -1290,7 +1290,7 @@ public java.lang.Object getArgument(); argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} --- @@ -1306,7 +1306,7 @@ Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} --- @@ -1322,7 +1322,7 @@ The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1338,7 +1338,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1354,7 +1354,7 @@ The return data type must match the input data type of the first column that is For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1370,7 +1370,7 @@ The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -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/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1400,7 +1400,7 @@ Specifies whether the row access policy or conditional masking policy can refere Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1412,7 +1412,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/maskingPolicy.python.md b/docs/maskingPolicy.python.md index bc3b2323e..e448ab770 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/1.0.1/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -52,7 +52,7 @@ maskingPolicy.MaskingPolicy( | schema | str | The schema in which to create the masking policy. | | comment | str | Specifies a comment for the masking policy. | | exempt_other_policies | str | 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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#id MaskingPolicy#id}. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} --- @@ -134,7 +134,7 @@ Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} --- @@ -146,7 +146,7 @@ The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -158,7 +158,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -170,7 +170,7 @@ The return data type must match the input data type of the first column that is For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -182,7 +182,7 @@ The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -192,7 +192,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/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -204,7 +204,7 @@ Specifies whether the row access policy or conditional masking policy can refere Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -212,7 +212,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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -724,7 +724,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/1.0.1/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/1.0.2/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -1182,7 +1182,7 @@ name: str The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1196,7 +1196,7 @@ type: str The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#type MaskingPolicy#type} --- @@ -1246,7 +1246,7 @@ maskingPolicy.MaskingPolicyConfig( | schema | str | The schema in which to create the masking policy. | | comment | str | Specifies a comment for the masking policy. | | exempt_other_policies | str | 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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#id MaskingPolicy#id}. | --- @@ -1330,7 +1330,7 @@ argument: typing.Union[IResolvable, typing.List[MaskingPolicyArgument]] argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} --- @@ -1346,7 +1346,7 @@ Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} --- @@ -1362,7 +1362,7 @@ The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1378,7 +1378,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1394,7 +1394,7 @@ The return data type must match the input data type of the first column that is For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1410,7 +1410,7 @@ The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -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/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1440,7 +1440,7 @@ Specifies whether the row access policy or conditional masking policy can refere Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1452,7 +1452,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/maskingPolicy.typescript.md b/docs/maskingPolicy.typescript.md index f38bf2af1..ae9f4fc71 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/1.0.1/docs/resources/masking_policy snowflake_masking_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy snowflake_masking_policy}. #### Initializers @@ -501,7 +501,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/1.0.1/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/1.0.2/docs/resources/masking_policy#import import section} in the documentation of this resource for the id to use --- @@ -956,7 +956,7 @@ public readonly name: string; The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -970,7 +970,7 @@ public readonly type: string; The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#type MaskingPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#type MaskingPolicy#type} --- @@ -1003,7 +1003,7 @@ const maskingPolicyConfig: maskingPolicy.MaskingPolicyConfig = { ... } | schema | string | The schema in which to create the masking policy. | | comment | string | Specifies a comment for the masking policy. | | exemptOtherPolicies | string | 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/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#id MaskingPolicy#id}. | --- @@ -1087,7 +1087,7 @@ public readonly argument: IResolvable | MaskingPolicyArgument[]; argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} --- @@ -1103,7 +1103,7 @@ Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} --- @@ -1119,7 +1119,7 @@ The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#database MaskingPolicy#database} --- @@ -1135,7 +1135,7 @@ Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} --- @@ -1151,7 +1151,7 @@ The return data type must match the input data type of the first column that is For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} --- @@ -1167,7 +1167,7 @@ The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} --- @@ -1181,7 +1181,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/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} --- @@ -1197,7 +1197,7 @@ Specifies whether the row access policy or conditional masking policy can refere Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} --- @@ -1209,7 +1209,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. diff --git a/docs/materializedView.csharp.md b/docs/materializedView.csharp.md index a4d2bb325..7162f127d 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/1.0.1/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1073,7 +1073,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1087,7 +1087,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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1101,7 +1101,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1115,7 +1115,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/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1129,7 +1129,7 @@ public string Warehouse { get; set; } The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1143,7 +1143,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/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1155,7 +1155,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1172,7 +1172,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/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1186,7 +1186,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/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1200,7 +1200,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1240,7 +1240,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1254,7 +1254,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/1.0.1/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1268,7 +1268,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1282,7 +1282,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.go.md b/docs/materializedView.go.md index edb15a141..71da1e9e6 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/1.0.1/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/materialized_view#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/v12/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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1073,7 +1073,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1087,7 +1087,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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1101,7 +1101,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1115,7 +1115,7 @@ Statement *string Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1129,7 +1129,7 @@ Warehouse *string The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1143,7 +1143,7 @@ Comment *string Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1155,7 +1155,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1172,7 +1172,7 @@ IsSecure interface{} Specifies that the view is secure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1186,7 +1186,7 @@ OrReplace interface{} Overwrites the View if it exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1200,7 +1200,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1240,7 +1240,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1254,7 +1254,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1268,7 +1268,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1282,7 +1282,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.java.md b/docs/materializedView.java.md index ddc21b9c6..2a81ece5d 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/1.0.1/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -1173,7 +1173,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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1260,7 +1260,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1274,7 +1274,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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1288,7 +1288,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1302,7 +1302,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/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1316,7 +1316,7 @@ public java.lang.String getWarehouse(); The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1330,7 +1330,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/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1342,7 +1342,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1359,7 +1359,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/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1373,7 +1373,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/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1387,7 +1387,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1427,7 +1427,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1441,7 +1441,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/1.0.1/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1455,7 +1455,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1469,7 +1469,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.python.md b/docs/materializedView.python.md index 9a28f3421..8805a855c 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/1.0.1/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -1209,7 +1209,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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1296,7 +1296,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1310,7 +1310,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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1324,7 +1324,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1338,7 +1338,7 @@ statement: str Specifies the query used to create the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1352,7 +1352,7 @@ warehouse: str The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1366,7 +1366,7 @@ comment: str Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1378,7 +1378,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1395,7 +1395,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/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1409,7 +1409,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/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1423,7 +1423,7 @@ tag: typing.Union[IResolvable, typing.List[MaterializedViewTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1463,7 +1463,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1477,7 +1477,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1491,7 +1491,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1505,7 +1505,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/materializedView.typescript.md b/docs/materializedView.typescript.md index 1c8f1f1bc..1b2b0b33b 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/1.0.1/docs/resources/materialized_view snowflake_materialized_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/materialized_view#import import section} in the documentation of this resource for the id to use --- @@ -968,7 +968,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/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1055,7 +1055,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1069,7 +1069,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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1083,7 +1083,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- @@ -1097,7 +1097,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/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#statement MaterializedView#statement} --- @@ -1111,7 +1111,7 @@ public readonly warehouse: string; The warehouse name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#warehouse MaterializedView#warehouse} --- @@ -1125,7 +1125,7 @@ public readonly comment: string; Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#comment MaterializedView#comment} --- @@ -1137,7 +1137,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#id MaterializedView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1154,7 +1154,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/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#is_secure MaterializedView#is_secure} --- @@ -1168,7 +1168,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/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#or_replace MaterializedView#or_replace} --- @@ -1182,7 +1182,7 @@ public readonly tag: IResolvable | MaterializedViewTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#tag MaterializedView#tag} --- @@ -1217,7 +1217,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#name MaterializedView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#name MaterializedView#name} --- @@ -1231,7 +1231,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#value MaterializedView#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#value MaterializedView#value} --- @@ -1245,7 +1245,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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} --- @@ -1259,7 +1259,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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#schema MaterializedView#schema} --- diff --git a/docs/networkPolicy.csharp.md b/docs/networkPolicy.csharp.md index e14cc019a..a9c1fe474 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/1.0.1/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -509,7 +509,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/1.0.1/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/1.0.2/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -933,7 +933,7 @@ new NetworkPolicyConfig { | BlockedIpList | string[] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. | | BlockedNetworkRuleList | string[] | Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. | | Comment | string | Specifies a comment for the network policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -1019,7 +1019,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -1033,7 +1033,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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -1049,7 +1049,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} --- @@ -1065,7 +1065,7 @@ Specifies one or more IPv4 addresses (CIDR notation) that are denied access to y **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1081,7 +1081,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} --- @@ -1095,7 +1095,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/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1107,7 +1107,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 11dcd1140..aa2bdec12 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/1.0.1/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -509,7 +509,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/1.0.1/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/1.0.2/docs/resources/network_policy#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/v12/networkpolicy | BlockedIpList | *[]*string | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. | | BlockedNetworkRuleList | *[]*string | Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. | | Comment | *string | Specifies a comment for the network policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -1019,7 +1019,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -1033,7 +1033,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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -1049,7 +1049,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} --- @@ -1065,7 +1065,7 @@ Specifies one or more IPv4 addresses (CIDR notation) that are denied access to y **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1081,7 +1081,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} --- @@ -1095,7 +1095,7 @@ Comment *string Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1107,7 +1107,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 381fd7fc9..1cdd2f3b4 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/1.0.1/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -50,7 +50,7 @@ NetworkPolicy.Builder.create(Construct scope, java.lang.String id) | blockedIpList | java.util.List | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. | | blockedNetworkRuleList | java.util.List | Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. | | 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/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -122,7 +122,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf 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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -144,7 +144,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} --- @@ -156,7 +156,7 @@ Specifies one or more IPv4 addresses (CIDR notation) that are denied access to y **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -168,7 +168,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} --- @@ -178,7 +178,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/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -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/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -658,7 +658,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/1.0.1/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/1.0.2/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -1086,7 +1086,7 @@ NetworkPolicyConfig.builder() | blockedIpList | java.util.List | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. | | blockedNetworkRuleList | java.util.List | Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. | | 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/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -1172,7 +1172,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -1186,7 +1186,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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -1202,7 +1202,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} --- @@ -1218,7 +1218,7 @@ Specifies one or more IPv4 addresses (CIDR notation) that are denied access to y **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1234,7 +1234,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} --- @@ -1248,7 +1248,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/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1260,7 +1260,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 b88e17692..cac5598ee 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/1.0.1/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -48,7 +48,7 @@ networkPolicy.NetworkPolicy( | blocked_ip_list | typing.List[str] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. | | blocked_network_rule_list | typing.List[str] | Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. | | comment | str | Specifies a comment for the network policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -120,7 +120,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf 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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -142,7 +142,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} --- @@ -154,7 +154,7 @@ Specifies one or more IPv4 addresses (CIDR notation) that are denied access to y **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -166,7 +166,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} --- @@ -176,7 +176,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/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -184,7 +184,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/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -702,7 +702,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/1.0.1/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/1.0.2/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -1126,7 +1126,7 @@ networkPolicy.NetworkPolicyConfig( | blocked_ip_list | typing.List[str] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. | | blocked_network_rule_list | typing.List[str] | Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. | | comment | str | Specifies a comment for the network policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -1212,7 +1212,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -1226,7 +1226,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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -1242,7 +1242,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} --- @@ -1258,7 +1258,7 @@ Specifies one or more IPv4 addresses (CIDR notation) that are denied access to y **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1274,7 +1274,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} --- @@ -1288,7 +1288,7 @@ comment: str Specifies a comment for the network policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1300,7 +1300,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 853e3e30d..5d45ac461 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/1.0.1/docs/resources/network_policy snowflake_network_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy snowflake_network_policy}. #### Initializers @@ -509,7 +509,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/1.0.1/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/1.0.2/docs/resources/network_policy#import import section} in the documentation of this resource for the id to use --- @@ -918,7 +918,7 @@ const networkPolicyConfig: networkPolicy.NetworkPolicyConfig = { ... } | blockedIpList | string[] | Specifies one or more IPv4 addresses (CIDR notation) that are denied access to your Snowflake account. | | blockedNetworkRuleList | string[] | Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. | | comment | string | Specifies a comment for the network policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#id NetworkPolicy#id}. | --- @@ -1004,7 +1004,7 @@ Specifies the identifier for the network policy; must be unique for the account in which the network policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} --- @@ -1018,7 +1018,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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} --- @@ -1034,7 +1034,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} --- @@ -1050,7 +1050,7 @@ Specifies one or more IPv4 addresses (CIDR notation) that are denied access to y **Do not** add `0.0.0.0/0` to `blocked_ip_list`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} --- @@ -1066,7 +1066,7 @@ Specifies a list of fully qualified network rules that contain the network ident For more information about this resource, see [docs](./network_rule). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} --- @@ -1080,7 +1080,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/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} --- @@ -1092,7 +1092,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 5ba4998ba..4c3d1fa6d 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/1.0.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.go.md b/docs/networkPolicyAttachment.go.md index f616f4e70..805afec0d 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/1.0.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.java.md b/docs/networkPolicyAttachment.java.md index 46e845a9d..c31bae661 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/1.0.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.python.md b/docs/networkPolicyAttachment.python.md index eae3fa97e..632545503 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/1.0.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkPolicyAttachment.typescript.md b/docs/networkPolicyAttachment.typescript.md index e69e7ec58..73dd965cb 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/1.0.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} --- diff --git a/docs/networkRule.csharp.md b/docs/networkRule.csharp.md index fe2813369..803552000 100644 --- a/docs/networkRule.csharp.md +++ b/docs/networkRule.csharp.md @@ -4,7 +4,7 @@ ### NetworkRule -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule snowflake_network_rule}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule snowflake_network_rule}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the NetworkRule to import. The id of the existing NetworkRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use --- @@ -907,7 +907,7 @@ new NetworkRuleConfig { | Type | string | Specifies the type of network identifiers being allowed or blocked. | | ValueList | string[] | Specifies the network identifiers that will be allowed or blocked. | | Comment | string | Specifies a comment for the network rule. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. | --- @@ -991,7 +991,7 @@ public string Database { get; set; } The database in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} --- @@ -1005,7 +1005,7 @@ public string Mode { get; set; } Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} --- @@ -1021,7 +1021,7 @@ Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} --- @@ -1035,7 +1035,7 @@ public string Schema { get; set; } The schema in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} --- @@ -1051,7 +1051,7 @@ Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} --- @@ -1067,7 +1067,7 @@ Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} --- @@ -1081,7 +1081,7 @@ public string Comment { get; set; } Specifies a comment for the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#comment} --- @@ -1093,7 +1093,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/networkRule.go.md b/docs/networkRule.go.md index 3e7ce6f4e..5502e95da 100644 --- a/docs/networkRule.go.md +++ b/docs/networkRule.go.md @@ -4,7 +4,7 @@ ### NetworkRule -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule snowflake_network_rule}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule snowflake_network_rule}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the NetworkRule to import. The id of the existing NetworkRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use --- @@ -907,7 +907,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/networkrule" | Type | *string | Specifies the type of network identifiers being allowed or blocked. | | ValueList | *[]*string | Specifies the network identifiers that will be allowed or blocked. | | Comment | *string | Specifies a comment for the network rule. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. | --- @@ -991,7 +991,7 @@ Database *string The database in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} --- @@ -1005,7 +1005,7 @@ Mode *string Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} --- @@ -1021,7 +1021,7 @@ Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} --- @@ -1035,7 +1035,7 @@ Schema *string The schema in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} --- @@ -1051,7 +1051,7 @@ Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} --- @@ -1067,7 +1067,7 @@ Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} --- @@ -1081,7 +1081,7 @@ Comment *string Specifies a comment for the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#comment} --- @@ -1093,7 +1093,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/networkRule.java.md b/docs/networkRule.java.md index 3c5cd7f3d..211f77e53 100644 --- a/docs/networkRule.java.md +++ b/docs/networkRule.java.md @@ -4,7 +4,7 @@ ### NetworkRule -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule snowflake_network_rule}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule snowflake_network_rule}. #### Initializers @@ -52,7 +52,7 @@ NetworkRule.Builder.create(Construct scope, java.lang.String id) | type | java.lang.String | Specifies the type of network identifiers being allowed or blocked. | | valueList | java.util.List | Specifies the network identifiers that will be allowed or blocked. | | comment | java.lang.String | Specifies a comment for the network rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. | --- @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope The database in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} --- @@ -144,7 +144,7 @@ Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} --- @@ -166,7 +166,7 @@ Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} --- @@ -178,7 +178,7 @@ Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#comment} --- @@ -196,7 +196,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/1.0.1/docs/resources/network_rule#id NetworkRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -640,7 +640,7 @@ The construct id used in the generated config for the NetworkRule to import. The id of the existing NetworkRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use --- @@ -1070,7 +1070,7 @@ NetworkRuleConfig.builder() | type | java.lang.String | Specifies the type of network identifiers being allowed or blocked. | | valueList | java.util.List | Specifies the network identifiers that will be allowed or blocked. | | comment | java.lang.String | Specifies a comment for the network rule. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. | --- @@ -1154,7 +1154,7 @@ public java.lang.String getDatabase(); The database in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} --- @@ -1168,7 +1168,7 @@ public java.lang.String getMode(); Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} --- @@ -1184,7 +1184,7 @@ Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} --- @@ -1198,7 +1198,7 @@ public java.lang.String getSchema(); The schema in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} --- @@ -1214,7 +1214,7 @@ Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} --- @@ -1230,7 +1230,7 @@ Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} --- @@ -1244,7 +1244,7 @@ public java.lang.String getComment(); Specifies a comment for the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#comment} --- @@ -1256,7 +1256,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/networkRule.python.md b/docs/networkRule.python.md index bb25dbaa4..dbf3b5d1f 100644 --- a/docs/networkRule.python.md +++ b/docs/networkRule.python.md @@ -4,7 +4,7 @@ ### NetworkRule -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule snowflake_network_rule}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule snowflake_network_rule}. #### Initializers @@ -50,7 +50,7 @@ networkRule.NetworkRule( | type | str | Specifies the type of network identifiers being allowed or blocked. | | value_list | typing.List[str] | Specifies the network identifiers that will be allowed or blocked. | | comment | str | Specifies a comment for the network rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The database in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} --- @@ -142,7 +142,7 @@ Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The schema in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} --- @@ -164,7 +164,7 @@ Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} --- @@ -176,7 +176,7 @@ Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#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/1.0.1/docs/resources/network_rule#id NetworkRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -684,7 +684,7 @@ The construct id used in the generated config for the NetworkRule to import. The id of the existing NetworkRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use --- @@ -1110,7 +1110,7 @@ networkRule.NetworkRuleConfig( | type | str | Specifies the type of network identifiers being allowed or blocked. | | value_list | typing.List[str] | Specifies the network identifiers that will be allowed or blocked. | | comment | str | Specifies a comment for the network rule. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. | --- @@ -1194,7 +1194,7 @@ database: str The database in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} --- @@ -1208,7 +1208,7 @@ mode: str Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} --- @@ -1224,7 +1224,7 @@ Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} --- @@ -1238,7 +1238,7 @@ schema: str The schema in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} --- @@ -1254,7 +1254,7 @@ Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} --- @@ -1270,7 +1270,7 @@ Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} --- @@ -1284,7 +1284,7 @@ comment: str Specifies a comment for the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#comment} --- @@ -1296,7 +1296,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/networkRule.typescript.md b/docs/networkRule.typescript.md index 77f61c647..9e3c69ebb 100644 --- a/docs/networkRule.typescript.md +++ b/docs/networkRule.typescript.md @@ -4,7 +4,7 @@ ### NetworkRule -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule snowflake_network_rule}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule snowflake_network_rule}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the NetworkRule to import. The id of the existing NetworkRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use --- @@ -891,7 +891,7 @@ const networkRuleConfig: networkRule.NetworkRuleConfig = { ... } | type | string | Specifies the type of network identifiers being allowed or blocked. | | valueList | string[] | Specifies the network identifiers that will be allowed or blocked. | | comment | string | Specifies a comment for the network rule. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. | --- @@ -975,7 +975,7 @@ public readonly database: string; The database in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} --- @@ -989,7 +989,7 @@ public readonly mode: string; Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} --- @@ -1005,7 +1005,7 @@ Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} --- @@ -1019,7 +1019,7 @@ public readonly schema: string; The schema in which to create the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} --- @@ -1035,7 +1035,7 @@ Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} --- @@ -1051,7 +1051,7 @@ Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} --- @@ -1065,7 +1065,7 @@ public readonly comment: string; Specifies a comment for the network rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#comment} --- @@ -1077,7 +1077,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/notificationIntegration.csharp.md b/docs/notificationIntegration.csharp.md index 3f46c94e1..70799050b 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/1.0.1/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1204,7 +1204,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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1214,10 +1214,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/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#id NotificationIntegration#id}. | | Type | string | A type of integration. | --- @@ -1300,7 +1300,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1316,7 +1316,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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1330,7 +1330,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1344,7 +1344,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1358,7 +1358,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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1372,7 +1372,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1386,7 +1386,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/1.0.1/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/1.0.2/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1400,7 +1400,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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1414,7 +1414,7 @@ public string Comment { get; set; } A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1428,7 +1428,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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1440,7 +1440,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1454,7 +1454,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1468,7 +1468,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1480,7 +1480,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1497,7 +1497,7 @@ public string Type { get; set; } A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.go.md b/docs/notificationIntegration.go.md index 0884f8a15..61f0aeaa1 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/1.0.1/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1204,7 +1204,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1214,10 +1214,10 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#id NotificationIntegration#id}. | | Type | *string | A type of integration. | --- @@ -1300,7 +1300,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1316,7 +1316,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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1330,7 +1330,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1344,7 +1344,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1358,7 +1358,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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1372,7 +1372,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1386,7 +1386,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/1.0.1/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/1.0.2/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1400,7 +1400,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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1414,7 +1414,7 @@ Comment *string A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1428,7 +1428,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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1440,7 +1440,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1454,7 +1454,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1468,7 +1468,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1480,7 +1480,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1497,7 +1497,7 @@ Type *string A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.java.md b/docs/notificationIntegration.java.md index 189863d80..844a365c9 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/1.0.1/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1445,7 +1445,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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1455,10 +1455,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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | java.lang.String | A type of integration. | --- @@ -1541,7 +1541,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1557,7 +1557,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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1571,7 +1571,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1585,7 +1585,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1599,7 +1599,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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1613,7 +1613,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1627,7 +1627,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/1.0.1/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/1.0.2/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1641,7 +1641,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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1655,7 +1655,7 @@ public java.lang.String getComment(); A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1669,7 +1669,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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1681,7 +1681,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/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1695,7 +1695,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1709,7 +1709,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1721,7 +1721,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1738,7 +1738,7 @@ public java.lang.String getType(); A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.python.md b/docs/notificationIntegration.python.md index 18cb429c2..634970bb4 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/1.0.1/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1483,7 +1483,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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1493,10 +1493,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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | str | A type of integration. | --- @@ -1579,7 +1579,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1595,7 +1595,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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1609,7 +1609,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1623,7 +1623,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1637,7 +1637,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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1651,7 +1651,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1665,7 +1665,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/1.0.1/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/1.0.2/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1679,7 +1679,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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1693,7 +1693,7 @@ comment: str A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1707,7 +1707,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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1719,7 +1719,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/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1733,7 +1733,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1747,7 +1747,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1759,7 +1759,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1776,7 +1776,7 @@ type: str A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/notificationIntegration.typescript.md b/docs/notificationIntegration.typescript.md index 1cbe1e637..348ada34a 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/1.0.1/docs/resources/notification_integration snowflake_notification_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/notification_integration#import import section} in the documentation of this resource for the id to use --- @@ -1181,7 +1181,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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1191,10 +1191,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/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#id NotificationIntegration#id}. | | type | string | A type of integration. | --- @@ -1277,7 +1277,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#name NotificationIntegration#name}. --- @@ -1293,7 +1293,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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} --- @@ -1307,7 +1307,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_role_arn NotificationIntegration#aws_sns_role_arn} --- @@ -1321,7 +1321,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sns_topic_arn NotificationIntegration#aws_sns_topic_arn} --- @@ -1335,7 +1335,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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} --- @@ -1349,7 +1349,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/1.0.1/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/1.0.2/docs/resources/notification_integration#aws_sqs_role_arn NotificationIntegration#aws_sqs_role_arn} --- @@ -1363,7 +1363,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/1.0.1/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/1.0.2/docs/resources/notification_integration#azure_storage_queue_primary_uri NotificationIntegration#azure_storage_queue_primary_uri} --- @@ -1377,7 +1377,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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} --- @@ -1391,7 +1391,7 @@ public readonly comment: string; A comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#comment NotificationIntegration#comment} --- @@ -1405,7 +1405,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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#direction NotificationIntegration#direction} --- @@ -1417,7 +1417,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#enabled NotificationIntegration#enabled}. --- @@ -1431,7 +1431,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_subscription_name NotificationIntegration#gcp_pubsub_subscription_name} --- @@ -1445,7 +1445,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/1.0.1/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/1.0.2/docs/resources/notification_integration#gcp_pubsub_topic_name NotificationIntegration#gcp_pubsub_topic_name} --- @@ -1457,7 +1457,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1474,7 +1474,7 @@ public readonly type: string; A type of integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#type NotificationIntegration#type} --- diff --git a/docs/oauthIntegrationForCustomClients.csharp.md b/docs/oauthIntegrationForCustomClients.csharp.md index a0196db41..ad6bee43f 100644 --- a/docs/oauthIntegrationForCustomClients.csharp.md +++ b/docs/oauthIntegrationForCustomClients.csharp.md @@ -4,7 +4,7 @@ ### OauthIntegrationForCustomClients -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the OauthIntegrationForCustomC The id of the existing OauthIntegrationForCustomClients that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use --- @@ -1200,7 +1200,7 @@ new OauthIntegrationForCustomClientsConfig { | BlockedRolesList | string[] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | Comment | string | Specifies a comment for the OAuth integration. | | Enabled | string | Specifies whether this OAuth integration is enabled or disabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | | NetworkPolicy | string | Specifies an existing network policy. | | OauthAllowNonTlsRedirectUri | string | If true, allows setting oauth_redirect_uri to a URI not protected by TLS. | | OauthClientRsaPublicKey | string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1295,7 +1295,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} --- @@ -1311,7 +1311,7 @@ Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} --- @@ -1325,7 +1325,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} --- @@ -1341,7 +1341,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} --- @@ -1355,7 +1355,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} --- @@ -1371,7 +1371,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} --- @@ -1383,7 +1383,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} --- @@ -1418,7 +1418,7 @@ If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} --- @@ -1434,7 +1434,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} --- @@ -1450,7 +1450,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} --- @@ -1466,7 +1466,7 @@ Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be requ Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} --- @@ -1482,7 +1482,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} --- @@ -1496,7 +1496,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} --- @@ -1512,7 +1512,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} --- @@ -1528,7 +1528,7 @@ A set of Snowflake roles that a user does not need to explicitly consent to usin For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} --- diff --git a/docs/oauthIntegrationForCustomClients.go.md b/docs/oauthIntegrationForCustomClients.go.md index 0f3f40dbe..908d6c208 100644 --- a/docs/oauthIntegrationForCustomClients.go.md +++ b/docs/oauthIntegrationForCustomClients.go.md @@ -4,7 +4,7 @@ ### OauthIntegrationForCustomClients -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the OauthIntegrationForCustomC The id of the existing OauthIntegrationForCustomClients that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use --- @@ -1200,7 +1200,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/oauthintegrat | BlockedRolesList | *[]*string | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | Comment | *string | Specifies a comment for the OAuth integration. | | Enabled | *string | Specifies whether this OAuth integration is enabled or disabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | | NetworkPolicy | *string | Specifies an existing network policy. | | OauthAllowNonTlsRedirectUri | *string | If true, allows setting oauth_redirect_uri to a URI not protected by TLS. | | OauthClientRsaPublicKey | *string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1295,7 +1295,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} --- @@ -1311,7 +1311,7 @@ Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} --- @@ -1325,7 +1325,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} --- @@ -1341,7 +1341,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} --- @@ -1355,7 +1355,7 @@ Comment *string Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} --- @@ -1371,7 +1371,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} --- @@ -1383,7 +1383,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} --- @@ -1418,7 +1418,7 @@ If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} --- @@ -1434,7 +1434,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} --- @@ -1450,7 +1450,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} --- @@ -1466,7 +1466,7 @@ Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be requ Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} --- @@ -1482,7 +1482,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} --- @@ -1496,7 +1496,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} --- @@ -1512,7 +1512,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} --- @@ -1528,7 +1528,7 @@ A set of Snowflake roles that a user does not need to explicitly consent to usin For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} --- diff --git a/docs/oauthIntegrationForCustomClients.java.md b/docs/oauthIntegrationForCustomClients.java.md index 5aefa624d..4ac110895 100644 --- a/docs/oauthIntegrationForCustomClients.java.md +++ b/docs/oauthIntegrationForCustomClients.java.md @@ -4,7 +4,7 @@ ### OauthIntegrationForCustomClients -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. #### Initializers @@ -59,7 +59,7 @@ OauthIntegrationForCustomClients.Builder.create(Construct scope, java.lang.Strin | blockedRolesList | java.util.List | A set of Snowflake 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.String | 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/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy. | | oauthAllowNonTlsRedirectUri | java.lang.String | If true, allows setting oauth_redirect_uri to a URI not protected by TLS. | | oauthClientRsaPublicKey | java.lang.String | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -140,7 +140,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} --- @@ -152,7 +152,7 @@ Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} --- @@ -162,7 +162,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} --- @@ -174,7 +174,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} --- @@ -184,7 +184,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} --- @@ -196,7 +196,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} --- @@ -204,7 +204,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} --- @@ -231,7 +231,7 @@ If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} --- @@ -243,7 +243,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} --- @@ -255,7 +255,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} --- @@ -267,7 +267,7 @@ Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be requ Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} --- @@ -279,7 +279,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} --- @@ -289,7 +289,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} --- @@ -301,7 +301,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} --- @@ -313,7 +313,7 @@ A set of Snowflake roles that a user does not need to explicitly consent to usin For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} --- @@ -831,7 +831,7 @@ The construct id used in the generated config for the OauthIntegrationForCustomC The id of the existing OauthIntegrationForCustomClients that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use --- @@ -1477,7 +1477,7 @@ OauthIntegrationForCustomClientsConfig.builder() | blockedRolesList | java.util.List | A set of Snowflake 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.String | 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/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy. | | oauthAllowNonTlsRedirectUri | java.lang.String | If true, allows setting oauth_redirect_uri to a URI not protected by TLS. | | oauthClientRsaPublicKey | java.lang.String | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1572,7 +1572,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} --- @@ -1588,7 +1588,7 @@ Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} --- @@ -1602,7 +1602,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} --- @@ -1618,7 +1618,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} --- @@ -1632,7 +1632,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} --- @@ -1648,7 +1648,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} --- @@ -1660,7 +1660,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1679,7 +1679,7 @@ Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} --- @@ -1695,7 +1695,7 @@ If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} --- @@ -1711,7 +1711,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} --- @@ -1727,7 +1727,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} --- @@ -1743,7 +1743,7 @@ Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be requ Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} --- @@ -1759,7 +1759,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} --- @@ -1773,7 +1773,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} --- @@ -1789,7 +1789,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} --- @@ -1805,7 +1805,7 @@ A set of Snowflake roles that a user does not need to explicitly consent to usin For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} --- diff --git a/docs/oauthIntegrationForCustomClients.python.md b/docs/oauthIntegrationForCustomClients.python.md index 651847010..030ff8fa7 100644 --- a/docs/oauthIntegrationForCustomClients.python.md +++ b/docs/oauthIntegrationForCustomClients.python.md @@ -4,7 +4,7 @@ ### OauthIntegrationForCustomClients -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. #### Initializers @@ -57,7 +57,7 @@ oauthIntegrationForCustomClients.OauthIntegrationForCustomClients( | blocked_roles_list | typing.List[str] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | str | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | | network_policy | str | Specifies an existing network policy. | | oauth_allow_non_tls_redirect_uri | str | If true, allows setting oauth_redirect_uri to a URI not protected by TLS. | | oauth_client_rsa_public_key | str | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -138,7 +138,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} --- @@ -150,7 +150,7 @@ Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} --- @@ -160,7 +160,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} --- @@ -172,7 +172,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} --- @@ -182,7 +182,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} --- @@ -194,7 +194,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} --- @@ -202,7 +202,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} --- @@ -229,7 +229,7 @@ If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} --- @@ -241,7 +241,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} --- @@ -253,7 +253,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} --- @@ -265,7 +265,7 @@ Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be requ Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} --- @@ -277,7 +277,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} --- @@ -287,7 +287,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} --- @@ -299,7 +299,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} --- @@ -311,7 +311,7 @@ A set of Snowflake roles that a user does not need to explicitly consent to usin For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} --- @@ -875,7 +875,7 @@ The construct id used in the generated config for the OauthIntegrationForCustomC The id of the existing OauthIntegrationForCustomClients that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use --- @@ -1517,7 +1517,7 @@ oauthIntegrationForCustomClients.OauthIntegrationForCustomClientsConfig( | blocked_roles_list | typing.List[str] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | str | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | | network_policy | str | Specifies an existing network policy. | | oauth_allow_non_tls_redirect_uri | str | If true, allows setting oauth_redirect_uri to a URI not protected by TLS. | | oauth_client_rsa_public_key | str | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1612,7 +1612,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} --- @@ -1628,7 +1628,7 @@ Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} --- @@ -1642,7 +1642,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} --- @@ -1658,7 +1658,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} --- @@ -1672,7 +1672,7 @@ comment: str Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} --- @@ -1688,7 +1688,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} --- @@ -1700,7 +1700,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1719,7 +1719,7 @@ Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} --- @@ -1735,7 +1735,7 @@ If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} --- @@ -1751,7 +1751,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} --- @@ -1767,7 +1767,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} --- @@ -1783,7 +1783,7 @@ Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be requ Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} --- @@ -1799,7 +1799,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} --- @@ -1813,7 +1813,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} --- @@ -1829,7 +1829,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} --- @@ -1845,7 +1845,7 @@ A set of Snowflake roles that a user does not need to explicitly consent to usin For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} --- diff --git a/docs/oauthIntegrationForCustomClients.typescript.md b/docs/oauthIntegrationForCustomClients.typescript.md index c72ba04e6..05b9675d7 100644 --- a/docs/oauthIntegrationForCustomClients.typescript.md +++ b/docs/oauthIntegrationForCustomClients.typescript.md @@ -4,7 +4,7 @@ ### OauthIntegrationForCustomClients -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the OauthIntegrationForCustomC The id of the existing OauthIntegrationForCustomClients that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use --- @@ -1176,7 +1176,7 @@ const oauthIntegrationForCustomClientsConfig: oauthIntegrationForCustomClients.O | blockedRolesList | string[] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | comment | string | Specifies a comment for the OAuth integration. | | enabled | string | Specifies whether this OAuth integration is enabled or disabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. | | networkPolicy | string | Specifies an existing network policy. | | oauthAllowNonTlsRedirectUri | string | If true, allows setting oauth_redirect_uri to a URI not protected by TLS. | | oauthClientRsaPublicKey | string | Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. | @@ -1271,7 +1271,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} --- @@ -1287,7 +1287,7 @@ Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} --- @@ -1301,7 +1301,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} --- @@ -1317,7 +1317,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} --- @@ -1331,7 +1331,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} --- @@ -1347,7 +1347,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} --- @@ -1359,7 +1359,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1378,7 +1378,7 @@ Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} --- @@ -1394,7 +1394,7 @@ If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} --- @@ -1410,7 +1410,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} --- @@ -1426,7 +1426,7 @@ Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY---- External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} --- @@ -1442,7 +1442,7 @@ Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be requ Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} --- @@ -1458,7 +1458,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} --- @@ -1472,7 +1472,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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} --- @@ -1488,7 +1488,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} --- @@ -1504,7 +1504,7 @@ A set of Snowflake roles that a user does not need to explicitly consent to usin For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} --- diff --git a/docs/oauthIntegrationForPartnerApplications.csharp.md b/docs/oauthIntegrationForPartnerApplications.csharp.md index 5e0ffd9bc..48a634f38 100644 --- a/docs/oauthIntegrationForPartnerApplications.csharp.md +++ b/docs/oauthIntegrationForPartnerApplications.csharp.md @@ -4,7 +4,7 @@ ### OauthIntegrationForPartnerApplications -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the OauthIntegrationForPartner The id of the existing OauthIntegrationForPartnerApplications that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ new OauthIntegrationForPartnerApplicationsConfig { | BlockedRolesList | string[] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | Comment | string | Specifies a comment for the OAuth integration. | | Enabled | string | Specifies whether this OAuth integration is enabled or disabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | | OauthIssueRefreshTokens | string | 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. | | OauthRefreshTokenValidity | double | Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. | @@ -1116,7 +1116,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} --- @@ -1130,7 +1130,7 @@ public string OauthClient { get; set; } Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} --- @@ -1146,7 +1146,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} --- @@ -1160,7 +1160,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} --- @@ -1176,7 +1176,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} --- @@ -1188,7 +1188,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} --- @@ -1223,7 +1223,7 @@ Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} --- @@ -1237,7 +1237,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} --- @@ -1253,7 +1253,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegrationForPartnerApplications.go.md b/docs/oauthIntegrationForPartnerApplications.go.md index 4886aff8e..ef3a1aaef 100644 --- a/docs/oauthIntegrationForPartnerApplications.go.md +++ b/docs/oauthIntegrationForPartnerApplications.go.md @@ -4,7 +4,7 @@ ### OauthIntegrationForPartnerApplications -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the OauthIntegrationForPartner The id of the existing OauthIntegrationForPartnerApplications that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use --- @@ -1026,7 +1026,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/oauthintegrat | BlockedRolesList | *[]*string | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | Comment | *string | Specifies a comment for the OAuth integration. | | Enabled | *string | Specifies whether this OAuth integration is enabled or disabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | | OauthIssueRefreshTokens | *string | 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. | | OauthRefreshTokenValidity | *f64 | Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. | @@ -1116,7 +1116,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} --- @@ -1130,7 +1130,7 @@ OauthClient *string Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} --- @@ -1146,7 +1146,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} --- @@ -1160,7 +1160,7 @@ Comment *string Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} --- @@ -1176,7 +1176,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} --- @@ -1188,7 +1188,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} --- @@ -1223,7 +1223,7 @@ Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} --- @@ -1237,7 +1237,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} --- @@ -1253,7 +1253,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegrationForPartnerApplications.java.md b/docs/oauthIntegrationForPartnerApplications.java.md index 73756f401..411f0be70 100644 --- a/docs/oauthIntegrationForPartnerApplications.java.md +++ b/docs/oauthIntegrationForPartnerApplications.java.md @@ -4,7 +4,7 @@ ### OauthIntegrationForPartnerApplications -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. #### Initializers @@ -52,7 +52,7 @@ OauthIntegrationForPartnerApplications.Builder.create(Construct scope, java.lang | blockedRolesList | java.util.List | A set of Snowflake 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.String | 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/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | | oauthIssueRefreshTokens | java.lang.String | 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. | | oauthRefreshTokenValidity | java.lang.Number | Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. | @@ -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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} --- @@ -150,7 +150,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#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/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} --- @@ -172,7 +172,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} --- @@ -180,7 +180,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} --- @@ -207,7 +207,7 @@ Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} --- @@ -217,7 +217,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} --- @@ -229,7 +229,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} --- @@ -712,7 +712,7 @@ The construct id used in the generated config for the OauthIntegrationForPartner The id of the existing OauthIntegrationForPartnerApplications that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use --- @@ -1219,7 +1219,7 @@ OauthIntegrationForPartnerApplicationsConfig.builder() | blockedRolesList | java.util.List | A set of Snowflake 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.String | 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/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | | oauthIssueRefreshTokens | java.lang.String | 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. | | oauthRefreshTokenValidity | java.lang.Number | Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. | @@ -1309,7 +1309,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} --- @@ -1323,7 +1323,7 @@ public java.lang.String getOauthClient(); Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} --- @@ -1339,7 +1339,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} --- @@ -1353,7 +1353,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} --- @@ -1369,7 +1369,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} --- @@ -1381,7 +1381,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1400,7 +1400,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} --- @@ -1416,7 +1416,7 @@ Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} --- @@ -1430,7 +1430,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} --- @@ -1446,7 +1446,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegrationForPartnerApplications.python.md b/docs/oauthIntegrationForPartnerApplications.python.md index febbc7f2b..6ab9cf5f4 100644 --- a/docs/oauthIntegrationForPartnerApplications.python.md +++ b/docs/oauthIntegrationForPartnerApplications.python.md @@ -4,7 +4,7 @@ ### OauthIntegrationForPartnerApplications -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. #### Initializers @@ -50,7 +50,7 @@ oauthIntegrationForPartnerApplications.OauthIntegrationForPartnerApplications( | blocked_roles_list | typing.List[str] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | str | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | | oauth_issue_refresh_tokens | str | 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. | | 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. | @@ -126,7 +126,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} --- @@ -148,7 +148,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} --- @@ -158,7 +158,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} --- @@ -170,7 +170,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#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/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -193,7 +193,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} --- @@ -205,7 +205,7 @@ Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} --- @@ -215,7 +215,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} --- @@ -227,7 +227,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} --- @@ -756,7 +756,7 @@ The construct id used in the generated config for the OauthIntegrationForPartner The id of the existing OauthIntegrationForPartnerApplications that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use --- @@ -1259,7 +1259,7 @@ oauthIntegrationForPartnerApplications.OauthIntegrationForPartnerApplicationsCon | blocked_roles_list | typing.List[str] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | comment | str | Specifies a comment for the OAuth integration. | | enabled | str | Specifies whether this OAuth integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | | oauth_issue_refresh_tokens | str | 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. | | 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. | @@ -1349,7 +1349,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} --- @@ -1363,7 +1363,7 @@ oauth_client: str Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} --- @@ -1379,7 +1379,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} --- @@ -1393,7 +1393,7 @@ comment: str Specifies a comment for the OAuth integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} --- @@ -1409,7 +1409,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} --- @@ -1421,7 +1421,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1440,7 +1440,7 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} --- @@ -1456,7 +1456,7 @@ Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} --- @@ -1470,7 +1470,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} --- @@ -1486,7 +1486,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} --- diff --git a/docs/oauthIntegrationForPartnerApplications.typescript.md b/docs/oauthIntegrationForPartnerApplications.typescript.md index 8ba1acdc8..25788d825 100644 --- a/docs/oauthIntegrationForPartnerApplications.typescript.md +++ b/docs/oauthIntegrationForPartnerApplications.typescript.md @@ -4,7 +4,7 @@ ### OauthIntegrationForPartnerApplications -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the OauthIntegrationForPartner The id of the existing OauthIntegrationForPartnerApplications that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use --- @@ -1008,7 +1008,7 @@ const oauthIntegrationForPartnerApplicationsConfig: oauthIntegrationForPartnerAp | blockedRolesList | string[] | A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. | | comment | string | Specifies a comment for the OAuth integration. | | enabled | string | Specifies whether this OAuth integration is enabled or disabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. | | oauthIssueRefreshTokens | string | 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. | | oauthRefreshTokenValidity | number | Specifies how long refresh tokens should be valid (in seconds). OAUTH_ISSUE_REFRESH_TOKENS must be set to TRUE. | @@ -1098,7 +1098,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} --- @@ -1112,7 +1112,7 @@ public readonly oauthClient: string; Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} --- @@ -1128,7 +1128,7 @@ A set of Snowflake roles that a user cannot explicitly consent to using after au By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} --- @@ -1142,7 +1142,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} --- @@ -1158,7 +1158,7 @@ Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} --- @@ -1170,7 +1170,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies whether to allow the client to exchange a refresh token for an access Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} --- @@ -1205,7 +1205,7 @@ Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} --- @@ -1219,7 +1219,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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} --- @@ -1235,7 +1235,7 @@ Specifies whether default secondary roles set in the user properties are activat Valid options are: `IMPLICIT` | `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} --- diff --git a/docs/objectParameter.csharp.md b/docs/objectParameter.csharp.md index 741a38213..3ac8b0502 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/1.0.1/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.go.md b/docs/objectParameter.go.md index c1e536534..95d27f52a 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/1.0.1/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.java.md b/docs/objectParameter.java.md index fd215e7bb..e71a4bcc5 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/1.0.1/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.python.md b/docs/objectParameter.python.md index 3e2fb4cc0..1902f03e5 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/1.0.1/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/objectParameter.typescript.md b/docs/objectParameter.typescript.md index bca05e10c..e46d2d3ab 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/1.0.1/docs/resources/object_parameter snowflake_object_parameter}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#name ObjectParameter#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#database ObjectParameter#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#schema ObjectParameter#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/object_parameter#schema ObjectParameter#schema} --- diff --git a/docs/passwordPolicy.csharp.md b/docs/passwordPolicy.csharp.md index a3e1a122e..0905bb5e4 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/1.0.1/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.go.md b/docs/passwordPolicy.go.md index b19986da0..cb294c6f2 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/1.0.1/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.java.md b/docs/passwordPolicy.java.md index a0ebd7a15..2bc1274ff 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/1.0.1/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.python.md b/docs/passwordPolicy.python.md index f64c37af2..2254b2d57 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/1.0.1/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/passwordPolicy.typescript.md b/docs/passwordPolicy.typescript.md index 66f5a6ed7..4593a7af4 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/1.0.1/docs/resources/password_policy snowflake_password_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#id PasswordPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} --- diff --git a/docs/pipe.csharp.md b/docs/pipe.csharp.md index a3d7df771..f6a251b9f 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/1.0.1/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,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/1.0.1/docs/resources/pipe#id Pipe#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#id Pipe#id}. | | Integration | string | Specifies an integration for the pipe. | --- @@ -1089,7 +1089,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/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1103,7 +1103,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/1.0.1/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#database Pipe#database} --- @@ -1119,7 +1119,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/1.0.1/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#name Pipe#name} --- @@ -1133,7 +1133,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/1.0.1/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#schema Pipe#schema} --- @@ -1147,7 +1147,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/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1161,7 +1161,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/1.0.1/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/1.0.2/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1175,7 +1175,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/1.0.1/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#comment Pipe#comment} --- @@ -1189,7 +1189,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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1201,7 +1201,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1218,7 +1218,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/1.0.1/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.go.md b/docs/pipe.go.md index 4b5256fe5..eb7703ce6 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/1.0.1/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1004,7 +1004,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/pipe#id Pipe#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#id Pipe#id}. | | Integration | *string | Specifies an integration for the pipe. | --- @@ -1089,7 +1089,7 @@ CopyStatement *string Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1103,7 +1103,7 @@ Database *string The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#database Pipe#database} --- @@ -1119,7 +1119,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/1.0.1/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#name Pipe#name} --- @@ -1133,7 +1133,7 @@ Schema *string The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#schema Pipe#schema} --- @@ -1147,7 +1147,7 @@ AutoIngest interface{} Specifies a auto_ingest param for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1161,7 +1161,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/1.0.1/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/1.0.2/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1175,7 +1175,7 @@ Comment *string Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#comment Pipe#comment} --- @@ -1189,7 +1189,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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1201,7 +1201,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1218,7 +1218,7 @@ Integration *string Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.java.md b/docs/pipe.java.md index 48a514dc6..795e6ff4d 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/1.0.1/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#id Pipe#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1189,7 +1189,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/1.0.1/docs/resources/pipe#id Pipe#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#id Pipe#id}. | | integration | java.lang.String | Specifies an integration for the pipe. | --- @@ -1274,7 +1274,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/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1288,7 +1288,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/1.0.1/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#database Pipe#database} --- @@ -1304,7 +1304,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/1.0.1/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#name Pipe#name} --- @@ -1318,7 +1318,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/1.0.1/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#schema Pipe#schema} --- @@ -1332,7 +1332,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/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1346,7 +1346,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/1.0.1/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/1.0.2/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1360,7 +1360,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/1.0.1/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#comment Pipe#comment} --- @@ -1374,7 +1374,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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1386,7 +1386,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1403,7 +1403,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/1.0.1/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.python.md b/docs/pipe.python.md index 7b59bb1e5..3ee7431ff 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/1.0.1/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#id Pipe#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -1227,7 +1227,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/1.0.1/docs/resources/pipe#id Pipe#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#id Pipe#id}. | | integration | str | Specifies an integration for the pipe. | --- @@ -1312,7 +1312,7 @@ copy_statement: str Specifies the copy statement for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1326,7 +1326,7 @@ database: str The database in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#database Pipe#database} --- @@ -1342,7 +1342,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/1.0.1/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#name Pipe#name} --- @@ -1356,7 +1356,7 @@ schema: str The schema in which to create the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#schema Pipe#schema} --- @@ -1370,7 +1370,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/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1384,7 +1384,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/1.0.1/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/1.0.2/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1398,7 +1398,7 @@ comment: str Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#comment Pipe#comment} --- @@ -1412,7 +1412,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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1424,7 +1424,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1441,7 +1441,7 @@ integration: str Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/pipe.typescript.md b/docs/pipe.typescript.md index ecf05df8e..247da9b3b 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/1.0.1/docs/resources/pipe snowflake_pipe}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/pipe#import import section} in the documentation of this resource for the id to use --- @@ -986,7 +986,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/1.0.1/docs/resources/pipe#id Pipe#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#id Pipe#id}. | | integration | string | Specifies an integration for the pipe. | --- @@ -1071,7 +1071,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/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#copy_statement Pipe#copy_statement} --- @@ -1085,7 +1085,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/1.0.1/docs/resources/pipe#database Pipe#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#database Pipe#database} --- @@ -1101,7 +1101,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/1.0.1/docs/resources/pipe#name Pipe#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#name Pipe#name} --- @@ -1115,7 +1115,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/1.0.1/docs/resources/pipe#schema Pipe#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#schema Pipe#schema} --- @@ -1129,7 +1129,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/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#auto_ingest Pipe#auto_ingest} --- @@ -1143,7 +1143,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/1.0.1/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/1.0.2/docs/resources/pipe#aws_sns_topic_arn Pipe#aws_sns_topic_arn} --- @@ -1157,7 +1157,7 @@ public readonly comment: string; Specifies a comment for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#comment Pipe#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#comment Pipe#comment} --- @@ -1171,7 +1171,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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#error_integration Pipe#error_integration} --- @@ -1183,7 +1183,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#id Pipe#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1200,7 +1200,7 @@ public readonly integration: string; Specifies an integration for the pipe. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#integration Pipe#integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#integration Pipe#integration} --- diff --git a/docs/primaryConnection.csharp.md b/docs/primaryConnection.csharp.md index c29c68269..13a0be6a3 100644 --- a/docs/primaryConnection.csharp.md +++ b/docs/primaryConnection.csharp.md @@ -4,7 +4,7 @@ ### PrimaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection snowflake_primary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection snowflake_primary_connection}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the PrimaryConnection to impor The id of the existing PrimaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use --- @@ -840,7 +840,7 @@ new PrimaryConnectionConfig { | Name | string | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | Comment | string | Specifies a comment for the connection. | | EnableFailoverToAccounts | string[] | Enables failover for given connection to provided accounts. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. | --- @@ -924,7 +924,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} --- @@ -938,7 +938,7 @@ public string Comment { get; set; } Specifies a comment for the connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} --- @@ -954,7 +954,7 @@ Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} --- @@ -966,7 +966,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/primaryConnection.go.md b/docs/primaryConnection.go.md index 3e2c9ab74..7a367606a 100644 --- a/docs/primaryConnection.go.md +++ b/docs/primaryConnection.go.md @@ -4,7 +4,7 @@ ### PrimaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection snowflake_primary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection snowflake_primary_connection}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the PrimaryConnection to impor The id of the existing PrimaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use --- @@ -840,7 +840,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/primaryconnec | Name | *string | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | Comment | *string | Specifies a comment for the connection. | | EnableFailoverToAccounts | *[]*string | Enables failover for given connection to provided accounts. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. | --- @@ -924,7 +924,7 @@ Name *string String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} --- @@ -938,7 +938,7 @@ Comment *string Specifies a comment for the connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} --- @@ -954,7 +954,7 @@ Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} --- @@ -966,7 +966,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/primaryConnection.java.md b/docs/primaryConnection.java.md index 1e216954a..468dd00ba 100644 --- a/docs/primaryConnection.java.md +++ b/docs/primaryConnection.java.md @@ -4,7 +4,7 @@ ### PrimaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection snowflake_primary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection snowflake_primary_connection}. #### Initializers @@ -44,7 +44,7 @@ PrimaryConnection.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | java.lang.String | Specifies a comment for the connection. | | enableFailoverToAccounts | java.util.List | Enables failover for given connection to provided accounts. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} --- @@ -136,7 +136,7 @@ Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} --- @@ -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/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 PrimaryConnection to impor The id of the existing PrimaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use --- @@ -951,7 +951,7 @@ PrimaryConnectionConfig.builder() | name | java.lang.String | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | java.lang.String | Specifies a comment for the connection. | | enableFailoverToAccounts | java.util.List | Enables failover for given connection to provided accounts. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. | --- @@ -1035,7 +1035,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} --- @@ -1049,7 +1049,7 @@ public java.lang.String getComment(); Specifies a comment for the connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} --- @@ -1065,7 +1065,7 @@ Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} --- @@ -1077,7 +1077,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/primaryConnection.python.md b/docs/primaryConnection.python.md index cae7c2c4d..d624bee16 100644 --- a/docs/primaryConnection.python.md +++ b/docs/primaryConnection.python.md @@ -4,7 +4,7 @@ ### PrimaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection snowflake_primary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection snowflake_primary_connection}. #### Initializers @@ -42,7 +42,7 @@ primaryConnection.PrimaryConnection( | name | str | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | str | Specifies a comment for the connection. | | enable_failover_to_accounts | typing.List[str] | Enables failover for given connection to provided accounts. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} --- @@ -134,7 +134,7 @@ Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} --- @@ -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/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 PrimaryConnection to impor The id of the existing PrimaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use --- @@ -991,7 +991,7 @@ primaryConnection.PrimaryConnectionConfig( | name | str | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | str | Specifies a comment for the connection. | | enable_failover_to_accounts | typing.List[str] | Enables failover for given connection to provided accounts. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. | --- @@ -1075,7 +1075,7 @@ name: str String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} --- @@ -1089,7 +1089,7 @@ comment: str Specifies a comment for the connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} --- @@ -1105,7 +1105,7 @@ Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} --- @@ -1117,7 +1117,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/primaryConnection.typescript.md b/docs/primaryConnection.typescript.md index c697bebd1..7e94109c0 100644 --- a/docs/primaryConnection.typescript.md +++ b/docs/primaryConnection.typescript.md @@ -4,7 +4,7 @@ ### PrimaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection snowflake_primary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection snowflake_primary_connection}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the PrimaryConnection to impor The id of the existing PrimaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use --- @@ -828,7 +828,7 @@ const primaryConnectionConfig: primaryConnection.PrimaryConnectionConfig = { ... | name | string | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | string | Specifies a comment for the connection. | | enableFailoverToAccounts | string[] | Enables failover for given connection to provided accounts. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. | --- @@ -912,7 +912,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} --- @@ -926,7 +926,7 @@ public readonly comment: string; Specifies a comment for the connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} --- @@ -942,7 +942,7 @@ Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} --- @@ -954,7 +954,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/procedureJava.csharp.md b/docs/procedureJava.csharp.md index a9a53cf95..1444dc833 100644 --- a/docs/procedureJava.csharp.md +++ b/docs/procedureJava.csharp.md @@ -4,7 +4,7 @@ ### ProcedureJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java snowflake_procedure_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java snowflake_procedure_java}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the ProcedureJava to import. The id of the existing ProcedureJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use --- @@ -1410,7 +1410,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} --- @@ -1426,7 +1426,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} --- @@ -1442,7 +1442,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} --- @@ -1510,7 +1510,7 @@ new ProcedureJavaConfig { | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | ExternalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. | | Imports | object | imports block. | | IsSecure | string | Specifies that the procedure is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1606,7 +1606,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} --- @@ -1622,7 +1622,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} --- @@ -1638,7 +1638,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} --- @@ -1654,7 +1654,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} --- @@ -1668,7 +1668,7 @@ public string RuntimeVersion { get; set; } The language runtime version to use. Currently, the supported versions are: 11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} --- @@ -1684,7 +1684,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} --- @@ -1700,7 +1700,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} --- @@ -1714,7 +1714,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} --- @@ -1728,7 +1728,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/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} --- @@ -1744,7 +1744,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} --- @@ -1760,7 +1760,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} --- @@ -1774,7 +1774,7 @@ public string[] ExternalAccessIntegrations { get; set; } The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} --- @@ -1786,7 +1786,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1803,7 +1803,7 @@ public object Imports { get; set; } imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} --- @@ -1819,7 +1819,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} --- @@ -1833,7 +1833,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} --- @@ -1847,7 +1847,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} --- @@ -1863,7 +1863,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} --- @@ -1879,7 +1879,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} --- @@ -1895,7 +1895,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} --- @@ -1909,7 +1909,7 @@ public object Secrets { get; set; } secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} --- @@ -1923,7 +1923,7 @@ public ProcedureJavaTargetPath TargetPath { get; set; } target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} --- @@ -1937,7 +1937,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} --- @@ -1973,7 +1973,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -1989,7 +1989,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- @@ -2090,7 +2090,7 @@ public string SecretId { get; set; } Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} --- @@ -2104,7 +2104,7 @@ public string SecretVariableName { get; set; } The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} --- @@ -2153,7 +2153,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -2169,7 +2169,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- diff --git a/docs/procedureJava.go.md b/docs/procedureJava.go.md index 05197463c..5c6364d98 100644 --- a/docs/procedureJava.go.md +++ b/docs/procedureJava.go.md @@ -4,7 +4,7 @@ ### ProcedureJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java snowflake_procedure_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java snowflake_procedure_java}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the ProcedureJava to import. The id of the existing ProcedureJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use --- @@ -1410,7 +1410,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} --- @@ -1426,7 +1426,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} --- @@ -1442,7 +1442,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} --- @@ -1510,7 +1510,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/procedurejava | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | *string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | ExternalAccessIntegrations | *[]*string | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. | | Imports | interface{} | imports block. | | IsSecure | *string | Specifies that the procedure is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1606,7 +1606,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} --- @@ -1622,7 +1622,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} --- @@ -1638,7 +1638,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} --- @@ -1654,7 +1654,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} --- @@ -1668,7 +1668,7 @@ RuntimeVersion *string The language runtime version to use. Currently, the supported versions are: 11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} --- @@ -1684,7 +1684,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} --- @@ -1700,7 +1700,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} --- @@ -1714,7 +1714,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} --- @@ -1728,7 +1728,7 @@ Comment *string Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} --- @@ -1744,7 +1744,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} --- @@ -1760,7 +1760,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} --- @@ -1774,7 +1774,7 @@ ExternalAccessIntegrations *[]*string The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} --- @@ -1786,7 +1786,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1803,7 +1803,7 @@ Imports interface{} imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} --- @@ -1819,7 +1819,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} --- @@ -1833,7 +1833,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} --- @@ -1847,7 +1847,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} --- @@ -1863,7 +1863,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} --- @@ -1879,7 +1879,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} --- @@ -1895,7 +1895,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} --- @@ -1909,7 +1909,7 @@ Secrets interface{} secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} --- @@ -1923,7 +1923,7 @@ TargetPath ProcedureJavaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} --- @@ -1937,7 +1937,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} --- @@ -1973,7 +1973,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -1989,7 +1989,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- @@ -2090,7 +2090,7 @@ SecretId *string Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} --- @@ -2104,7 +2104,7 @@ SecretVariableName *string The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} --- @@ -2153,7 +2153,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -2169,7 +2169,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- diff --git a/docs/procedureJava.java.md b/docs/procedureJava.java.md index a8abdc98f..604ad89f3 100644 --- a/docs/procedureJava.java.md +++ b/docs/procedureJava.java.md @@ -4,7 +4,7 @@ ### ProcedureJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java snowflake_procedure_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java snowflake_procedure_java}. #### Initializers @@ -76,7 +76,7 @@ ProcedureJava.Builder.create(Construct scope, java.lang.String id) | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<ProcedureJavaImports> | imports block. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -158,7 +158,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} --- @@ -170,7 +170,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} --- @@ -182,7 +182,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} --- @@ -194,7 +194,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language runtime version to use. Currently, the supported versions are: 11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} --- @@ -216,7 +216,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} --- @@ -228,7 +228,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} --- @@ -238,7 +238,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/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} --- @@ -248,7 +248,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/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} --- @@ -260,7 +260,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} --- @@ -272,7 +272,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} --- @@ -290,7 +290,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/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -303,7 +303,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} --- @@ -315,7 +315,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} --- @@ -347,7 +347,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} --- @@ -359,7 +359,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} --- @@ -371,7 +371,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} --- @@ -992,7 +992,7 @@ The construct id used in the generated config for the ProcedureJava to import. The id of the existing ProcedureJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use --- @@ -1771,7 +1771,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} --- @@ -1787,7 +1787,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} --- @@ -1803,7 +1803,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} --- @@ -1879,7 +1879,7 @@ ProcedureJavaConfig.builder() | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<ProcedureJavaImports> | imports block. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1975,7 +1975,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} --- @@ -1991,7 +1991,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} --- @@ -2007,7 +2007,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} --- @@ -2023,7 +2023,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} --- @@ -2037,7 +2037,7 @@ public java.lang.String getRuntimeVersion(); The language runtime version to use. Currently, the supported versions are: 11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} --- @@ -2053,7 +2053,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} --- @@ -2069,7 +2069,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} --- @@ -2083,7 +2083,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} --- @@ -2097,7 +2097,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/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} --- @@ -2113,7 +2113,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} --- @@ -2129,7 +2129,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} --- @@ -2143,7 +2143,7 @@ public java.util.List getExternalAccessIntegrations(); The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} --- @@ -2155,7 +2155,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2172,7 +2172,7 @@ public java.lang.Object getImports(); imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} --- @@ -2188,7 +2188,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} --- @@ -2202,7 +2202,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} --- @@ -2216,7 +2216,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} --- @@ -2232,7 +2232,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} --- @@ -2248,7 +2248,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} --- @@ -2264,7 +2264,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} --- @@ -2278,7 +2278,7 @@ public java.lang.Object getSecrets(); secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} --- @@ -2292,7 +2292,7 @@ public ProcedureJavaTargetPath getTargetPath(); target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} --- @@ -2306,7 +2306,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} --- @@ -2342,7 +2342,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -2358,7 +2358,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- @@ -2454,7 +2454,7 @@ public java.lang.String getSecretId(); Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} --- @@ -2468,7 +2468,7 @@ public java.lang.String getSecretVariableName(); The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} --- @@ -2516,7 +2516,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -2532,7 +2532,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- diff --git a/docs/procedureJava.python.md b/docs/procedureJava.python.md index bb5c8db6d..8a70346b8 100644 --- a/docs/procedureJava.python.md +++ b/docs/procedureJava.python.md @@ -4,7 +4,7 @@ ### ProcedureJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java snowflake_procedure_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java snowflake_procedure_java}. #### Initializers @@ -70,7 +70,7 @@ procedureJava.ProcedureJava( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[ProcedureJavaImports]] | imports block. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -152,7 +152,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} --- @@ -164,7 +164,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} --- @@ -176,7 +176,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} --- @@ -188,7 +188,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language runtime version to use. Currently, the supported versions are: 11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} --- @@ -210,7 +210,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} --- @@ -222,7 +222,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} --- @@ -232,7 +232,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/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} --- @@ -242,7 +242,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/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} --- @@ -254,7 +254,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} --- @@ -266,7 +266,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} --- @@ -284,7 +284,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/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -297,7 +297,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} --- @@ -309,7 +309,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} --- @@ -341,7 +341,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} --- @@ -353,7 +353,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} --- @@ -365,7 +365,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} --- @@ -831,7 +831,7 @@ def put_target_path( Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -843,7 +843,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- @@ -1057,7 +1057,7 @@ The construct id used in the generated config for the ProcedureJava to import. The id of the existing ProcedureJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use --- @@ -1836,7 +1836,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} --- @@ -1852,7 +1852,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} --- @@ -1868,7 +1868,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} --- @@ -1936,7 +1936,7 @@ procedureJava.ProcedureJavaConfig( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[ProcedureJavaImports]] | imports block. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -2032,7 +2032,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} --- @@ -2048,7 +2048,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} --- @@ -2064,7 +2064,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} --- @@ -2080,7 +2080,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} --- @@ -2094,7 +2094,7 @@ runtime_version: str The language runtime version to use. Currently, the supported versions are: 11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} --- @@ -2110,7 +2110,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} --- @@ -2126,7 +2126,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} --- @@ -2140,7 +2140,7 @@ arguments: typing.Union[IResolvable, typing.List[ProcedureJavaArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} --- @@ -2154,7 +2154,7 @@ comment: str Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} --- @@ -2170,7 +2170,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} --- @@ -2186,7 +2186,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} --- @@ -2200,7 +2200,7 @@ external_access_integrations: typing.List[str] The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} --- @@ -2212,7 +2212,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2229,7 +2229,7 @@ imports: typing.Union[IResolvable, typing.List[ProcedureJavaImports]] imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} --- @@ -2245,7 +2245,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} --- @@ -2259,7 +2259,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} --- @@ -2273,7 +2273,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} --- @@ -2289,7 +2289,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} --- @@ -2305,7 +2305,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} --- @@ -2321,7 +2321,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} --- @@ -2335,7 +2335,7 @@ secrets: typing.Union[IResolvable, typing.List[ProcedureJavaSecrets]] secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} --- @@ -2349,7 +2349,7 @@ target_path: ProcedureJavaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} --- @@ -2363,7 +2363,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} --- @@ -2399,7 +2399,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -2415,7 +2415,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- @@ -2506,7 +2506,7 @@ secret_id: str Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} --- @@ -2520,7 +2520,7 @@ secret_variable_name: str The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} --- @@ -2567,7 +2567,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -2583,7 +2583,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- diff --git a/docs/procedureJava.typescript.md b/docs/procedureJava.typescript.md index d1c9ca39d..be0cef6ca 100644 --- a/docs/procedureJava.typescript.md +++ b/docs/procedureJava.typescript.md @@ -4,7 +4,7 @@ ### ProcedureJava -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java snowflake_procedure_java}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java snowflake_procedure_java}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the ProcedureJava to import. The id of the existing ProcedureJava that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use --- @@ -1406,7 +1406,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} --- @@ -1422,7 +1422,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} --- @@ -1438,7 +1438,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} --- @@ -1475,7 +1475,7 @@ const procedureJavaConfig: procedureJava.ProcedureJavaConfig = { ... } | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. | | imports | cdktf.IResolvable \| ProcedureJavaImports[] | imports block. | | isSecure | string | Specifies that the procedure is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1571,7 +1571,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} --- @@ -1587,7 +1587,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} --- @@ -1603,7 +1603,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} --- @@ -1619,7 +1619,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} --- @@ -1633,7 +1633,7 @@ public readonly runtimeVersion: string; The language runtime version to use. Currently, the supported versions are: 11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} --- @@ -1649,7 +1649,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} --- @@ -1665,7 +1665,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} --- @@ -1679,7 +1679,7 @@ public readonly arguments: IResolvable | ProcedureJavaArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} --- @@ -1693,7 +1693,7 @@ public readonly comment: string; Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} --- @@ -1709,7 +1709,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} --- @@ -1725,7 +1725,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} --- @@ -1739,7 +1739,7 @@ public readonly externalAccessIntegrations: string[]; The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} --- @@ -1751,7 +1751,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1768,7 +1768,7 @@ public readonly imports: IResolvable | ProcedureJavaImports[]; imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} --- @@ -1784,7 +1784,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} --- @@ -1798,7 +1798,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} --- @@ -1812,7 +1812,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} --- @@ -1828,7 +1828,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} --- @@ -1844,7 +1844,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} --- @@ -1860,7 +1860,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} --- @@ -1874,7 +1874,7 @@ public readonly secrets: IResolvable | ProcedureJavaSecrets[]; secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} --- @@ -1888,7 +1888,7 @@ public readonly targetPath: ProcedureJavaTargetPath; target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} --- @@ -1902,7 +1902,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} --- @@ -1935,7 +1935,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -1951,7 +1951,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- @@ -2039,7 +2039,7 @@ public readonly secretId: string; Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} --- @@ -2053,7 +2053,7 @@ public readonly secretVariableName: string; The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} --- @@ -2097,7 +2097,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} --- @@ -2113,7 +2113,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} --- diff --git a/docs/procedureJavascript.csharp.md b/docs/procedureJavascript.csharp.md index f70b2e723..52c0a77cc 100644 --- a/docs/procedureJavascript.csharp.md +++ b/docs/procedureJavascript.csharp.md @@ -4,7 +4,7 @@ ### ProcedureJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript snowflake_procedure_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript snowflake_procedure_javascript}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the ProcedureJavascript to imp The id of the existing ProcedureJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} --- @@ -1169,7 +1169,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} --- @@ -1185,7 +1185,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} --- @@ -1242,7 +1242,7 @@ new ProcedureJavascriptConfig { | Comment | string | Specifies a comment for the procedure. | | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | | IsSecure | string | Specifies that the procedure is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1333,7 +1333,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} --- @@ -1349,7 +1349,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} --- @@ -1365,7 +1365,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} --- @@ -1381,7 +1381,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} --- @@ -1397,7 +1397,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} --- @@ -1411,7 +1411,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} --- @@ -1425,7 +1425,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/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} --- @@ -1441,7 +1441,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} --- @@ -1457,7 +1457,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} --- @@ -1469,7 +1469,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} --- @@ -1502,7 +1502,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} --- @@ -1516,7 +1516,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} --- @@ -1532,7 +1532,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} --- @@ -1546,7 +1546,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} --- diff --git a/docs/procedureJavascript.go.md b/docs/procedureJavascript.go.md index b8f7a4706..7502c6124 100644 --- a/docs/procedureJavascript.go.md +++ b/docs/procedureJavascript.go.md @@ -4,7 +4,7 @@ ### ProcedureJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript snowflake_procedure_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript snowflake_procedure_javascript}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the ProcedureJavascript to imp The id of the existing ProcedureJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} --- @@ -1169,7 +1169,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} --- @@ -1185,7 +1185,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} --- @@ -1242,7 +1242,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/procedurejava | Comment | *string | Specifies a comment for the procedure. | | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | *string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | | IsSecure | *string | Specifies that the procedure is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | *string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1333,7 +1333,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} --- @@ -1349,7 +1349,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} --- @@ -1365,7 +1365,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} --- @@ -1381,7 +1381,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} --- @@ -1397,7 +1397,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} --- @@ -1411,7 +1411,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} --- @@ -1425,7 +1425,7 @@ Comment *string Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} --- @@ -1441,7 +1441,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} --- @@ -1457,7 +1457,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} --- @@ -1469,7 +1469,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} --- @@ -1502,7 +1502,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} --- @@ -1516,7 +1516,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} --- @@ -1532,7 +1532,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} --- @@ -1546,7 +1546,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} --- diff --git a/docs/procedureJavascript.java.md b/docs/procedureJavascript.java.md index fa343aaf7..5b1b3d32c 100644 --- a/docs/procedureJavascript.java.md +++ b/docs/procedureJavascript.java.md @@ -4,7 +4,7 @@ ### ProcedureJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript snowflake_procedure_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript snowflake_procedure_javascript}. #### Initializers @@ -63,7 +63,7 @@ ProcedureJavascript.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the procedure. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -140,7 +140,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} --- @@ -152,7 +152,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} --- @@ -164,7 +164,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} --- @@ -176,7 +176,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} --- @@ -188,7 +188,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} --- @@ -198,7 +198,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/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} --- @@ -208,7 +208,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/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} --- @@ -220,7 +220,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} --- @@ -232,7 +232,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} --- @@ -240,7 +240,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/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -255,7 +255,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} --- @@ -287,7 +287,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} --- @@ -807,7 +807,7 @@ The construct id used in the generated config for the ProcedureJavascript to imp The id of the existing ProcedureJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1410,7 +1410,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} --- @@ -1426,7 +1426,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} --- @@ -1442,7 +1442,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} --- @@ -1505,7 +1505,7 @@ ProcedureJavascriptConfig.builder() | comment | java.lang.String | Specifies a comment for the procedure. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1596,7 +1596,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} --- @@ -1612,7 +1612,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} --- @@ -1628,7 +1628,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} --- @@ -1644,7 +1644,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} --- @@ -1660,7 +1660,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} --- @@ -1674,7 +1674,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} --- @@ -1688,7 +1688,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/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} --- @@ -1704,7 +1704,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} --- @@ -1720,7 +1720,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} --- @@ -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/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} --- @@ -1765,7 +1765,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} --- @@ -1779,7 +1779,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} --- @@ -1795,7 +1795,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} --- @@ -1809,7 +1809,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} --- diff --git a/docs/procedureJavascript.python.md b/docs/procedureJavascript.python.md index 23b7a8c0e..24d4059ff 100644 --- a/docs/procedureJavascript.python.md +++ b/docs/procedureJavascript.python.md @@ -4,7 +4,7 @@ ### ProcedureJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript snowflake_procedure_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript snowflake_procedure_javascript}. #### Initializers @@ -59,7 +59,7 @@ procedureJavascript.ProcedureJavascript( | comment | str | Specifies a comment for the procedure. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -136,7 +136,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} --- @@ -148,7 +148,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} --- @@ -160,7 +160,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} --- @@ -172,7 +172,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} --- @@ -184,7 +184,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} --- @@ -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/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#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/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} --- @@ -216,7 +216,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} --- @@ -228,7 +228,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} --- @@ -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/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} --- @@ -283,7 +283,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} --- @@ -851,7 +851,7 @@ The construct id used in the generated config for the ProcedureJavascript to imp The id of the existing ProcedureJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1454,7 +1454,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} --- @@ -1470,7 +1470,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} --- @@ -1486,7 +1486,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} --- @@ -1543,7 +1543,7 @@ procedureJavascript.ProcedureJavascriptConfig( | comment | str | Specifies a comment for the procedure. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1634,7 +1634,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} --- @@ -1650,7 +1650,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} --- @@ -1666,7 +1666,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} --- @@ -1682,7 +1682,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} --- @@ -1698,7 +1698,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} --- @@ -1712,7 +1712,7 @@ arguments: typing.Union[IResolvable, typing.List[ProcedureJavascriptArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} --- @@ -1726,7 +1726,7 @@ comment: str Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} --- @@ -1742,7 +1742,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} --- @@ -1758,7 +1758,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} --- @@ -1770,7 +1770,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} --- @@ -1803,7 +1803,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} --- @@ -1817,7 +1817,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} --- @@ -1833,7 +1833,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} --- @@ -1847,7 +1847,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} --- diff --git a/docs/procedureJavascript.typescript.md b/docs/procedureJavascript.typescript.md index 914d4999d..b3573ac71 100644 --- a/docs/procedureJavascript.typescript.md +++ b/docs/procedureJavascript.typescript.md @@ -4,7 +4,7 @@ ### ProcedureJavascript -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript snowflake_procedure_javascript}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript snowflake_procedure_javascript}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the ProcedureJavascript to imp The id of the existing ProcedureJavascript that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use --- @@ -1149,7 +1149,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} --- @@ -1165,7 +1165,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} --- @@ -1181,7 +1181,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} --- @@ -1215,7 +1215,7 @@ const procedureJavascriptConfig: procedureJavascript.ProcedureJavascriptConfig = | comment | string | Specifies a comment for the procedure. | | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. | | isSecure | string | Specifies that the procedure is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1306,7 +1306,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} --- @@ -1322,7 +1322,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} --- @@ -1338,7 +1338,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} --- @@ -1354,7 +1354,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} --- @@ -1370,7 +1370,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} --- @@ -1384,7 +1384,7 @@ public readonly arguments: IResolvable | ProcedureJavascriptArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} --- @@ -1398,7 +1398,7 @@ public readonly comment: string; Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} --- @@ -1414,7 +1414,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} --- @@ -1430,7 +1430,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} --- @@ -1442,7 +1442,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1461,7 +1461,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} --- @@ -1475,7 +1475,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} --- @@ -1489,7 +1489,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} --- @@ -1505,7 +1505,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} --- @@ -1519,7 +1519,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} --- diff --git a/docs/procedurePython.csharp.md b/docs/procedurePython.csharp.md index 5ebcc869a..15e944c76 100644 --- a/docs/procedurePython.csharp.md +++ b/docs/procedurePython.csharp.md @@ -4,7 +4,7 @@ ### ProcedurePython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python snowflake_procedure_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python snowflake_procedure_python}. #### Initializers @@ -611,7 +611,7 @@ The construct id used in the generated config for the ProcedurePython to import. The id of the existing ProcedurePython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use --- @@ -1368,7 +1368,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} --- @@ -1384,7 +1384,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} --- @@ -1400,7 +1400,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} --- @@ -1467,7 +1467,7 @@ new ProcedurePythonConfig { | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | ExternalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. | | Imports | object | imports block. | | IsSecure | string | Specifies that the procedure is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1562,7 +1562,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} --- @@ -1578,7 +1578,7 @@ Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} --- @@ -1594,7 +1594,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} --- @@ -1610,7 +1610,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} --- @@ -1624,7 +1624,7 @@ public string RuntimeVersion { get; set; } The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} --- @@ -1640,7 +1640,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} --- @@ -1656,7 +1656,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} --- @@ -1670,7 +1670,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} --- @@ -1684,7 +1684,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/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} --- @@ -1700,7 +1700,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} --- @@ -1716,7 +1716,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} --- @@ -1730,7 +1730,7 @@ public string[] ExternalAccessIntegrations { get; set; } The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} --- @@ -1742,7 +1742,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1759,7 +1759,7 @@ public object Imports { get; set; } imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} --- @@ -1775,7 +1775,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} --- @@ -1789,7 +1789,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} --- @@ -1803,7 +1803,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} --- @@ -1819,7 +1819,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} --- @@ -1835,7 +1835,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} --- @@ -1851,7 +1851,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} --- @@ -1865,7 +1865,7 @@ public object Secrets { get; set; } secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} --- @@ -1879,7 +1879,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} --- @@ -1915,7 +1915,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} --- @@ -1931,7 +1931,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} --- @@ -2032,7 +2032,7 @@ public string SecretId { get; set; } Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} --- @@ -2046,7 +2046,7 @@ public string SecretVariableName { get; set; } The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} --- diff --git a/docs/procedurePython.go.md b/docs/procedurePython.go.md index c2a858499..6c21a25d6 100644 --- a/docs/procedurePython.go.md +++ b/docs/procedurePython.go.md @@ -4,7 +4,7 @@ ### ProcedurePython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python snowflake_procedure_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python snowflake_procedure_python}. #### Initializers @@ -611,7 +611,7 @@ The construct id used in the generated config for the ProcedurePython to import. The id of the existing ProcedurePython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use --- @@ -1368,7 +1368,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} --- @@ -1384,7 +1384,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} --- @@ -1400,7 +1400,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} --- @@ -1467,7 +1467,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/procedurepyth | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | *string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | ExternalAccessIntegrations | *[]*string | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. | | Imports | interface{} | imports block. | | IsSecure | *string | Specifies that the procedure is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1562,7 +1562,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} --- @@ -1578,7 +1578,7 @@ Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} --- @@ -1594,7 +1594,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} --- @@ -1610,7 +1610,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} --- @@ -1624,7 +1624,7 @@ RuntimeVersion *string The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} --- @@ -1640,7 +1640,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} --- @@ -1656,7 +1656,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} --- @@ -1670,7 +1670,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} --- @@ -1684,7 +1684,7 @@ Comment *string Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} --- @@ -1700,7 +1700,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} --- @@ -1716,7 +1716,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} --- @@ -1730,7 +1730,7 @@ ExternalAccessIntegrations *[]*string The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} --- @@ -1742,7 +1742,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1759,7 +1759,7 @@ Imports interface{} imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} --- @@ -1775,7 +1775,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} --- @@ -1789,7 +1789,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} --- @@ -1803,7 +1803,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} --- @@ -1819,7 +1819,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} --- @@ -1835,7 +1835,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} --- @@ -1851,7 +1851,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} --- @@ -1865,7 +1865,7 @@ Secrets interface{} secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} --- @@ -1879,7 +1879,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} --- @@ -1915,7 +1915,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} --- @@ -1931,7 +1931,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} --- @@ -2032,7 +2032,7 @@ SecretId *string Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} --- @@ -2046,7 +2046,7 @@ SecretVariableName *string The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} --- diff --git a/docs/procedurePython.java.md b/docs/procedurePython.java.md index 449042a36..b8574dfd0 100644 --- a/docs/procedurePython.java.md +++ b/docs/procedurePython.java.md @@ -4,7 +4,7 @@ ### ProcedurePython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python snowflake_procedure_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python snowflake_procedure_python}. #### Initializers @@ -75,7 +75,7 @@ ProcedurePython.Builder.create(Construct scope, java.lang.String id) | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<ProcedurePythonImports> | imports block. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -156,7 +156,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} --- @@ -168,7 +168,7 @@ Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} --- @@ -180,7 +180,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} --- @@ -192,7 +192,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} --- @@ -214,7 +214,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} --- @@ -226,7 +226,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} --- @@ -236,7 +236,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/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} --- @@ -246,7 +246,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/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} --- @@ -258,7 +258,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} --- @@ -270,7 +270,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} --- @@ -288,7 +288,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/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -301,7 +301,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} --- @@ -313,7 +313,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} --- @@ -345,7 +345,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} --- @@ -357,7 +357,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} --- @@ -369,7 +369,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} --- @@ -960,7 +960,7 @@ The construct id used in the generated config for the ProcedurePython to import. The id of the existing ProcedurePython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use --- @@ -1717,7 +1717,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} --- @@ -1733,7 +1733,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} --- @@ -1749,7 +1749,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} --- @@ -1824,7 +1824,7 @@ ProcedurePythonConfig.builder() | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<ProcedurePythonImports> | imports block. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1919,7 +1919,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} --- @@ -1935,7 +1935,7 @@ Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} --- @@ -1951,7 +1951,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} --- @@ -1967,7 +1967,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} --- @@ -1981,7 +1981,7 @@ public java.lang.String getRuntimeVersion(); The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} --- @@ -1997,7 +1997,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} --- @@ -2013,7 +2013,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} --- @@ -2027,7 +2027,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} --- @@ -2041,7 +2041,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/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} --- @@ -2057,7 +2057,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} --- @@ -2073,7 +2073,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} --- @@ -2087,7 +2087,7 @@ public java.util.List getExternalAccessIntegrations(); The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} --- @@ -2099,7 +2099,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2116,7 +2116,7 @@ public java.lang.Object getImports(); imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} --- @@ -2132,7 +2132,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} --- @@ -2146,7 +2146,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} --- @@ -2160,7 +2160,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} --- @@ -2176,7 +2176,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} --- @@ -2192,7 +2192,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} --- @@ -2208,7 +2208,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} --- @@ -2222,7 +2222,7 @@ public java.lang.Object getSecrets(); secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} --- @@ -2236,7 +2236,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} --- @@ -2272,7 +2272,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} --- @@ -2288,7 +2288,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} --- @@ -2384,7 +2384,7 @@ public java.lang.String getSecretId(); Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} --- @@ -2398,7 +2398,7 @@ public java.lang.String getSecretVariableName(); The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} --- diff --git a/docs/procedurePython.python.md b/docs/procedurePython.python.md index 114a2da6d..8d48e0e01 100644 --- a/docs/procedurePython.python.md +++ b/docs/procedurePython.python.md @@ -4,7 +4,7 @@ ### ProcedurePython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python snowflake_procedure_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python snowflake_procedure_python}. #### Initializers @@ -69,7 +69,7 @@ procedurePython.ProcedurePython( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[ProcedurePythonImports]] | imports block. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -150,7 +150,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} --- @@ -162,7 +162,7 @@ Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} --- @@ -174,7 +174,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} --- @@ -186,7 +186,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} --- @@ -208,7 +208,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} --- @@ -220,7 +220,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} --- @@ -230,7 +230,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/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} --- @@ -240,7 +240,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/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} --- @@ -252,7 +252,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} --- @@ -264,7 +264,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} --- @@ -282,7 +282,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/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -295,7 +295,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} --- @@ -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](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} --- @@ -317,7 +317,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} --- @@ -339,7 +339,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} --- @@ -351,7 +351,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} --- @@ -363,7 +363,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} --- @@ -1006,7 +1006,7 @@ The construct id used in the generated config for the ProcedurePython to import. The id of the existing ProcedurePython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use --- @@ -1763,7 +1763,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} --- @@ -1779,7 +1779,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} --- @@ -1795,7 +1795,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} --- @@ -1862,7 +1862,7 @@ procedurePython.ProcedurePythonConfig( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[ProcedurePythonImports]] | imports block. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1957,7 +1957,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} --- @@ -1973,7 +1973,7 @@ Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} --- @@ -1989,7 +1989,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} --- @@ -2005,7 +2005,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} --- @@ -2019,7 +2019,7 @@ runtime_version: str The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} --- @@ -2035,7 +2035,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} --- @@ -2051,7 +2051,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} --- @@ -2065,7 +2065,7 @@ arguments: typing.Union[IResolvable, typing.List[ProcedurePythonArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} --- @@ -2079,7 +2079,7 @@ comment: str Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} --- @@ -2095,7 +2095,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} --- @@ -2111,7 +2111,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} --- @@ -2125,7 +2125,7 @@ external_access_integrations: typing.List[str] The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} --- @@ -2137,7 +2137,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2154,7 +2154,7 @@ imports: typing.Union[IResolvable, typing.List[ProcedurePythonImports]] imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} --- @@ -2170,7 +2170,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} --- @@ -2184,7 +2184,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} --- @@ -2198,7 +2198,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} --- @@ -2214,7 +2214,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} --- @@ -2230,7 +2230,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} --- @@ -2246,7 +2246,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} --- @@ -2260,7 +2260,7 @@ secrets: typing.Union[IResolvable, typing.List[ProcedurePythonSecrets]] secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} --- @@ -2274,7 +2274,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} --- @@ -2310,7 +2310,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} --- @@ -2326,7 +2326,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} --- @@ -2417,7 +2417,7 @@ secret_id: str Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} --- @@ -2431,7 +2431,7 @@ secret_variable_name: str The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} --- diff --git a/docs/procedurePython.typescript.md b/docs/procedurePython.typescript.md index 4b8089220..eb368adba 100644 --- a/docs/procedurePython.typescript.md +++ b/docs/procedurePython.typescript.md @@ -4,7 +4,7 @@ ### ProcedurePython -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python snowflake_procedure_python}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python snowflake_procedure_python}. #### Initializers @@ -611,7 +611,7 @@ The construct id used in the generated config for the ProcedurePython to import. The id of the existing ProcedurePython that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use --- @@ -1364,7 +1364,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} --- @@ -1380,7 +1380,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} --- @@ -1396,7 +1396,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} --- @@ -1433,7 +1433,7 @@ const procedurePythonConfig: procedurePython.ProcedurePythonConfig = { ... } | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. | | imports | cdktf.IResolvable \| ProcedurePythonImports[] | imports block. | | isSecure | string | Specifies that the procedure is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1528,7 +1528,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} --- @@ -1544,7 +1544,7 @@ Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} --- @@ -1560,7 +1560,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} --- @@ -1576,7 +1576,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} --- @@ -1590,7 +1590,7 @@ public readonly runtimeVersion: string; The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} --- @@ -1606,7 +1606,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} --- @@ -1622,7 +1622,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} --- @@ -1636,7 +1636,7 @@ public readonly arguments: IResolvable | ProcedurePythonArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} --- @@ -1650,7 +1650,7 @@ public readonly comment: string; Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} --- @@ -1666,7 +1666,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} --- @@ -1682,7 +1682,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} --- @@ -1696,7 +1696,7 @@ public readonly externalAccessIntegrations: string[]; The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} --- @@ -1708,7 +1708,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1725,7 +1725,7 @@ public readonly imports: IResolvable | ProcedurePythonImports[]; imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} --- @@ -1741,7 +1741,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} --- @@ -1755,7 +1755,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} --- @@ -1769,7 +1769,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} --- @@ -1785,7 +1785,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} --- @@ -1801,7 +1801,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} --- @@ -1817,7 +1817,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} --- @@ -1831,7 +1831,7 @@ public readonly secrets: IResolvable | ProcedurePythonSecrets[]; secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} --- @@ -1845,7 +1845,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} --- @@ -1878,7 +1878,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} --- @@ -1894,7 +1894,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} --- @@ -1982,7 +1982,7 @@ public readonly secretId: string; Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} --- @@ -1996,7 +1996,7 @@ public readonly secretVariableName: string; The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} --- diff --git a/docs/procedureScala.csharp.md b/docs/procedureScala.csharp.md index 3d8b1c7f8..ca39f1a35 100644 --- a/docs/procedureScala.csharp.md +++ b/docs/procedureScala.csharp.md @@ -4,7 +4,7 @@ ### ProcedureScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala snowflake_procedure_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala snowflake_procedure_scala}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the ProcedureScala to import. The id of the existing ProcedureScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use --- @@ -1410,7 +1410,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} --- @@ -1426,7 +1426,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} --- @@ -1442,7 +1442,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} --- @@ -1510,7 +1510,7 @@ new ProcedureScalaConfig { | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | ExternalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. | | Imports | object | imports block. | | IsSecure | string | Specifies that the procedure is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1606,7 +1606,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} --- @@ -1622,7 +1622,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} --- @@ -1638,7 +1638,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} --- @@ -1654,7 +1654,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} --- @@ -1668,7 +1668,7 @@ public string RuntimeVersion { get; set; } The language runtime version to use. Currently, the supported versions are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} --- @@ -1684,7 +1684,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} --- @@ -1700,7 +1700,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} --- @@ -1714,7 +1714,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} --- @@ -1728,7 +1728,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/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} --- @@ -1744,7 +1744,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} --- @@ -1760,7 +1760,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} --- @@ -1774,7 +1774,7 @@ public string[] ExternalAccessIntegrations { get; set; } The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} --- @@ -1786,7 +1786,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1803,7 +1803,7 @@ public object Imports { get; set; } imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} --- @@ -1819,7 +1819,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} --- @@ -1833,7 +1833,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} --- @@ -1847,7 +1847,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} --- @@ -1863,7 +1863,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} --- @@ -1879,7 +1879,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} --- @@ -1895,7 +1895,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} --- @@ -1909,7 +1909,7 @@ public object Secrets { get; set; } secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} --- @@ -1923,7 +1923,7 @@ public ProcedureScalaTargetPath TargetPath { get; set; } target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} --- @@ -1937,7 +1937,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} --- @@ -1973,7 +1973,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -1989,7 +1989,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- @@ -2090,7 +2090,7 @@ public string SecretId { get; set; } Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} --- @@ -2104,7 +2104,7 @@ public string SecretVariableName { get; set; } The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} --- @@ -2153,7 +2153,7 @@ public string PathOnStage { get; set; } Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -2169,7 +2169,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- diff --git a/docs/procedureScala.go.md b/docs/procedureScala.go.md index 165d78c19..283c6caad 100644 --- a/docs/procedureScala.go.md +++ b/docs/procedureScala.go.md @@ -4,7 +4,7 @@ ### ProcedureScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala snowflake_procedure_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala snowflake_procedure_scala}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the ProcedureScala to import. The id of the existing ProcedureScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use --- @@ -1410,7 +1410,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} --- @@ -1426,7 +1426,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} --- @@ -1442,7 +1442,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} --- @@ -1510,7 +1510,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/procedurescal | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | *string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | ExternalAccessIntegrations | *[]*string | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. | | Imports | interface{} | imports block. | | IsSecure | *string | Specifies that the procedure is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1606,7 +1606,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} --- @@ -1622,7 +1622,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} --- @@ -1638,7 +1638,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} --- @@ -1654,7 +1654,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} --- @@ -1668,7 +1668,7 @@ RuntimeVersion *string The language runtime version to use. Currently, the supported versions are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} --- @@ -1684,7 +1684,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} --- @@ -1700,7 +1700,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} --- @@ -1714,7 +1714,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} --- @@ -1728,7 +1728,7 @@ Comment *string Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} --- @@ -1744,7 +1744,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} --- @@ -1760,7 +1760,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} --- @@ -1774,7 +1774,7 @@ ExternalAccessIntegrations *[]*string The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} --- @@ -1786,7 +1786,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1803,7 +1803,7 @@ Imports interface{} imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} --- @@ -1819,7 +1819,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} --- @@ -1833,7 +1833,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} --- @@ -1847,7 +1847,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} --- @@ -1863,7 +1863,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} --- @@ -1879,7 +1879,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} --- @@ -1895,7 +1895,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} --- @@ -1909,7 +1909,7 @@ Secrets interface{} secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} --- @@ -1923,7 +1923,7 @@ TargetPath ProcedureScalaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} --- @@ -1937,7 +1937,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} --- @@ -1973,7 +1973,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -1989,7 +1989,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- @@ -2090,7 +2090,7 @@ SecretId *string Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} --- @@ -2104,7 +2104,7 @@ SecretVariableName *string The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} --- @@ -2153,7 +2153,7 @@ PathOnStage *string Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -2169,7 +2169,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- diff --git a/docs/procedureScala.java.md b/docs/procedureScala.java.md index f630c74fe..b46c7d26f 100644 --- a/docs/procedureScala.java.md +++ b/docs/procedureScala.java.md @@ -4,7 +4,7 @@ ### ProcedureScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala snowflake_procedure_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala snowflake_procedure_scala}. #### Initializers @@ -76,7 +76,7 @@ ProcedureScala.Builder.create(Construct scope, java.lang.String id) | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<ProcedureScalaImports> | imports block. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -158,7 +158,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} --- @@ -170,7 +170,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} --- @@ -182,7 +182,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} --- @@ -194,7 +194,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language runtime version to use. Currently, the supported versions are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} --- @@ -216,7 +216,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} --- @@ -228,7 +228,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} --- @@ -238,7 +238,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/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} --- @@ -248,7 +248,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/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} --- @@ -260,7 +260,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} --- @@ -272,7 +272,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} --- @@ -290,7 +290,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/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -303,7 +303,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} --- @@ -315,7 +315,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} --- @@ -347,7 +347,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} --- @@ -359,7 +359,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} --- @@ -371,7 +371,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} --- @@ -992,7 +992,7 @@ The construct id used in the generated config for the ProcedureScala to import. The id of the existing ProcedureScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use --- @@ -1771,7 +1771,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} --- @@ -1787,7 +1787,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} --- @@ -1803,7 +1803,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} --- @@ -1879,7 +1879,7 @@ ProcedureScalaConfig.builder() | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | java.util.List | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. | | imports | com.hashicorp.cdktf.IResolvable OR java.util.List<ProcedureScalaImports> | imports block. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1975,7 +1975,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} --- @@ -1991,7 +1991,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} --- @@ -2007,7 +2007,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} --- @@ -2023,7 +2023,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} --- @@ -2037,7 +2037,7 @@ public java.lang.String getRuntimeVersion(); The language runtime version to use. Currently, the supported versions are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} --- @@ -2053,7 +2053,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} --- @@ -2069,7 +2069,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} --- @@ -2083,7 +2083,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} --- @@ -2097,7 +2097,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/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} --- @@ -2113,7 +2113,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} --- @@ -2129,7 +2129,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} --- @@ -2143,7 +2143,7 @@ public java.util.List getExternalAccessIntegrations(); The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} --- @@ -2155,7 +2155,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2172,7 +2172,7 @@ public java.lang.Object getImports(); imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} --- @@ -2188,7 +2188,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} --- @@ -2202,7 +2202,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} --- @@ -2216,7 +2216,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} --- @@ -2232,7 +2232,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} --- @@ -2248,7 +2248,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} --- @@ -2264,7 +2264,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} --- @@ -2278,7 +2278,7 @@ public java.lang.Object getSecrets(); secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} --- @@ -2292,7 +2292,7 @@ public ProcedureScalaTargetPath getTargetPath(); target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} --- @@ -2306,7 +2306,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} --- @@ -2342,7 +2342,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -2358,7 +2358,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- @@ -2454,7 +2454,7 @@ public java.lang.String getSecretId(); Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} --- @@ -2468,7 +2468,7 @@ public java.lang.String getSecretVariableName(); The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} --- @@ -2516,7 +2516,7 @@ public java.lang.String getPathOnStage(); Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -2532,7 +2532,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- diff --git a/docs/procedureScala.python.md b/docs/procedureScala.python.md index 72d66f8dd..64f6e66f0 100644 --- a/docs/procedureScala.python.md +++ b/docs/procedureScala.python.md @@ -4,7 +4,7 @@ ### ProcedureScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala snowflake_procedure_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala snowflake_procedure_scala}. #### Initializers @@ -70,7 +70,7 @@ procedureScala.ProcedureScala( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[ProcedureScalaImports]] | imports block. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -152,7 +152,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} --- @@ -164,7 +164,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} --- @@ -176,7 +176,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} --- @@ -188,7 +188,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The language runtime version to use. Currently, the supported versions are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} --- @@ -210,7 +210,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} --- @@ -222,7 +222,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} --- @@ -232,7 +232,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/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} --- @@ -242,7 +242,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/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} --- @@ -254,7 +254,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} --- @@ -266,7 +266,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} --- @@ -284,7 +284,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/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -297,7 +297,7 @@ If you experience problems setting this value it might not be settable. Please t imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} --- @@ -309,7 +309,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} --- @@ -341,7 +341,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} --- @@ -353,7 +353,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} --- @@ -365,7 +365,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} --- @@ -831,7 +831,7 @@ def put_target_path( Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -843,7 +843,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- @@ -1057,7 +1057,7 @@ The construct id used in the generated config for the ProcedureScala to import. The id of the existing ProcedureScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use --- @@ -1836,7 +1836,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} --- @@ -1852,7 +1852,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} --- @@ -1868,7 +1868,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} --- @@ -1936,7 +1936,7 @@ procedureScala.ProcedureScalaConfig( | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | external_access_integrations | typing.List[str] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. | | imports | typing.Union[cdktf.IResolvable, typing.List[ProcedureScalaImports]] | imports block. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -2032,7 +2032,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} --- @@ -2048,7 +2048,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} --- @@ -2064,7 +2064,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} --- @@ -2080,7 +2080,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} --- @@ -2094,7 +2094,7 @@ runtime_version: str The language runtime version to use. Currently, the supported versions are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} --- @@ -2110,7 +2110,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} --- @@ -2126,7 +2126,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} --- @@ -2140,7 +2140,7 @@ arguments: typing.Union[IResolvable, typing.List[ProcedureScalaArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} --- @@ -2154,7 +2154,7 @@ comment: str Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} --- @@ -2170,7 +2170,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} --- @@ -2186,7 +2186,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} --- @@ -2200,7 +2200,7 @@ external_access_integrations: typing.List[str] The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} --- @@ -2212,7 +2212,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2229,7 +2229,7 @@ imports: typing.Union[IResolvable, typing.List[ProcedureScalaImports]] imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} --- @@ -2245,7 +2245,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} --- @@ -2259,7 +2259,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} --- @@ -2273,7 +2273,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} --- @@ -2289,7 +2289,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} --- @@ -2305,7 +2305,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} --- @@ -2321,7 +2321,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} --- @@ -2335,7 +2335,7 @@ secrets: typing.Union[IResolvable, typing.List[ProcedureScalaSecrets]] secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} --- @@ -2349,7 +2349,7 @@ target_path: ProcedureScalaTargetPath target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} --- @@ -2363,7 +2363,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} --- @@ -2399,7 +2399,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -2415,7 +2415,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- @@ -2506,7 +2506,7 @@ secret_id: str Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} --- @@ -2520,7 +2520,7 @@ secret_variable_name: str The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} --- @@ -2567,7 +2567,7 @@ path_on_stage: str Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -2583,7 +2583,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- diff --git a/docs/procedureScala.typescript.md b/docs/procedureScala.typescript.md index 8855f1ba3..d26709f63 100644 --- a/docs/procedureScala.typescript.md +++ b/docs/procedureScala.typescript.md @@ -4,7 +4,7 @@ ### ProcedureScala -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala snowflake_procedure_scala}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala snowflake_procedure_scala}. #### Initializers @@ -631,7 +631,7 @@ The construct id used in the generated config for the ProcedureScala to import. The id of the existing ProcedureScala that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use --- @@ -1406,7 +1406,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} --- @@ -1422,7 +1422,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} --- @@ -1438,7 +1438,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} --- @@ -1475,7 +1475,7 @@ const procedureScalaConfig: procedureScala.ProcedureScalaConfig = { ... } | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | | externalAccessIntegrations | string[] | The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. | | imports | cdktf.IResolvable \| ProcedureScalaImports[] | imports block. | | isSecure | string | Specifies that the procedure is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | @@ -1571,7 +1571,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} --- @@ -1587,7 +1587,7 @@ Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} --- @@ -1603,7 +1603,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} --- @@ -1619,7 +1619,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} --- @@ -1633,7 +1633,7 @@ public readonly runtimeVersion: string; The language runtime version to use. Currently, the supported versions are: 2.12. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} --- @@ -1649,7 +1649,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} --- @@ -1665,7 +1665,7 @@ The Snowpark package is required for stored procedures, so it must always be pre For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} --- @@ -1679,7 +1679,7 @@ public readonly arguments: IResolvable | ProcedureScalaArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} --- @@ -1693,7 +1693,7 @@ public readonly comment: string; Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} --- @@ -1709,7 +1709,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} --- @@ -1725,7 +1725,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} --- @@ -1739,7 +1739,7 @@ public readonly externalAccessIntegrations: string[]; The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} --- @@ -1751,7 +1751,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1768,7 +1768,7 @@ public readonly imports: IResolvable | ProcedureScalaImports[]; imports block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} --- @@ -1784,7 +1784,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} --- @@ -1798,7 +1798,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} --- @@ -1812,7 +1812,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} --- @@ -1828,7 +1828,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} --- @@ -1844,7 +1844,7 @@ List of the names of packages deployed in Snowflake that should be included in t The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} --- @@ -1860,7 +1860,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} --- @@ -1874,7 +1874,7 @@ public readonly secrets: IResolvable | ProcedureScalaSecrets[]; secrets block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} --- @@ -1888,7 +1888,7 @@ public readonly targetPath: ProcedureScalaTargetPath; target_path block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} --- @@ -1902,7 +1902,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} --- @@ -1935,7 +1935,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -1951,7 +1951,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- @@ -2039,7 +2039,7 @@ public readonly secretId: string; Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} --- @@ -2053,7 +2053,7 @@ public readonly secretVariableName: string; The variable that will be used in handler code when retrieving information from the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} --- @@ -2097,7 +2097,7 @@ public readonly pathOnStage: string; Path for import on stage, without the leading `/`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} --- @@ -2113,7 +2113,7 @@ Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} --- diff --git a/docs/procedureSql.csharp.md b/docs/procedureSql.csharp.md index ce3ad437b..7e8153675 100644 --- a/docs/procedureSql.csharp.md +++ b/docs/procedureSql.csharp.md @@ -4,7 +4,7 @@ ### ProcedureSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql snowflake_procedure_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql snowflake_procedure_sql}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the ProcedureSql to import. The id of the existing ProcedureSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,7 @@ public string ArgDataType { get; set; } The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} --- @@ -1169,7 +1169,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} --- @@ -1185,7 +1185,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} --- @@ -1242,7 +1242,7 @@ new ProcedureSqlConfig { | Comment | string | Specifies a comment for the procedure. | | EnableConsoleOutput | object | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. | | IsSecure | string | Specifies that the procedure is secure. | | LogLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1333,7 +1333,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} --- @@ -1349,7 +1349,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} --- @@ -1365,7 +1365,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} --- @@ -1381,7 +1381,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} --- @@ -1397,7 +1397,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} --- @@ -1411,7 +1411,7 @@ public object Arguments { get; set; } arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#arguments} --- @@ -1425,7 +1425,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/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} --- @@ -1441,7 +1441,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} --- @@ -1457,7 +1457,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} --- @@ -1469,7 +1469,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} --- @@ -1502,7 +1502,7 @@ public string LogLevel { get; set; } LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} --- @@ -1516,7 +1516,7 @@ public string MetricLevel { get; set; } METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} --- @@ -1532,7 +1532,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} --- @@ -1546,7 +1546,7 @@ public string TraceLevel { get; set; } Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} --- diff --git a/docs/procedureSql.go.md b/docs/procedureSql.go.md index b93741c1e..765f7e059 100644 --- a/docs/procedureSql.go.md +++ b/docs/procedureSql.go.md @@ -4,7 +4,7 @@ ### ProcedureSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql snowflake_procedure_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql snowflake_procedure_sql}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the ProcedureSql to import. The id of the existing ProcedureSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use --- @@ -1153,7 +1153,7 @@ ArgDataType *string The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} --- @@ -1169,7 +1169,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} --- @@ -1185,7 +1185,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} --- @@ -1242,7 +1242,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/proceduresql" | Comment | *string | Specifies a comment for the procedure. | | EnableConsoleOutput | interface{} | Enable stdout/stderr fast path logging for anonyous stored procs. | | ExecuteAs | *string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. | | IsSecure | *string | Specifies that the procedure is secure. | | LogLevel | *string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | MetricLevel | *string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1333,7 +1333,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} --- @@ -1349,7 +1349,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} --- @@ -1365,7 +1365,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} --- @@ -1381,7 +1381,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} --- @@ -1397,7 +1397,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} --- @@ -1411,7 +1411,7 @@ Arguments interface{} arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#arguments} --- @@ -1425,7 +1425,7 @@ Comment *string Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} --- @@ -1441,7 +1441,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} --- @@ -1457,7 +1457,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} --- @@ -1469,7 +1469,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} --- @@ -1502,7 +1502,7 @@ LogLevel *string LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} --- @@ -1516,7 +1516,7 @@ MetricLevel *string METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} --- @@ -1532,7 +1532,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} --- @@ -1546,7 +1546,7 @@ TraceLevel *string Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} --- diff --git a/docs/procedureSql.java.md b/docs/procedureSql.java.md index b352912a3..9422beb43 100644 --- a/docs/procedureSql.java.md +++ b/docs/procedureSql.java.md @@ -4,7 +4,7 @@ ### ProcedureSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql snowflake_procedure_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql snowflake_procedure_sql}. #### Initializers @@ -63,7 +63,7 @@ ProcedureSql.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the procedure. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -140,7 +140,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} --- @@ -152,7 +152,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} --- @@ -164,7 +164,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} --- @@ -176,7 +176,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} --- @@ -188,7 +188,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} --- @@ -198,7 +198,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/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#arguments} --- @@ -208,7 +208,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/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} --- @@ -220,7 +220,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} --- @@ -232,7 +232,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} --- @@ -240,7 +240,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/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -255,7 +255,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} --- @@ -287,7 +287,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} --- @@ -807,7 +807,7 @@ The construct id used in the generated config for the ProcedureSql to import. The id of the existing ProcedureSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use --- @@ -1410,7 +1410,7 @@ public java.lang.String getArgDataType(); The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} --- @@ -1426,7 +1426,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} --- @@ -1442,7 +1442,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} --- @@ -1505,7 +1505,7 @@ ProcedureSqlConfig.builder() | comment | java.lang.String | Specifies a comment for the procedure. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | java.lang.String | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. | | isSecure | java.lang.String | Specifies that the procedure is secure. | | logLevel | java.lang.String | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | java.lang.String | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1596,7 +1596,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} --- @@ -1612,7 +1612,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} --- @@ -1628,7 +1628,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} --- @@ -1644,7 +1644,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} --- @@ -1660,7 +1660,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} --- @@ -1674,7 +1674,7 @@ public java.lang.Object getArguments(); arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#arguments} --- @@ -1688,7 +1688,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/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} --- @@ -1704,7 +1704,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} --- @@ -1720,7 +1720,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} --- @@ -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/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} --- @@ -1765,7 +1765,7 @@ public java.lang.String getLogLevel(); LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} --- @@ -1779,7 +1779,7 @@ public java.lang.String getMetricLevel(); METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} --- @@ -1795,7 +1795,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} --- @@ -1809,7 +1809,7 @@ public java.lang.String getTraceLevel(); Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} --- diff --git a/docs/procedureSql.python.md b/docs/procedureSql.python.md index bb36feb1f..385d03efc 100644 --- a/docs/procedureSql.python.md +++ b/docs/procedureSql.python.md @@ -4,7 +4,7 @@ ### ProcedureSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql snowflake_procedure_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql snowflake_procedure_sql}. #### Initializers @@ -59,7 +59,7 @@ procedureSql.ProcedureSql( | comment | str | Specifies a comment for the procedure. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -136,7 +136,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} --- @@ -148,7 +148,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} --- @@ -160,7 +160,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} --- @@ -172,7 +172,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} --- @@ -184,7 +184,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} --- @@ -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/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#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/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} --- @@ -216,7 +216,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} --- @@ -228,7 +228,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} --- @@ -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/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} --- @@ -283,7 +283,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} --- @@ -851,7 +851,7 @@ The construct id used in the generated config for the ProcedureSql to import. The id of the existing ProcedureSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use --- @@ -1454,7 +1454,7 @@ arg_data_type: str The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} --- @@ -1470,7 +1470,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} --- @@ -1486,7 +1486,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} --- @@ -1543,7 +1543,7 @@ procedureSql.ProcedureSqlConfig( | comment | str | Specifies a comment for the procedure. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | Enable stdout/stderr fast path logging for anonyous stored procs. | | execute_as | str | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. | | is_secure | str | Specifies that the procedure is secure. | | log_level | str | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metric_level | str | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1634,7 +1634,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} --- @@ -1650,7 +1650,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} --- @@ -1666,7 +1666,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} --- @@ -1682,7 +1682,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} --- @@ -1698,7 +1698,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} --- @@ -1712,7 +1712,7 @@ arguments: typing.Union[IResolvable, typing.List[ProcedureSqlArguments]] arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#arguments} --- @@ -1726,7 +1726,7 @@ comment: str Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} --- @@ -1742,7 +1742,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} --- @@ -1758,7 +1758,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} --- @@ -1770,7 +1770,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} --- @@ -1803,7 +1803,7 @@ log_level: str LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} --- @@ -1817,7 +1817,7 @@ metric_level: str METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} --- @@ -1833,7 +1833,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} --- @@ -1847,7 +1847,7 @@ trace_level: str Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} --- diff --git a/docs/procedureSql.typescript.md b/docs/procedureSql.typescript.md index 9184aa07d..ef59cbd56 100644 --- a/docs/procedureSql.typescript.md +++ b/docs/procedureSql.typescript.md @@ -4,7 +4,7 @@ ### ProcedureSql -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql snowflake_procedure_sql}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql snowflake_procedure_sql}. #### Initializers @@ -550,7 +550,7 @@ The construct id used in the generated config for the ProcedureSql to import. The id of the existing ProcedureSql that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use --- @@ -1149,7 +1149,7 @@ public readonly argDataType: string; The argument type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} --- @@ -1165,7 +1165,7 @@ The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} --- @@ -1181,7 +1181,7 @@ Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} --- @@ -1215,7 +1215,7 @@ const procedureSqlConfig: procedureSql.ProcedureSqlConfig = { ... } | comment | string | Specifies a comment for the procedure. | | enableConsoleOutput | boolean \| cdktf.IResolvable | Enable stdout/stderr fast path logging for anonyous stored procs. | | executeAs | string | Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. | | isSecure | string | Specifies that the procedure is secure. | | logLevel | string | LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). | | metricLevel | string | METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). | @@ -1306,7 +1306,7 @@ The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} --- @@ -1322,7 +1322,7 @@ The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} --- @@ -1338,7 +1338,7 @@ Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} --- @@ -1354,7 +1354,7 @@ Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} --- @@ -1370,7 +1370,7 @@ The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} --- @@ -1384,7 +1384,7 @@ public readonly arguments: IResolvable | ProcedureSqlArguments[]; arguments block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#arguments} --- @@ -1398,7 +1398,7 @@ public readonly comment: string; Specifies a comment for the procedure. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} --- @@ -1414,7 +1414,7 @@ Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} --- @@ -1430,7 +1430,7 @@ Specifies whether the stored procedure executes with the privileges of the owner If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} --- @@ -1442,7 +1442,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1461,7 +1461,7 @@ Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} --- @@ -1475,7 +1475,7 @@ public readonly logLevel: string; LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} --- @@ -1489,7 +1489,7 @@ public readonly metricLevel: string; METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} --- @@ -1505,7 +1505,7 @@ Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} --- @@ -1519,7 +1519,7 @@ public readonly traceLevel: string; Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} --- diff --git a/docs/provider.csharp.md b/docs/provider.csharp.md index ebf8a19f2..0631564dc 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/1.0.1/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs snowflake}. #### Initializers @@ -520,7 +520,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/1.0.1/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/1.0.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -1663,7 +1663,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} --- @@ -1677,7 +1677,7 @@ public string Alias { get; set; } Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} --- @@ -1691,7 +1691,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 options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1705,7 +1705,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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1721,7 +1721,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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1737,7 +1737,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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1753,7 +1753,7 @@ The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1767,7 +1767,7 @@ public string DisableConsoleLogin { get; set; } Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} --- @@ -1781,7 +1781,7 @@ public object DisableQueryContextCache { get; set; } Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1795,7 +1795,7 @@ public object DisableTelemetry { get; set; } Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1811,7 +1811,7 @@ Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} --- @@ -1827,7 +1827,7 @@ The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1843,7 +1843,7 @@ Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} --- @@ -1857,7 +1857,7 @@ public string IncludeRetryReason { get; set; } Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} --- @@ -1873,7 +1873,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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1889,7 +1889,7 @@ The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1903,7 +1903,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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -1919,7 +1919,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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -1935,7 +1935,7 @@ Login retry timeout in seconds EXCLUDING network roundtrip and read out http res Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -1951,7 +1951,7 @@ Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} --- @@ -1967,7 +1967,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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -1983,7 +1983,7 @@ The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} --- @@ -1999,7 +1999,7 @@ Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} --- @@ -2013,7 +2013,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). This field can not be set with environmental variables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#params SnowflakeProvider#params} --- @@ -2029,7 +2029,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/1.0.1/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} --- @@ -2045,7 +2045,7 @@ False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2061,7 +2061,7 @@ Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} --- @@ -2077,7 +2077,7 @@ Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} --- @@ -2093,7 +2093,7 @@ A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} --- @@ -2107,7 +2107,7 @@ public string PrivateKey { get; set; } Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key SnowflakeProvider#private_key} --- @@ -2123,7 +2123,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2137,7 +2137,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/1.0.1/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} --- @@ -2153,7 +2153,7 @@ A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} --- @@ -2169,7 +2169,7 @@ request retry timeout in seconds EXCLUDING network roundtrip and read out http r Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2185,7 +2185,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/1.0.1/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} --- @@ -2201,7 +2201,7 @@ Sets temporary directory used by the driver for operations like encrypting, comp Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} --- @@ -2217,7 +2217,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/1.0.1/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} --- @@ -2231,7 +2231,7 @@ public SnowflakeProviderTokenAccessor TokenAccessor { get; set; } token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2245,7 +2245,7 @@ public string User { get; set; } Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} --- @@ -2261,7 +2261,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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2277,7 +2277,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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2321,7 +2321,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/1.0.1/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_id SnowflakeProvider#client_id} --- @@ -2337,7 +2337,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/1.0.1/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2353,7 +2353,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/1.0.1/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2369,7 +2369,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/1.0.1/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2383,7 +2383,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/1.0.1/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.go.md b/docs/provider.go.md index 2388cf7fa..7bd6724d6 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/1.0.1/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs snowflake}. #### Initializers @@ -520,7 +520,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/1.0.1/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/1.0.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -1663,7 +1663,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} --- @@ -1677,7 +1677,7 @@ Alias *string Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} --- @@ -1691,7 +1691,7 @@ Authenticator *string Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1705,7 +1705,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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1721,7 +1721,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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1737,7 +1737,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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1753,7 +1753,7 @@ The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1767,7 +1767,7 @@ DisableConsoleLogin *string Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} --- @@ -1781,7 +1781,7 @@ DisableQueryContextCache interface{} Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1795,7 +1795,7 @@ DisableTelemetry interface{} Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1811,7 +1811,7 @@ Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} --- @@ -1827,7 +1827,7 @@ The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1843,7 +1843,7 @@ Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} --- @@ -1857,7 +1857,7 @@ IncludeRetryReason *string Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} --- @@ -1873,7 +1873,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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1889,7 +1889,7 @@ The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1903,7 +1903,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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -1919,7 +1919,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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -1935,7 +1935,7 @@ Login retry timeout in seconds EXCLUDING network roundtrip and read out http res Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -1951,7 +1951,7 @@ Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} --- @@ -1967,7 +1967,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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -1983,7 +1983,7 @@ The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} --- @@ -1999,7 +1999,7 @@ Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} --- @@ -2013,7 +2013,7 @@ Params *map[string]*string Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). This field can not be set with environmental variables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#params SnowflakeProvider#params} --- @@ -2029,7 +2029,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/1.0.1/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} --- @@ -2045,7 +2045,7 @@ False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2061,7 +2061,7 @@ Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} --- @@ -2077,7 +2077,7 @@ Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} --- @@ -2093,7 +2093,7 @@ A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} --- @@ -2107,7 +2107,7 @@ PrivateKey *string Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key SnowflakeProvider#private_key} --- @@ -2123,7 +2123,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2137,7 +2137,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/1.0.1/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} --- @@ -2153,7 +2153,7 @@ A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} --- @@ -2169,7 +2169,7 @@ request retry timeout in seconds EXCLUDING network roundtrip and read out http r Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2185,7 +2185,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/1.0.1/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} --- @@ -2201,7 +2201,7 @@ Sets temporary directory used by the driver for operations like encrypting, comp Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} --- @@ -2217,7 +2217,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/1.0.1/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} --- @@ -2231,7 +2231,7 @@ TokenAccessor SnowflakeProviderTokenAccessor token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2245,7 +2245,7 @@ User *string Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} --- @@ -2261,7 +2261,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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2277,7 +2277,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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2321,7 +2321,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/1.0.1/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_id SnowflakeProvider#client_id} --- @@ -2337,7 +2337,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/1.0.1/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2353,7 +2353,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/1.0.1/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2369,7 +2369,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/1.0.1/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2383,7 +2383,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/1.0.1/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.java.md b/docs/provider.java.md index db8769e55..f48917a4f 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/1.0.1/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs snowflake}. #### Initializers @@ -135,7 +135,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} --- @@ -145,7 +145,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/1.0.1/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} --- @@ -155,7 +155,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 options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} --- @@ -165,7 +165,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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_ip SnowflakeProvider#client_ip} --- @@ -177,7 +177,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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -189,7 +189,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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -201,7 +201,7 @@ The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -243,7 +243,7 @@ Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} --- @@ -255,7 +255,7 @@ The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -267,7 +267,7 @@ Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} --- @@ -289,7 +289,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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -301,7 +301,7 @@ The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -311,7 +311,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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -323,7 +323,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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -335,7 +335,7 @@ Login retry timeout in seconds EXCLUDING network roundtrip and read out http res Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -347,7 +347,7 @@ Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} --- @@ -359,7 +359,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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -371,7 +371,7 @@ The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} --- @@ -383,7 +383,7 @@ Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} --- @@ -393,7 +393,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). This field can not be set with environmental variables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#params SnowflakeProvider#params} --- @@ -405,7 +405,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/1.0.1/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} --- @@ -417,7 +417,7 @@ False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -429,7 +429,7 @@ Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} --- @@ -441,7 +441,7 @@ Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} --- @@ -453,7 +453,7 @@ A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} --- @@ -463,7 +463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key SnowflakeProvider#private_key} --- @@ -475,7 +475,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -485,7 +485,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/1.0.1/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} --- @@ -497,7 +497,7 @@ A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} --- @@ -509,7 +509,7 @@ request retry timeout in seconds EXCLUDING network roundtrip and read out http r Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -521,7 +521,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/1.0.1/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} --- @@ -533,7 +533,7 @@ Sets temporary directory used by the driver for operations like encrypting, comp Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} --- @@ -545,7 +545,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/1.0.1/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} --- @@ -555,7 +555,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/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -565,7 +565,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} --- @@ -577,7 +577,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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -589,7 +589,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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} --- @@ -1067,7 +1067,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/1.0.1/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/1.0.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -2215,7 +2215,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} --- @@ -2229,7 +2229,7 @@ public java.lang.String getAlias(); Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} --- @@ -2243,7 +2243,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 options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} --- @@ -2257,7 +2257,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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_ip SnowflakeProvider#client_ip} --- @@ -2273,7 +2273,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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -2289,7 +2289,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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -2305,7 +2305,7 @@ The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -2319,7 +2319,7 @@ public java.lang.String getDisableConsoleLogin(); Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} --- @@ -2333,7 +2333,7 @@ public java.lang.Object getDisableQueryContextCache(); Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -2347,7 +2347,7 @@ public java.lang.Object getDisableTelemetry(); Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -2363,7 +2363,7 @@ Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} --- @@ -2379,7 +2379,7 @@ The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -2395,7 +2395,7 @@ Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} --- @@ -2409,7 +2409,7 @@ public java.lang.String getIncludeRetryReason(); Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} --- @@ -2425,7 +2425,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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -2441,7 +2441,7 @@ The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -2455,7 +2455,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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2471,7 +2471,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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2487,7 +2487,7 @@ Login retry timeout in seconds EXCLUDING network roundtrip and read out http res Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2503,7 +2503,7 @@ Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} --- @@ -2519,7 +2519,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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2535,7 +2535,7 @@ The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2551,7 +2551,7 @@ Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} --- @@ -2565,7 +2565,7 @@ public java.util.Map getParams(); Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). This field can not be set with environmental variables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#params SnowflakeProvider#params} --- @@ -2581,7 +2581,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/1.0.1/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} --- @@ -2597,7 +2597,7 @@ False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2613,7 +2613,7 @@ Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} --- @@ -2629,7 +2629,7 @@ Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} --- @@ -2645,7 +2645,7 @@ A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} --- @@ -2659,7 +2659,7 @@ public java.lang.String getPrivateKey(); Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key SnowflakeProvider#private_key} --- @@ -2675,7 +2675,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2689,7 +2689,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/1.0.1/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} --- @@ -2705,7 +2705,7 @@ A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} --- @@ -2721,7 +2721,7 @@ request retry timeout in seconds EXCLUDING network roundtrip and read out http r Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2737,7 +2737,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/1.0.1/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} --- @@ -2753,7 +2753,7 @@ Sets temporary directory used by the driver for operations like encrypting, comp Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} --- @@ -2769,7 +2769,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/1.0.1/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} --- @@ -2783,7 +2783,7 @@ public SnowflakeProviderTokenAccessor getTokenAccessor(); token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2797,7 +2797,7 @@ public java.lang.String getUser(); Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} --- @@ -2813,7 +2813,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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2829,7 +2829,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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2873,7 +2873,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/1.0.1/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_id SnowflakeProvider#client_id} --- @@ -2889,7 +2889,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/1.0.1/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2905,7 +2905,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/1.0.1/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2921,7 +2921,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/1.0.1/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2935,7 +2935,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/1.0.1/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.python.md b/docs/provider.python.md index 737840b27..3ac2e87e8 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/1.0.1/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs snowflake}. #### Initializers @@ -132,7 +132,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} --- @@ -142,7 +142,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/1.0.1/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} --- @@ -152,7 +152,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 options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} --- @@ -162,7 +162,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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_ip SnowflakeProvider#client_ip} --- @@ -174,7 +174,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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -186,7 +186,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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -198,7 +198,7 @@ The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -240,7 +240,7 @@ Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} --- @@ -252,7 +252,7 @@ The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -264,7 +264,7 @@ Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} --- @@ -286,7 +286,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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -298,7 +298,7 @@ The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -308,7 +308,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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -320,7 +320,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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -332,7 +332,7 @@ Login retry timeout in seconds EXCLUDING network roundtrip and read out http res Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -344,7 +344,7 @@ Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} --- @@ -356,7 +356,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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -368,7 +368,7 @@ The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} --- @@ -380,7 +380,7 @@ Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} --- @@ -390,7 +390,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). This field can not be set with environmental variables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#params SnowflakeProvider#params} --- @@ -402,7 +402,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/1.0.1/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} --- @@ -414,7 +414,7 @@ False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -426,7 +426,7 @@ Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} --- @@ -438,7 +438,7 @@ Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} --- @@ -450,7 +450,7 @@ A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} --- @@ -460,7 +460,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key SnowflakeProvider#private_key} --- @@ -472,7 +472,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -482,7 +482,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/1.0.1/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} --- @@ -494,7 +494,7 @@ A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} --- @@ -506,7 +506,7 @@ request retry timeout in seconds EXCLUDING network roundtrip and read out http r Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -518,7 +518,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/1.0.1/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} --- @@ -530,7 +530,7 @@ Sets temporary directory used by the driver for operations like encrypting, comp Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} --- @@ -542,7 +542,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/1.0.1/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} --- @@ -552,7 +552,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/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -562,7 +562,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} --- @@ -574,7 +574,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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -586,7 +586,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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} --- @@ -1080,7 +1080,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/1.0.1/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/1.0.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -2223,7 +2223,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} --- @@ -2237,7 +2237,7 @@ alias: str Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} --- @@ -2251,7 +2251,7 @@ authenticator: str Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} --- @@ -2265,7 +2265,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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_ip SnowflakeProvider#client_ip} --- @@ -2281,7 +2281,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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -2297,7 +2297,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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -2313,7 +2313,7 @@ The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -2327,7 +2327,7 @@ disable_console_login: str Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} --- @@ -2341,7 +2341,7 @@ disable_query_context_cache: typing.Union[bool, IResolvable] Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -2355,7 +2355,7 @@ disable_telemetry: typing.Union[bool, IResolvable] Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -2371,7 +2371,7 @@ Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} --- @@ -2387,7 +2387,7 @@ The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -2403,7 +2403,7 @@ Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} --- @@ -2417,7 +2417,7 @@ include_retry_reason: str Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} --- @@ -2433,7 +2433,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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -2449,7 +2449,7 @@ The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -2463,7 +2463,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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -2479,7 +2479,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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -2495,7 +2495,7 @@ Login retry timeout in seconds EXCLUDING network roundtrip and read out http res Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -2511,7 +2511,7 @@ Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} --- @@ -2527,7 +2527,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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -2543,7 +2543,7 @@ The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} --- @@ -2559,7 +2559,7 @@ Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} --- @@ -2573,7 +2573,7 @@ params: typing.Mapping[str] Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). This field can not be set with environmental variables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#params SnowflakeProvider#params} --- @@ -2589,7 +2589,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/1.0.1/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} --- @@ -2605,7 +2605,7 @@ False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2621,7 +2621,7 @@ Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} --- @@ -2637,7 +2637,7 @@ Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} --- @@ -2653,7 +2653,7 @@ A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} --- @@ -2667,7 +2667,7 @@ private_key: str Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key SnowflakeProvider#private_key} --- @@ -2683,7 +2683,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2697,7 +2697,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/1.0.1/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} --- @@ -2713,7 +2713,7 @@ A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} --- @@ -2729,7 +2729,7 @@ request retry timeout in seconds EXCLUDING network roundtrip and read out http r Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2745,7 +2745,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/1.0.1/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} --- @@ -2761,7 +2761,7 @@ Sets temporary directory used by the driver for operations like encrypting, comp Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} --- @@ -2777,7 +2777,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/1.0.1/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} --- @@ -2791,7 +2791,7 @@ token_accessor: SnowflakeProviderTokenAccessor token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2805,7 +2805,7 @@ user: str Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} --- @@ -2821,7 +2821,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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2837,7 +2837,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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2881,7 +2881,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/1.0.1/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_id SnowflakeProvider#client_id} --- @@ -2897,7 +2897,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/1.0.1/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2913,7 +2913,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/1.0.1/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2929,7 +2929,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/1.0.1/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2943,7 +2943,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/1.0.1/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/provider.typescript.md b/docs/provider.typescript.md index 737d88856..ca91ba3ea 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/1.0.1/docs snowflake}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs snowflake}. #### Initializers @@ -520,7 +520,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/1.0.1/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/1.0.2/docs#import import section} in the documentation of this resource for the id to use --- @@ -1621,7 +1621,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} --- @@ -1635,7 +1635,7 @@ public readonly alias: string; Alias name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#alias SnowflakeProvider#alias} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} --- @@ -1649,7 +1649,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 options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} --- @@ -1663,7 +1663,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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_ip SnowflakeProvider#client_ip} --- @@ -1679,7 +1679,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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} --- @@ -1695,7 +1695,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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} --- @@ -1711,7 +1711,7 @@ The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} --- @@ -1725,7 +1725,7 @@ public readonly disableConsoleLogin: string; Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} --- @@ -1739,7 +1739,7 @@ public readonly disableQueryContextCache: boolean | IResolvable; Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} --- @@ -1753,7 +1753,7 @@ public readonly disableTelemetry: boolean | IResolvable; Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} --- @@ -1769,7 +1769,7 @@ Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} --- @@ -1785,7 +1785,7 @@ The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} --- @@ -1801,7 +1801,7 @@ Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} --- @@ -1815,7 +1815,7 @@ public readonly includeRetryReason: string; Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} --- @@ -1831,7 +1831,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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} --- @@ -1847,7 +1847,7 @@ The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} --- @@ -1861,7 +1861,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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} --- @@ -1877,7 +1877,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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} --- @@ -1893,7 +1893,7 @@ Login retry timeout in seconds EXCLUDING network roundtrip and read out http res Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} --- @@ -1909,7 +1909,7 @@ Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} --- @@ -1925,7 +1925,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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} --- @@ -1941,7 +1941,7 @@ The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} --- @@ -1957,7 +1957,7 @@ Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} --- @@ -1971,7 +1971,7 @@ public readonly params: {[ key: string ]: string}; Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). This field can not be set with environmental variables. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#params SnowflakeProvider#params} --- @@ -1987,7 +1987,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/1.0.1/docs#passcode SnowflakeProvider#passcode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} --- @@ -2003,7 +2003,7 @@ False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} --- @@ -2019,7 +2019,7 @@ Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} --- @@ -2035,7 +2035,7 @@ Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} --- @@ -2051,7 +2051,7 @@ A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} --- @@ -2065,7 +2065,7 @@ public readonly privateKey: string; Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key SnowflakeProvider#private_key} --- @@ -2081,7 +2081,7 @@ Supports the encryption ciphers aes-128-cbc, aes-128-gcm, aes-192-cbc, aes-192-g Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} --- @@ -2095,7 +2095,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/1.0.1/docs#profile SnowflakeProvider#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} --- @@ -2111,7 +2111,7 @@ A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} --- @@ -2127,7 +2127,7 @@ request retry timeout in seconds EXCLUDING network roundtrip and read out http r Can also be sourced from the `SNOWFLAKE_REQUEST_TIMEOUT` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#request_timeout SnowflakeProvider#request_timeout} --- @@ -2143,7 +2143,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/1.0.1/docs#role SnowflakeProvider#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} --- @@ -2159,7 +2159,7 @@ Sets temporary directory used by the driver for operations like encrypting, comp Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} --- @@ -2175,7 +2175,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/1.0.1/docs#token SnowflakeProvider#token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} --- @@ -2189,7 +2189,7 @@ public readonly tokenAccessor: SnowflakeProviderTokenAccessor; token_accessor block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} --- @@ -2203,7 +2203,7 @@ public readonly user: string; Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} --- @@ -2219,7 +2219,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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} --- @@ -2235,7 +2235,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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} --- @@ -2273,7 +2273,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/1.0.1/docs#client_id SnowflakeProvider#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_id SnowflakeProvider#client_id} --- @@ -2289,7 +2289,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/1.0.1/docs#client_secret SnowflakeProvider#client_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_secret SnowflakeProvider#client_secret} --- @@ -2305,7 +2305,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/1.0.1/docs#redirect_uri SnowflakeProvider#redirect_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#redirect_uri SnowflakeProvider#redirect_uri} --- @@ -2321,7 +2321,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/1.0.1/docs#refresh_token SnowflakeProvider#refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#refresh_token SnowflakeProvider#refresh_token} --- @@ -2335,7 +2335,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/1.0.1/docs#token_endpoint SnowflakeProvider#token_endpoint} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_endpoint SnowflakeProvider#token_endpoint} --- diff --git a/docs/resourceMonitor.csharp.md b/docs/resourceMonitor.csharp.md index a6e76cb27..0be4f19a8 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/1.0.1/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -530,7 +530,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/1.0.1/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/1.0.2/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1010,7 +1010,7 @@ new ResourceMonitorConfig { | CreditQuota | double | The number of credits allocated to the resource monitor per frequency interval. | | 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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#id ResourceMonitor#id}. | | NotifyTriggers | double[] | Specifies a list of percentages of the credit quota. | | NotifyUsers | string[] | Specifies the list of users (their identifiers) to receive email notifications on resource monitors. | | StartTimestamp | string | The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. | @@ -1101,7 +1101,7 @@ Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1117,7 +1117,7 @@ The number of credits allocated to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1131,7 +1131,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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1147,7 +1147,7 @@ The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1159,7 +1159,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1178,7 +1178,7 @@ Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1194,7 +1194,7 @@ Specifies the list of users (their identifiers) to receive email notifications o For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1210,7 +1210,7 @@ The date and time when the resource monitor starts monitoring credit usage for t If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1226,7 +1226,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1242,7 +1242,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- diff --git a/docs/resourceMonitor.go.md b/docs/resourceMonitor.go.md index dc1618616..917265736 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/1.0.1/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -530,7 +530,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/1.0.1/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/1.0.2/docs/resources/resource_monitor#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/v12/resourcemonit | CreditQuota | *f64 | The number of credits allocated to the resource monitor per frequency interval. | | 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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#id ResourceMonitor#id}. | | NotifyTriggers | *[]*f64 | Specifies a list of percentages of the credit quota. | | NotifyUsers | *[]*string | Specifies the list of users (their identifiers) to receive email notifications on resource monitors. | | StartTimestamp | *string | The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. | @@ -1101,7 +1101,7 @@ Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1117,7 +1117,7 @@ The number of credits allocated to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1131,7 +1131,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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1147,7 +1147,7 @@ The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1159,7 +1159,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1178,7 +1178,7 @@ Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1194,7 +1194,7 @@ Specifies the list of users (their identifiers) to receive email notifications o For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1210,7 +1210,7 @@ The date and time when the resource monitor starts monitoring credit usage for t If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1226,7 +1226,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1242,7 +1242,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- diff --git a/docs/resourceMonitor.java.md b/docs/resourceMonitor.java.md index 132d9e2b3..c84317ba9 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/1.0.1/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -51,7 +51,7 @@ ResourceMonitor.Builder.create(Construct scope, java.lang.String id) | creditQuota | java.lang.Number | The number of credits allocated to the resource monitor per frequency interval. | | 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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | java.util.List | Specifies a list of percentages of the credit quota. | | notifyUsers | java.util.List | Specifies the list of users (their identifiers) to receive email notifications on resource monitors. | | startTimestamp | java.lang.String | The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. | @@ -128,7 +128,7 @@ Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -140,7 +140,7 @@ The number of credits allocated to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -150,7 +150,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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -162,7 +162,7 @@ The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -170,7 +170,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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -197,7 +197,7 @@ Specifies the list of users (their identifiers) to receive email notifications o For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -209,7 +209,7 @@ The date and time when the resource monitor starts monitoring credit usage for t If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -221,7 +221,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -233,7 +233,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -723,7 +723,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/1.0.1/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/1.0.2/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1207,7 +1207,7 @@ ResourceMonitorConfig.builder() | creditQuota | java.lang.Number | The number of credits allocated to the resource monitor per frequency interval. | | 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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | java.util.List | Specifies a list of percentages of the credit quota. | | notifyUsers | java.util.List | Specifies the list of users (their identifiers) to receive email notifications on resource monitors. | | startTimestamp | java.lang.String | The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. | @@ -1298,7 +1298,7 @@ Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1314,7 +1314,7 @@ The number of credits allocated to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1328,7 +1328,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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1344,7 +1344,7 @@ The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1356,7 +1356,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1375,7 +1375,7 @@ Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1391,7 +1391,7 @@ Specifies the list of users (their identifiers) to receive email notifications o For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1407,7 +1407,7 @@ The date and time when the resource monitor starts monitoring credit usage for t If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1423,7 +1423,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1439,7 +1439,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- diff --git a/docs/resourceMonitor.python.md b/docs/resourceMonitor.python.md index 786a1b95a..9a38473e4 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/1.0.1/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -49,7 +49,7 @@ resourceMonitor.ResourceMonitor( | credit_quota | typing.Union[int, float] | The number of credits allocated to the resource monitor per frequency interval. | | 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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notify_triggers | typing.List[typing.Union[int, float]] | Specifies a list of percentages of the credit quota. | | notify_users | typing.List[str] | Specifies the list of users (their identifiers) to receive email notifications on resource monitors. | | start_timestamp | str | The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. | @@ -126,7 +126,7 @@ Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -138,7 +138,7 @@ The number of credits allocated to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -148,7 +148,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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -160,7 +160,7 @@ The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -183,7 +183,7 @@ Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -195,7 +195,7 @@ Specifies the list of users (their identifiers) to receive email notifications o For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -207,7 +207,7 @@ The date and time when the resource monitor starts monitoring credit usage for t If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -219,7 +219,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -231,7 +231,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- @@ -767,7 +767,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/1.0.1/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/1.0.2/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -1247,7 +1247,7 @@ resourceMonitor.ResourceMonitorConfig( | credit_quota | typing.Union[int, float] | The number of credits allocated to the resource monitor per frequency interval. | | 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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notify_triggers | typing.List[typing.Union[int, float]] | Specifies a list of percentages of the credit quota. | | notify_users | typing.List[str] | Specifies the list of users (their identifiers) to receive email notifications on resource monitors. | | start_timestamp | str | The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. | @@ -1338,7 +1338,7 @@ Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1354,7 +1354,7 @@ The number of credits allocated to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1368,7 +1368,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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1384,7 +1384,7 @@ The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1396,7 +1396,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1415,7 +1415,7 @@ Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1431,7 +1431,7 @@ Specifies the list of users (their identifiers) to receive email notifications o For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1447,7 +1447,7 @@ The date and time when the resource monitor starts monitoring credit usage for t If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1463,7 +1463,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1479,7 +1479,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- diff --git a/docs/resourceMonitor.typescript.md b/docs/resourceMonitor.typescript.md index 7ec93f826..3fc6be3a3 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/1.0.1/docs/resources/resource_monitor snowflake_resource_monitor}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor snowflake_resource_monitor}. #### Initializers @@ -530,7 +530,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/1.0.1/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/1.0.2/docs/resources/resource_monitor#import import section} in the documentation of this resource for the id to use --- @@ -992,7 +992,7 @@ const resourceMonitorConfig: resourceMonitor.ResourceMonitorConfig = { ... } | creditQuota | number | The number of credits allocated to the resource monitor per frequency interval. | | 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/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#id ResourceMonitor#id}. | | notifyTriggers | number[] | Specifies a list of percentages of the credit quota. | | notifyUsers | string[] | Specifies the list of users (their identifiers) to receive email notifications on resource monitors. | | startTimestamp | string | The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. | @@ -1083,7 +1083,7 @@ Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} --- @@ -1099,7 +1099,7 @@ The number of credits allocated to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} --- @@ -1113,7 +1113,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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} --- @@ -1129,7 +1129,7 @@ The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} --- @@ -1141,7 +1141,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1160,7 +1160,7 @@ Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} --- @@ -1176,7 +1176,7 @@ Specifies the list of users (their identifiers) to receive email notifications o For more information about this resource, see [docs](./user). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} --- @@ -1192,7 +1192,7 @@ The date and time when the resource monitor starts monitoring credit usage for t If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} --- @@ -1208,7 +1208,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} --- @@ -1224,7 +1224,7 @@ Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} --- diff --git a/docs/rowAccessPolicy.csharp.md b/docs/rowAccessPolicy.csharp.md index 9866eb20a..649519b44 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/1.0.1/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -494,7 +494,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/1.0.1/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/1.0.2/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ public string Name { get; set; } The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -922,7 +922,7 @@ public string Type { get; set; } The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#type RowAccessPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#type RowAccessPolicy#type} --- @@ -968,7 +968,7 @@ new RowAccessPolicyConfig { | Name | string | Specifies the identifier for the row access policy; | | Schema | string | The schema in which to create the row access policy. | | 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/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1052,7 +1052,7 @@ public object Argument { get; set; } argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} --- @@ -1068,7 +1068,7 @@ Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} --- @@ -1084,7 +1084,7 @@ The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1100,7 +1100,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1116,7 +1116,7 @@ The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1130,7 +1130,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/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1142,7 +1142,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 80a672db4..a5a198f41 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/1.0.1/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -494,7 +494,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/1.0.1/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/1.0.2/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ Name *string The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -922,7 +922,7 @@ Type *string The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#type RowAccessPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#type RowAccessPolicy#type} --- @@ -968,7 +968,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/rowaccesspoli | Name | *string | Specifies the identifier for the row access policy; | | Schema | *string | The schema in which to create the row access policy. | | 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/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1052,7 +1052,7 @@ Argument interface{} argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} --- @@ -1068,7 +1068,7 @@ Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} --- @@ -1084,7 +1084,7 @@ The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1100,7 +1100,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1116,7 +1116,7 @@ The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1130,7 +1130,7 @@ Comment *string Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1142,7 +1142,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 99067fb64..a15f20fa8 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/1.0.1/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -51,7 +51,7 @@ RowAccessPolicy.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | Specifies the identifier for the row access policy; | | schema | java.lang.String | The schema in which to create the row access policy. | | 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/1.0.1/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/1.0.2/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} --- @@ -133,7 +133,7 @@ Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} --- @@ -145,7 +145,7 @@ The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -157,7 +157,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -169,7 +169,7 @@ The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -179,7 +179,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/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#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/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -644,7 +644,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/1.0.1/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/1.0.2/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -1058,7 +1058,7 @@ public java.lang.String getName(); The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1072,7 +1072,7 @@ public java.lang.String getType(); The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#type RowAccessPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#type RowAccessPolicy#type} --- @@ -1123,7 +1123,7 @@ RowAccessPolicyConfig.builder() | name | java.lang.String | Specifies the identifier for the row access policy; | | schema | java.lang.String | The schema in which to create the row access policy. | | 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/1.0.1/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/1.0.2/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1207,7 +1207,7 @@ public java.lang.Object getArgument(); argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} --- @@ -1223,7 +1223,7 @@ Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} --- @@ -1239,7 +1239,7 @@ The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1255,7 +1255,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1271,7 +1271,7 @@ The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1285,7 +1285,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/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1297,7 +1297,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 fb32132c4..a9903204f 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/1.0.1/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -48,7 +48,7 @@ rowAccessPolicy.RowAccessPolicy( | name | str | Specifies the identifier for the row access policy; | | schema | str | The schema in which to create the row access policy. | | 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/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} --- @@ -130,7 +130,7 @@ Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} --- @@ -142,7 +142,7 @@ The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -154,7 +154,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -166,7 +166,7 @@ The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -176,7 +176,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/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -184,7 +184,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/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -689,7 +689,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/1.0.1/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/1.0.2/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -1103,7 +1103,7 @@ name: str The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1117,7 +1117,7 @@ type: str The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#type RowAccessPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#type RowAccessPolicy#type} --- @@ -1163,7 +1163,7 @@ rowAccessPolicy.RowAccessPolicyConfig( | name | str | Specifies the identifier for the row access policy; | | schema | str | The schema in which to create the row access policy. | | 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/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1247,7 +1247,7 @@ argument: typing.Union[IResolvable, typing.List[RowAccessPolicyArgument]] argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} --- @@ -1263,7 +1263,7 @@ Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} --- @@ -1279,7 +1279,7 @@ The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1295,7 +1295,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1311,7 +1311,7 @@ The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1325,7 +1325,7 @@ comment: str Specifies a comment for the row access policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1337,7 +1337,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 46c31b32d..488803e93 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/1.0.1/docs/resources/row_access_policy snowflake_row_access_policy}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy snowflake_row_access_policy}. #### Initializers @@ -494,7 +494,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/1.0.1/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/1.0.2/docs/resources/row_access_policy#import import section} in the documentation of this resource for the id to use --- @@ -905,7 +905,7 @@ public readonly name: string; The argument name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -919,7 +919,7 @@ public readonly type: string; The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#type RowAccessPolicy#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#type RowAccessPolicy#type} --- @@ -950,7 +950,7 @@ const rowAccessPolicyConfig: rowAccessPolicy.RowAccessPolicyConfig = { ... } | name | string | Specifies the identifier for the row access policy; | | schema | string | The schema in which to create the row access policy. | | 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/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#id RowAccessPolicy#id}. | --- @@ -1034,7 +1034,7 @@ public readonly argument: IResolvable | RowAccessPolicyArgument[]; argument block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} --- @@ -1050,7 +1050,7 @@ Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} --- @@ -1066,7 +1066,7 @@ The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} --- @@ -1082,7 +1082,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} --- @@ -1098,7 +1098,7 @@ The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} --- @@ -1112,7 +1112,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/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#comment} --- @@ -1124,7 +1124,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/saml2Integration.csharp.md b/docs/saml2Integration.csharp.md index 627d2105a..d306ed988 100644 --- a/docs/saml2Integration.csharp.md +++ b/docs/saml2Integration.csharp.md @@ -4,7 +4,7 @@ ### Saml2Integration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration snowflake_saml2_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration snowflake_saml2_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the Saml2Integration to import The id of the existing Saml2Integration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_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/1.0.2/docs/resources/saml2_integration#import import section} in the documentation of this resource for the id to use --- @@ -1238,7 +1238,7 @@ new Saml2IntegrationConfig { | AllowedUserDomains | string[] | A list of email domains that can authenticate with a SAML2 security integration. | | Comment | string | Specifies a comment for the integration. | | Enabled | string | Specifies whether this security integration is enabled or disabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. | | Saml2EnableSpInitiated | string | The Boolean indicating if the Log In With button will be shown on the login page. | | Saml2ForceAuthn | string | 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. | @@ -1332,7 +1332,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#name} --- @@ -1346,7 +1346,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/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} --- @@ -1360,7 +1360,7 @@ public string Saml2Provider { get; set; } The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} --- @@ -1374,7 +1374,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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} --- @@ -1388,7 +1388,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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} --- @@ -1404,7 +1404,7 @@ A list of regular expressions that email addresses are matched against to authen If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} --- @@ -1420,7 +1420,7 @@ A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} --- @@ -1434,7 +1434,7 @@ public string Comment { get; set; } Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} --- @@ -1450,7 +1450,7 @@ Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} --- @@ -1462,7 +1462,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1481,7 +1481,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} --- @@ -1497,7 +1497,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} --- @@ -1513,7 +1513,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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} --- @@ -1527,7 +1527,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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} --- @@ -1543,7 +1543,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} --- @@ -1559,7 +1559,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} --- @@ -1575,7 +1575,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} --- @@ -1591,7 +1591,7 @@ The string containing the label to display after the Log In With button on the l If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/saml2Integration.go.md b/docs/saml2Integration.go.md index 1a41ca5d7..0e0e80a56 100644 --- a/docs/saml2Integration.go.md +++ b/docs/saml2Integration.go.md @@ -4,7 +4,7 @@ ### Saml2Integration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration snowflake_saml2_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration snowflake_saml2_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the Saml2Integration to import The id of the existing Saml2Integration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_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/1.0.2/docs/resources/saml2_integration#import import section} in the documentation of this resource for the id to use --- @@ -1238,7 +1238,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/saml2integrat | AllowedUserDomains | *[]*string | A list of email domains that can authenticate with a SAML2 security integration. | | Comment | *string | Specifies a comment for the integration. | | Enabled | *string | Specifies whether this security integration is enabled or disabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. | | Saml2EnableSpInitiated | *string | The Boolean indicating if the Log In With button will be shown on the login page. | | Saml2ForceAuthn | *string | 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. | @@ -1332,7 +1332,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#name} --- @@ -1346,7 +1346,7 @@ Saml2Issuer *string The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} --- @@ -1360,7 +1360,7 @@ Saml2Provider *string The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} --- @@ -1374,7 +1374,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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} --- @@ -1388,7 +1388,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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} --- @@ -1404,7 +1404,7 @@ A list of regular expressions that email addresses are matched against to authen If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} --- @@ -1420,7 +1420,7 @@ A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} --- @@ -1434,7 +1434,7 @@ Comment *string Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} --- @@ -1450,7 +1450,7 @@ Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} --- @@ -1462,7 +1462,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1481,7 +1481,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} --- @@ -1497,7 +1497,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} --- @@ -1513,7 +1513,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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} --- @@ -1527,7 +1527,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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} --- @@ -1543,7 +1543,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} --- @@ -1559,7 +1559,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} --- @@ -1575,7 +1575,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} --- @@ -1591,7 +1591,7 @@ The string containing the label to display after the Log In With button on the l If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/saml2Integration.java.md b/docs/saml2Integration.java.md index 018d1b994..fad311670 100644 --- a/docs/saml2Integration.java.md +++ b/docs/saml2Integration.java.md @@ -4,7 +4,7 @@ ### Saml2Integration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration snowflake_saml2_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration snowflake_saml2_integration}. #### Initializers @@ -64,7 +64,7 @@ Saml2Integration.Builder.create(Construct scope, java.lang.String id) | allowedUserDomains | java.util.List | A list of email domains that can authenticate with a SAML2 security integration. | | comment | java.lang.String | Specifies a comment for the integration. | | enabled | java.lang.String | 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/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. | | saml2EnableSpInitiated | java.lang.String | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | java.lang.String | 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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#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/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} --- @@ -196,7 +196,7 @@ A list of regular expressions that email addresses are matched against to authen If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} --- @@ -208,7 +208,7 @@ A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} --- @@ -230,7 +230,7 @@ Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} --- @@ -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/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -253,7 +253,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} --- @@ -265,7 +265,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} --- @@ -277,7 +277,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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} --- @@ -287,7 +287,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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} --- @@ -299,7 +299,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} --- @@ -311,7 +311,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} --- @@ -323,7 +323,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} --- @@ -335,7 +335,7 @@ The string containing the label to display after the Log In With button on the l If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} --- @@ -853,7 +853,7 @@ The construct id used in the generated config for the Saml2Integration to import The id of the existing Saml2Integration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_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/1.0.2/docs/resources/saml2_integration#import import section} in the documentation of this resource for the id to use --- @@ -1537,7 +1537,7 @@ Saml2IntegrationConfig.builder() | allowedUserDomains | java.util.List | A list of email domains that can authenticate with a SAML2 security integration. | | comment | java.lang.String | Specifies a comment for the integration. | | enabled | java.lang.String | 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/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. | | saml2EnableSpInitiated | java.lang.String | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | java.lang.String | 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. | @@ -1631,7 +1631,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#name} --- @@ -1645,7 +1645,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/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} --- @@ -1659,7 +1659,7 @@ public java.lang.String getSaml2Provider(); The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} --- @@ -1673,7 +1673,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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} --- @@ -1687,7 +1687,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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} --- @@ -1703,7 +1703,7 @@ A list of regular expressions that email addresses are matched against to authen If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} --- @@ -1719,7 +1719,7 @@ A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} --- @@ -1733,7 +1733,7 @@ public java.lang.String getComment(); Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} --- @@ -1749,7 +1749,7 @@ Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} --- @@ -1761,7 +1761,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1780,7 +1780,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} --- @@ -1796,7 +1796,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} --- @@ -1812,7 +1812,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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} --- @@ -1826,7 +1826,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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} --- @@ -1842,7 +1842,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} --- @@ -1858,7 +1858,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} --- @@ -1874,7 +1874,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} --- @@ -1890,7 +1890,7 @@ The string containing the label to display after the Log In With button on the l If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/saml2Integration.python.md b/docs/saml2Integration.python.md index f4cd12b89..418517697 100644 --- a/docs/saml2Integration.python.md +++ b/docs/saml2Integration.python.md @@ -4,7 +4,7 @@ ### Saml2Integration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration snowflake_saml2_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration snowflake_saml2_integration}. #### Initializers @@ -62,7 +62,7 @@ saml2Integration.Saml2Integration( | allowed_user_domains | typing.List[str] | A list of email domains that can authenticate with a SAML2 security integration. | | comment | str | Specifies a comment for the integration. | | enabled | str | Specifies whether this security integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. | | saml2_enable_sp_initiated | str | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2_force_authn | str | 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. | @@ -142,7 +142,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#name} --- @@ -152,7 +152,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/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} --- @@ -172,7 +172,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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} --- @@ -182,7 +182,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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} --- @@ -194,7 +194,7 @@ A list of regular expressions that email addresses are matched against to authen If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} --- @@ -206,7 +206,7 @@ A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} --- @@ -228,7 +228,7 @@ Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} --- @@ -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/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} --- @@ -263,7 +263,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} --- @@ -275,7 +275,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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} --- @@ -285,7 +285,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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} --- @@ -297,7 +297,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} --- @@ -309,7 +309,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} --- @@ -321,7 +321,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} --- @@ -333,7 +333,7 @@ The string containing the label to display after the Log In With button on the l If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} --- @@ -897,7 +897,7 @@ The construct id used in the generated config for the Saml2Integration to import The id of the existing Saml2Integration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_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/1.0.2/docs/resources/saml2_integration#import import section} in the documentation of this resource for the id to use --- @@ -1577,7 +1577,7 @@ saml2Integration.Saml2IntegrationConfig( | allowed_user_domains | typing.List[str] | A list of email domains that can authenticate with a SAML2 security integration. | | comment | str | Specifies a comment for the integration. | | enabled | str | Specifies whether this security integration is enabled or disabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. | | saml2_enable_sp_initiated | str | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2_force_authn | str | 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. | @@ -1671,7 +1671,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#name} --- @@ -1685,7 +1685,7 @@ saml2_issuer: str The string containing the IdP EntityID / Issuer. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} --- @@ -1699,7 +1699,7 @@ saml2_provider: str The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} --- @@ -1713,7 +1713,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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} --- @@ -1727,7 +1727,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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} --- @@ -1743,7 +1743,7 @@ A list of regular expressions that email addresses are matched against to authen If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} --- @@ -1759,7 +1759,7 @@ A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} --- @@ -1773,7 +1773,7 @@ comment: str Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} --- @@ -1789,7 +1789,7 @@ Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} --- @@ -1801,7 +1801,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1820,7 +1820,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} --- @@ -1836,7 +1836,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} --- @@ -1852,7 +1852,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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} --- @@ -1866,7 +1866,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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} --- @@ -1882,7 +1882,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} --- @@ -1898,7 +1898,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} --- @@ -1914,7 +1914,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} --- @@ -1930,7 +1930,7 @@ The string containing the label to display after the Log In With button on the l If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/saml2Integration.typescript.md b/docs/saml2Integration.typescript.md index e221916b5..d5dcef9f1 100644 --- a/docs/saml2Integration.typescript.md +++ b/docs/saml2Integration.typescript.md @@ -4,7 +4,7 @@ ### Saml2Integration -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration snowflake_saml2_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration snowflake_saml2_integration}. #### Initializers @@ -558,7 +558,7 @@ The construct id used in the generated config for the Saml2Integration to import The id of the existing Saml2Integration that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_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/1.0.2/docs/resources/saml2_integration#import import section} in the documentation of this resource for the id to use --- @@ -1212,7 +1212,7 @@ const saml2IntegrationConfig: saml2Integration.Saml2IntegrationConfig = { ... } | allowedUserDomains | string[] | A list of email domains that can authenticate with a SAML2 security integration. | | comment | string | Specifies a comment for the integration. | | enabled | string | Specifies whether this security integration is enabled or disabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. | | saml2EnableSpInitiated | string | The Boolean indicating if the Log In With button will be shown on the login page. | | saml2ForceAuthn | string | 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. | @@ -1306,7 +1306,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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#name} --- @@ -1320,7 +1320,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/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} --- @@ -1334,7 +1334,7 @@ public readonly saml2Provider: string; The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} --- @@ -1348,7 +1348,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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} --- @@ -1362,7 +1362,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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} --- @@ -1378,7 +1378,7 @@ A list of regular expressions that email addresses are matched against to authen If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} --- @@ -1394,7 +1394,7 @@ A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} --- @@ -1408,7 +1408,7 @@ public readonly comment: string; Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} --- @@ -1424,7 +1424,7 @@ Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} --- @@ -1436,7 +1436,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1455,7 +1455,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} --- @@ -1471,7 +1471,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} --- @@ -1487,7 +1487,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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} --- @@ -1501,7 +1501,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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} --- @@ -1517,7 +1517,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} --- @@ -1533,7 +1533,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} --- @@ -1549,7 +1549,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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} --- @@ -1565,7 +1565,7 @@ The string containing the label to display after the Log In With button on the l If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} --- diff --git a/docs/schema.csharp.md b/docs/schema.csharp.md index 9f8d47973..969f06261 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/1.0.1/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema snowflake_schema}. #### Initializers @@ -614,7 +614,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/1.0.1/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/1.0.2/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1419,7 +1419,7 @@ new SchemaConfig { | DefaultDdlCollation | string | Specifies a default collation specification for all schemas and tables added to the database. | | EnableConsoleOutput | object | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#id Schema#id}. | | IsTransient | string | Specifies the schema as transient. | | LogLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | MaxDataExtensionTimeInDays | double | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1519,7 +1519,7 @@ The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} --- @@ -1535,7 +1535,7 @@ Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} --- @@ -1549,7 +1549,7 @@ public string Catalog { get; set; } The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} --- @@ -1563,7 +1563,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/1.0.1/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#comment Schema#comment} --- @@ -1579,7 +1579,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} --- @@ -1595,7 +1595,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} --- @@ -1609,7 +1609,7 @@ public object EnableConsoleOutput { get; set; } If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} --- @@ -1623,7 +1623,7 @@ public string ExternalVolume { get; set; } The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} --- @@ -1635,7 +1635,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1654,7 +1654,7 @@ Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1670,7 +1670,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} --- @@ -1686,7 +1686,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} --- @@ -1702,7 +1702,7 @@ Specifies whether to pause a running pipe, primarily in preparation for transfer For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} --- @@ -1716,7 +1716,7 @@ public object QuotedIdentifiersIgnoreCase { get; set; } If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} --- @@ -1732,7 +1732,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} --- @@ -1748,7 +1748,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} --- @@ -1764,7 +1764,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} --- @@ -1778,7 +1778,7 @@ public double TaskAutoRetryAttempts { get; set; } Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} --- @@ -1794,7 +1794,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} --- @@ -1810,7 +1810,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} --- @@ -1824,7 +1824,7 @@ public double UserTaskMinimumTriggerIntervalInSeconds { get; set; } Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} --- @@ -1838,7 +1838,7 @@ public double UserTaskTimeoutMs { get; set; } User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} --- @@ -1854,7 +1854,7 @@ Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} --- diff --git a/docs/schema.go.md b/docs/schema.go.md index 115ca15d0..e20eda443 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/1.0.1/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema snowflake_schema}. #### Initializers @@ -614,7 +614,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/1.0.1/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/1.0.2/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1419,7 +1419,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/schema" | DefaultDdlCollation | *string | Specifies a default collation specification for all schemas and tables added to the database. | | EnableConsoleOutput | interface{} | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | *string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#id Schema#id}. | | IsTransient | *string | Specifies the schema as transient. | | LogLevel | *string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | MaxDataExtensionTimeInDays | *f64 | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1519,7 +1519,7 @@ The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} --- @@ -1535,7 +1535,7 @@ Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} --- @@ -1549,7 +1549,7 @@ Catalog *string The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} --- @@ -1563,7 +1563,7 @@ Comment *string Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#comment Schema#comment} --- @@ -1579,7 +1579,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} --- @@ -1595,7 +1595,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} --- @@ -1609,7 +1609,7 @@ EnableConsoleOutput interface{} If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} --- @@ -1623,7 +1623,7 @@ ExternalVolume *string The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} --- @@ -1635,7 +1635,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1654,7 +1654,7 @@ Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1670,7 +1670,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} --- @@ -1686,7 +1686,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} --- @@ -1702,7 +1702,7 @@ Specifies whether to pause a running pipe, primarily in preparation for transfer For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} --- @@ -1716,7 +1716,7 @@ QuotedIdentifiersIgnoreCase interface{} If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} --- @@ -1732,7 +1732,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} --- @@ -1748,7 +1748,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} --- @@ -1764,7 +1764,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} --- @@ -1778,7 +1778,7 @@ TaskAutoRetryAttempts *f64 Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} --- @@ -1794,7 +1794,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} --- @@ -1810,7 +1810,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} --- @@ -1824,7 +1824,7 @@ UserTaskMinimumTriggerIntervalInSeconds *f64 Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} --- @@ -1838,7 +1838,7 @@ UserTaskTimeoutMs *f64 User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} --- @@ -1854,7 +1854,7 @@ Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} --- diff --git a/docs/schema.java.md b/docs/schema.java.md index df7c0726d..249b3c676 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/1.0.1/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema snowflake_schema}. #### Initializers @@ -72,7 +72,7 @@ Schema.Builder.create(Construct scope, java.lang.String id) | defaultDdlCollation | java.lang.String | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#id Schema#id}. | | isTransient | java.lang.String | Specifies the schema as transient. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | java.lang.Number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -158,7 +158,7 @@ The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} --- @@ -170,7 +170,7 @@ Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} --- @@ -190,7 +190,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/1.0.1/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#comment Schema#comment} --- @@ -202,7 +202,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} --- @@ -214,7 +214,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} --- @@ -242,7 +242,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/1.0.1/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -257,7 +257,7 @@ Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} --- @@ -269,7 +269,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} --- @@ -281,7 +281,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} --- @@ -293,7 +293,7 @@ Specifies whether to pause a running pipe, primarily in preparation for transfer For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} --- @@ -315,7 +315,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} --- @@ -327,7 +327,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} --- @@ -339,7 +339,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} --- @@ -361,7 +361,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} --- @@ -373,7 +373,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} --- @@ -393,7 +393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} --- @@ -405,7 +405,7 @@ Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} --- @@ -979,7 +979,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/1.0.1/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/1.0.2/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1792,7 +1792,7 @@ SchemaConfig.builder() | defaultDdlCollation | java.lang.String | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#id Schema#id}. | | isTransient | java.lang.String | Specifies the schema as transient. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | java.lang.Number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1892,7 +1892,7 @@ The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} --- @@ -1908,7 +1908,7 @@ Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} --- @@ -1922,7 +1922,7 @@ public java.lang.String getCatalog(); The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} --- @@ -1936,7 +1936,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/1.0.1/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#comment Schema#comment} --- @@ -1952,7 +1952,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} --- @@ -1968,7 +1968,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} --- @@ -1982,7 +1982,7 @@ public java.lang.Object getEnableConsoleOutput(); If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} --- @@ -1996,7 +1996,7 @@ public java.lang.String getExternalVolume(); The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} --- @@ -2008,7 +2008,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2027,7 +2027,7 @@ Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} --- @@ -2043,7 +2043,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} --- @@ -2059,7 +2059,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} --- @@ -2075,7 +2075,7 @@ Specifies whether to pause a running pipe, primarily in preparation for transfer For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} --- @@ -2089,7 +2089,7 @@ public java.lang.Object getQuotedIdentifiersIgnoreCase(); If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} --- @@ -2105,7 +2105,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} --- @@ -2121,7 +2121,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} --- @@ -2137,7 +2137,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} --- @@ -2151,7 +2151,7 @@ public java.lang.Number getTaskAutoRetryAttempts(); Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} --- @@ -2167,7 +2167,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} --- @@ -2183,7 +2183,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} --- @@ -2197,7 +2197,7 @@ public java.lang.Number getUserTaskMinimumTriggerIntervalInSeconds(); Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} --- @@ -2211,7 +2211,7 @@ public java.lang.Number getUserTaskTimeoutMs(); User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} --- @@ -2227,7 +2227,7 @@ Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} --- diff --git a/docs/schema.python.md b/docs/schema.python.md index 8dcc5afc0..d927e09a8 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/1.0.1/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema snowflake_schema}. #### Initializers @@ -66,7 +66,7 @@ schema.Schema( | default_ddl_collation | str | Specifies a default collation specification for all schemas and tables added to the database. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#id Schema#id}. | | is_transient | str | Specifies the schema as transient. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | max_data_extension_time_in_days | typing.Union[int, float] | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -152,7 +152,7 @@ The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} --- @@ -164,7 +164,7 @@ Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} --- @@ -184,7 +184,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/1.0.1/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#comment Schema#comment} --- @@ -196,7 +196,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} --- @@ -208,7 +208,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} --- @@ -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/1.0.1/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -251,7 +251,7 @@ Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} --- @@ -263,7 +263,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} --- @@ -275,7 +275,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} --- @@ -287,7 +287,7 @@ Specifies whether to pause a running pipe, primarily in preparation for transfer For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} --- @@ -309,7 +309,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} --- @@ -321,7 +321,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} --- @@ -333,7 +333,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} --- @@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} --- @@ -355,7 +355,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} --- @@ -367,7 +367,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} --- @@ -399,7 +399,7 @@ Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} --- @@ -1019,7 +1019,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/1.0.1/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/1.0.2/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1824,7 +1824,7 @@ schema.SchemaConfig( | default_ddl_collation | str | Specifies a default collation specification for all schemas and tables added to the database. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#id Schema#id}. | | is_transient | str | Specifies the schema as transient. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | max_data_extension_time_in_days | typing.Union[int, float] | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1924,7 +1924,7 @@ The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} --- @@ -1940,7 +1940,7 @@ Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} --- @@ -1954,7 +1954,7 @@ catalog: str The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} --- @@ -1968,7 +1968,7 @@ comment: str Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#comment Schema#comment} --- @@ -1984,7 +1984,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} --- @@ -2000,7 +2000,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} --- @@ -2014,7 +2014,7 @@ enable_console_output: typing.Union[bool, IResolvable] If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} --- @@ -2028,7 +2028,7 @@ external_volume: str The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} --- @@ -2040,7 +2040,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2059,7 +2059,7 @@ Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} --- @@ -2075,7 +2075,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} --- @@ -2091,7 +2091,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} --- @@ -2107,7 +2107,7 @@ Specifies whether to pause a running pipe, primarily in preparation for transfer For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} --- @@ -2121,7 +2121,7 @@ quoted_identifiers_ignore_case: typing.Union[bool, IResolvable] If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} --- @@ -2137,7 +2137,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} --- @@ -2153,7 +2153,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} --- @@ -2169,7 +2169,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} --- @@ -2183,7 +2183,7 @@ task_auto_retry_attempts: typing.Union[int, float] Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} --- @@ -2199,7 +2199,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} --- @@ -2215,7 +2215,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} --- @@ -2229,7 +2229,7 @@ user_task_minimum_trigger_interval_in_seconds: typing.Union[int, float] Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} --- @@ -2243,7 +2243,7 @@ user_task_timeout_ms: typing.Union[int, float] User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} --- @@ -2259,7 +2259,7 @@ Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} --- diff --git a/docs/schema.typescript.md b/docs/schema.typescript.md index 76fe2daca..7793df08d 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/1.0.1/docs/resources/schema snowflake_schema}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema snowflake_schema}. #### Initializers @@ -614,7 +614,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/1.0.1/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/1.0.2/docs/resources/schema#import import section} in the documentation of this resource for the id to use --- @@ -1388,7 +1388,7 @@ const schemaConfig: schema.SchemaConfig = { ... } | defaultDdlCollation | string | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | boolean \| cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#id Schema#id}. | | isTransient | string | Specifies the schema as transient. | | logLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1488,7 +1488,7 @@ The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} --- @@ -1504,7 +1504,7 @@ Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} --- @@ -1518,7 +1518,7 @@ public readonly catalog: string; The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} --- @@ -1532,7 +1532,7 @@ public readonly comment: string; Specifies a comment for the schema. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#comment Schema#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#comment Schema#comment} --- @@ -1548,7 +1548,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} --- @@ -1564,7 +1564,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} --- @@ -1578,7 +1578,7 @@ public readonly enableConsoleOutput: boolean | IResolvable; If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} --- @@ -1592,7 +1592,7 @@ public readonly externalVolume: string; The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} --- @@ -1604,7 +1604,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1623,7 +1623,7 @@ Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} --- @@ -1639,7 +1639,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} --- @@ -1655,7 +1655,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} --- @@ -1671,7 +1671,7 @@ Specifies whether to pause a running pipe, primarily in preparation for transfer For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} --- @@ -1685,7 +1685,7 @@ public readonly quotedIdentifiersIgnoreCase: boolean | IResolvable; If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} --- @@ -1701,7 +1701,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} --- @@ -1717,7 +1717,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} --- @@ -1733,7 +1733,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} --- @@ -1747,7 +1747,7 @@ public readonly taskAutoRetryAttempts: number; Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} --- @@ -1763,7 +1763,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} --- @@ -1779,7 +1779,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} --- @@ -1793,7 +1793,7 @@ public readonly userTaskMinimumTriggerIntervalInSeconds: number; Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} --- @@ -1807,7 +1807,7 @@ public readonly userTaskTimeoutMs: number; User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} --- @@ -1823,7 +1823,7 @@ Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} --- diff --git a/docs/scimIntegration.csharp.md b/docs/scimIntegration.csharp.md index eec572ba1..8a79a03c5 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/1.0.1/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -495,7 +495,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/1.0.1/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/1.0.2/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -941,7 +941,7 @@ new ScimIntegrationConfig { | RunAsRole | 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. Valid options are: `OKTA` \| `AZURE` \| `GENERIC`. | | Comment | string | Specifies a comment for the integration. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#id ScimIntegration#id}. | | NetworkPolicy | string | Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). | | SyncPassword | string | Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. | @@ -1027,7 +1027,7 @@ public object Enabled { get; set; } Specify whether the security integration is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} --- @@ -1041,7 +1041,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1057,7 +1057,7 @@ Specify the SCIM role in Snowflake that owns any users and roles that are import Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} --- @@ -1071,7 +1071,7 @@ public string ScimClient { get; set; } Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1085,7 +1085,7 @@ public string Comment { get; set; } Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} --- @@ -1097,7 +1097,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1114,7 +1114,7 @@ public string NetworkPolicy { get; set; } Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -1130,7 +1130,7 @@ Specifies whether to enable or disable the synchronization of a user password fr This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} --- diff --git a/docs/scimIntegration.go.md b/docs/scimIntegration.go.md index 80b771441..5e33d371a 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/1.0.1/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -495,7 +495,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/1.0.1/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/1.0.2/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -941,7 +941,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/scimintegrati | RunAsRole | *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. Valid options are: `OKTA` \| `AZURE` \| `GENERIC`. | | Comment | *string | Specifies a comment for the integration. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#id ScimIntegration#id}. | | NetworkPolicy | *string | Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). | | SyncPassword | *string | Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. | @@ -1027,7 +1027,7 @@ Enabled interface{} Specify whether the security integration is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} --- @@ -1041,7 +1041,7 @@ Name *string String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1057,7 +1057,7 @@ Specify the SCIM role in Snowflake that owns any users and roles that are import Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} --- @@ -1071,7 +1071,7 @@ ScimClient *string Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1085,7 +1085,7 @@ Comment *string Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} --- @@ -1097,7 +1097,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1114,7 +1114,7 @@ NetworkPolicy *string Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -1130,7 +1130,7 @@ Specifies whether to enable or disable the synchronization of a user password fr This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} --- diff --git a/docs/scimIntegration.java.md b/docs/scimIntegration.java.md index 3108e1124..923af7a08 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/1.0.1/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -51,7 +51,7 @@ ScimIntegration.Builder.create(Construct scope, java.lang.String id) | runAsRole | 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. Valid options are: `OKTA` \| `AZURE` \| `GENERIC`. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). | | syncPassword | java.lang.String | Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. | @@ -123,7 +123,7 @@ Must be unique amongst siblings in the same scope Specify whether the security integration is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} --- @@ -133,7 +133,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -145,7 +145,7 @@ Specify the SCIM role in Snowflake that owns any users and roles that are import Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} --- @@ -173,7 +173,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/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -186,7 +186,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -198,7 +198,7 @@ Specifies whether to enable or disable the synchronization of a user password fr This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} --- @@ -653,7 +653,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/1.0.1/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/1.0.2/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -1104,7 +1104,7 @@ ScimIntegrationConfig.builder() | runAsRole | 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. Valid options are: `OKTA` \| `AZURE` \| `GENERIC`. | | comment | java.lang.String | Specifies a comment for the integration. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | java.lang.String | Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). | | syncPassword | java.lang.String | Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. | @@ -1190,7 +1190,7 @@ public java.lang.Object getEnabled(); Specify whether the security integration is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} --- @@ -1204,7 +1204,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1220,7 +1220,7 @@ Specify the SCIM role in Snowflake that owns any users and roles that are import Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} --- @@ -1234,7 +1234,7 @@ public java.lang.String getScimClient(); Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1248,7 +1248,7 @@ public java.lang.String getComment(); Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} --- @@ -1260,7 +1260,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1277,7 +1277,7 @@ public java.lang.String getNetworkPolicy(); Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -1293,7 +1293,7 @@ Specifies whether to enable or disable the synchronization of a user password fr This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} --- diff --git a/docs/scimIntegration.python.md b/docs/scimIntegration.python.md index aedcb46a5..682545597 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/1.0.1/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -48,7 +48,7 @@ scimIntegration.ScimIntegration( | run_as_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. Valid options are: `OKTA` \| `AZURE` \| `GENERIC`. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#id ScimIntegration#id}. | | network_policy | str | Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). | | sync_password | str | Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Specify whether the security integration is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -142,7 +142,7 @@ Specify the SCIM role in Snowflake that owns any users and roles that are import Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} --- @@ -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/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -183,7 +183,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -195,7 +195,7 @@ Specifies whether to enable or disable the synchronization of a user password fr This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} --- @@ -696,7 +696,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/1.0.1/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/1.0.2/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -1142,7 +1142,7 @@ scimIntegration.ScimIntegrationConfig( | run_as_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. Valid options are: `OKTA` \| `AZURE` \| `GENERIC`. | | comment | str | Specifies a comment for the integration. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#id ScimIntegration#id}. | | network_policy | str | Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). | | sync_password | str | Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. | @@ -1228,7 +1228,7 @@ enabled: typing.Union[bool, IResolvable] Specify whether the security integration is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} --- @@ -1242,7 +1242,7 @@ name: str String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1258,7 +1258,7 @@ Specify the SCIM role in Snowflake that owns any users and roles that are import Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} --- @@ -1272,7 +1272,7 @@ scim_client: str Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1286,7 +1286,7 @@ comment: str Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} --- @@ -1298,7 +1298,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1315,7 +1315,7 @@ network_policy: str Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -1331,7 +1331,7 @@ Specifies whether to enable or disable the synchronization of a user password fr This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} --- diff --git a/docs/scimIntegration.typescript.md b/docs/scimIntegration.typescript.md index f3ad44265..c14aecf03 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/1.0.1/docs/resources/scim_integration snowflake_scim_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration snowflake_scim_integration}. #### Initializers @@ -495,7 +495,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/1.0.1/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/1.0.2/docs/resources/scim_integration#import import section} in the documentation of this resource for the id to use --- @@ -925,7 +925,7 @@ const scimIntegrationConfig: scimIntegration.ScimIntegrationConfig = { ... } | runAsRole | 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. Valid options are: `OKTA` \| `AZURE` \| `GENERIC`. | | comment | string | Specifies a comment for the integration. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#id ScimIntegration#id}. | | networkPolicy | string | Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). | | syncPassword | string | Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. | @@ -1011,7 +1011,7 @@ public readonly enabled: boolean | IResolvable; Specify whether the security integration is enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} --- @@ -1025,7 +1025,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} --- @@ -1041,7 +1041,7 @@ Specify the SCIM role in Snowflake that owns any users and roles that are import Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} --- @@ -1055,7 +1055,7 @@ public readonly scimClient: string; Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} --- @@ -1069,7 +1069,7 @@ public readonly comment: string; Specifies a comment for the integration. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} --- @@ -1081,7 +1081,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1098,7 +1098,7 @@ public readonly networkPolicy: string; Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} --- @@ -1114,7 +1114,7 @@ Specifies whether to enable or disable the synchronization of a user password fr This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} --- diff --git a/docs/secondaryConnection.csharp.md b/docs/secondaryConnection.csharp.md index 6204d8ab7..922881624 100644 --- a/docs/secondaryConnection.csharp.md +++ b/docs/secondaryConnection.csharp.md @@ -4,7 +4,7 @@ ### SecondaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection snowflake_secondary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection snowflake_secondary_connection}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecondaryConnection to imp The id of the existing SecondaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ new SecondaryConnectionConfig { | AsReplicaOf | string | Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). | | Name | string | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | Comment | string | Specifies a comment for the secondary connection. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. | --- @@ -917,7 +917,7 @@ public string AsReplicaOf { get; set; } Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} --- @@ -931,7 +931,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} --- @@ -945,7 +945,7 @@ public string Comment { get; set; } Specifies a comment for the secondary connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#comment} --- @@ -957,7 +957,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secondaryConnection.go.md b/docs/secondaryConnection.go.md index 7ecebb8f9..a3eabc7b4 100644 --- a/docs/secondaryConnection.go.md +++ b/docs/secondaryConnection.go.md @@ -4,7 +4,7 @@ ### SecondaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection snowflake_secondary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection snowflake_secondary_connection}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecondaryConnection to imp The id of the existing SecondaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/secondaryconn | AsReplicaOf | *string | Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). | | Name | *string | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | Comment | *string | Specifies a comment for the secondary connection. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. | --- @@ -917,7 +917,7 @@ AsReplicaOf *string Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} --- @@ -931,7 +931,7 @@ Name *string String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} --- @@ -945,7 +945,7 @@ Comment *string Specifies a comment for the secondary connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#comment} --- @@ -957,7 +957,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secondaryConnection.java.md b/docs/secondaryConnection.java.md index 91beac03b..3db206a3b 100644 --- a/docs/secondaryConnection.java.md +++ b/docs/secondaryConnection.java.md @@ -4,7 +4,7 @@ ### SecondaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection snowflake_secondary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection snowflake_secondary_connection}. #### Initializers @@ -44,7 +44,7 @@ SecondaryConnection.Builder.create(Construct scope, java.lang.String id) | asReplicaOf | java.lang.String | Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). | | name | java.lang.String | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | java.lang.String | Specifies a comment for the secondary connection. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secondary connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#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/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 SecondaryConnection to imp The id of the existing SecondaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ SecondaryConnectionConfig.builder() | asReplicaOf | java.lang.String | Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). | | name | java.lang.String | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | java.lang.String | Specifies a comment for the secondary connection. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. | --- @@ -1026,7 +1026,7 @@ public java.lang.String getAsReplicaOf(); Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} --- @@ -1040,7 +1040,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} --- @@ -1054,7 +1054,7 @@ public java.lang.String getComment(); Specifies a comment for the secondary connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#comment} --- @@ -1066,7 +1066,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secondaryConnection.python.md b/docs/secondaryConnection.python.md index 538386983..639fbee78 100644 --- a/docs/secondaryConnection.python.md +++ b/docs/secondaryConnection.python.md @@ -4,7 +4,7 @@ ### SecondaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection snowflake_secondary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection snowflake_secondary_connection}. #### Initializers @@ -42,7 +42,7 @@ secondaryConnection.SecondaryConnection( | as_replica_of | str | Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). | | name | str | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | str | Specifies a comment for the secondary connection. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secondary connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#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/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 SecondaryConnection to imp The id of the existing SecondaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use --- @@ -982,7 +982,7 @@ secondaryConnection.SecondaryConnectionConfig( | as_replica_of | str | Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). | | name | str | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | str | Specifies a comment for the secondary connection. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. | --- @@ -1066,7 +1066,7 @@ as_replica_of: str Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} --- @@ -1080,7 +1080,7 @@ name: str String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} --- @@ -1094,7 +1094,7 @@ comment: str Specifies a comment for the secondary connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#comment} --- @@ -1106,7 +1106,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secondaryConnection.typescript.md b/docs/secondaryConnection.typescript.md index 2fa143e0a..2a83c9102 100644 --- a/docs/secondaryConnection.typescript.md +++ b/docs/secondaryConnection.typescript.md @@ -4,7 +4,7 @@ ### SecondaryConnection -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection snowflake_secondary_connection}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection snowflake_secondary_connection}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecondaryConnection to imp The id of the existing SecondaryConnection that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use --- @@ -821,7 +821,7 @@ const secondaryConnectionConfig: secondaryConnection.SecondaryConnectionConfig = | asReplicaOf | string | Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). | | name | string | String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `\|`, `.`, `"`. | | comment | string | Specifies a comment for the secondary connection. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. | --- @@ -905,7 +905,7 @@ public readonly asReplicaOf: string; Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} --- @@ -919,7 +919,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} --- @@ -933,7 +933,7 @@ public readonly comment: string; Specifies a comment for the secondary connection. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#comment} --- @@ -945,7 +945,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secondaryDatabase.csharp.md b/docs/secondaryDatabase.csharp.md index 8b354b9fd..73690e3a4 100644 --- a/docs/secondaryDatabase.csharp.md +++ b/docs/secondaryDatabase.csharp.md @@ -4,7 +4,7 @@ ### SecondaryDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database snowflake_secondary_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database snowflake_secondary_database}. #### Initializers @@ -600,7 +600,7 @@ The construct id used in the generated config for the SecondaryDatabase to impor The id of the existing SecondaryDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_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/1.0.2/docs/resources/secondary_database#import import section} in the documentation of this resource for the id to use --- @@ -1326,7 +1326,7 @@ new SecondaryDatabaseConfig { | DefaultDdlCollation | string | Specifies a default collation specification for all schemas and tables added to the database. | | EnableConsoleOutput | object | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. | | IsTransient | object | Specifies the database as transient. | | LogLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | MaxDataExtensionTimeInDays | double | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1424,7 +1424,7 @@ A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} --- @@ -1440,7 +1440,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} --- @@ -1454,7 +1454,7 @@ public string Catalog { get; set; } The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} --- @@ -1468,7 +1468,7 @@ public string Comment { get; set; } Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} --- @@ -1484,7 +1484,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} --- @@ -1500,7 +1500,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} --- @@ -1514,7 +1514,7 @@ public object EnableConsoleOutput { get; set; } If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} --- @@ -1528,7 +1528,7 @@ public string ExternalVolume { get; set; } The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} --- @@ -1540,7 +1540,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1559,7 +1559,7 @@ Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} --- @@ -1575,7 +1575,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} --- @@ -1591,7 +1591,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} --- @@ -1605,7 +1605,7 @@ public object QuotedIdentifiersIgnoreCase { get; set; } If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} --- @@ -1621,7 +1621,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} --- @@ -1637,7 +1637,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} --- @@ -1653,7 +1653,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} --- @@ -1667,7 +1667,7 @@ public double TaskAutoRetryAttempts { get; set; } Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} --- @@ -1683,7 +1683,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} --- @@ -1699,7 +1699,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} --- @@ -1713,7 +1713,7 @@ public double UserTaskMinimumTriggerIntervalInSeconds { get; set; } Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1727,7 +1727,7 @@ public double UserTaskTimeoutMs { get; set; } User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} --- diff --git a/docs/secondaryDatabase.go.md b/docs/secondaryDatabase.go.md index 79583e47d..21f635b2c 100644 --- a/docs/secondaryDatabase.go.md +++ b/docs/secondaryDatabase.go.md @@ -4,7 +4,7 @@ ### SecondaryDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database snowflake_secondary_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database snowflake_secondary_database}. #### Initializers @@ -600,7 +600,7 @@ The construct id used in the generated config for the SecondaryDatabase to impor The id of the existing SecondaryDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_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/1.0.2/docs/resources/secondary_database#import import section} in the documentation of this resource for the id to use --- @@ -1326,7 +1326,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/secondarydata | DefaultDdlCollation | *string | Specifies a default collation specification for all schemas and tables added to the database. | | EnableConsoleOutput | interface{} | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | *string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. | | IsTransient | interface{} | Specifies the database as transient. | | LogLevel | *string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | MaxDataExtensionTimeInDays | *f64 | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1424,7 +1424,7 @@ A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} --- @@ -1440,7 +1440,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} --- @@ -1454,7 +1454,7 @@ Catalog *string The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} --- @@ -1468,7 +1468,7 @@ Comment *string Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} --- @@ -1484,7 +1484,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} --- @@ -1500,7 +1500,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} --- @@ -1514,7 +1514,7 @@ EnableConsoleOutput interface{} If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} --- @@ -1528,7 +1528,7 @@ ExternalVolume *string The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} --- @@ -1540,7 +1540,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1559,7 +1559,7 @@ Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} --- @@ -1575,7 +1575,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} --- @@ -1591,7 +1591,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} --- @@ -1605,7 +1605,7 @@ QuotedIdentifiersIgnoreCase interface{} If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} --- @@ -1621,7 +1621,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} --- @@ -1637,7 +1637,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} --- @@ -1653,7 +1653,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} --- @@ -1667,7 +1667,7 @@ TaskAutoRetryAttempts *f64 Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} --- @@ -1683,7 +1683,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} --- @@ -1699,7 +1699,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} --- @@ -1713,7 +1713,7 @@ UserTaskMinimumTriggerIntervalInSeconds *f64 Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1727,7 +1727,7 @@ UserTaskTimeoutMs *f64 User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} --- diff --git a/docs/secondaryDatabase.java.md b/docs/secondaryDatabase.java.md index 707e482a9..68e120245 100644 --- a/docs/secondaryDatabase.java.md +++ b/docs/secondaryDatabase.java.md @@ -4,7 +4,7 @@ ### SecondaryDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database snowflake_secondary_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database snowflake_secondary_database}. #### Initializers @@ -70,7 +70,7 @@ SecondaryDatabase.Builder.create(Construct scope, java.lang.String id) | defaultDdlCollation | java.lang.String | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies the database as transient. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | java.lang.Number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -154,7 +154,7 @@ A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} --- @@ -166,7 +166,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} --- @@ -198,7 +198,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} --- @@ -210,7 +210,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} --- @@ -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/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -253,7 +253,7 @@ Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} --- @@ -265,7 +265,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} --- @@ -277,7 +277,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} --- @@ -299,7 +299,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} --- @@ -311,7 +311,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} --- @@ -323,7 +323,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} --- @@ -345,7 +345,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} --- @@ -357,7 +357,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} --- @@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} --- @@ -937,7 +937,7 @@ The construct id used in the generated config for the SecondaryDatabase to impor The id of the existing SecondaryDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_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/1.0.2/docs/resources/secondary_database#import import section} in the documentation of this resource for the id to use --- @@ -1671,7 +1671,7 @@ SecondaryDatabaseConfig.builder() | defaultDdlCollation | java.lang.String | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. | | isTransient | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies the database as transient. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | java.lang.Number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1769,7 +1769,7 @@ A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} --- @@ -1785,7 +1785,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} --- @@ -1799,7 +1799,7 @@ public java.lang.String getCatalog(); The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} --- @@ -1813,7 +1813,7 @@ public java.lang.String getComment(); Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} --- @@ -1829,7 +1829,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} --- @@ -1845,7 +1845,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} --- @@ -1859,7 +1859,7 @@ public java.lang.Object getEnableConsoleOutput(); If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} --- @@ -1873,7 +1873,7 @@ public java.lang.String getExternalVolume(); The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} --- @@ -1885,7 +1885,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1904,7 +1904,7 @@ Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} --- @@ -1920,7 +1920,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} --- @@ -1936,7 +1936,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} --- @@ -1950,7 +1950,7 @@ public java.lang.Object getQuotedIdentifiersIgnoreCase(); If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} --- @@ -1966,7 +1966,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} --- @@ -1982,7 +1982,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} --- @@ -1998,7 +1998,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} --- @@ -2012,7 +2012,7 @@ public java.lang.Number getTaskAutoRetryAttempts(); Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} --- @@ -2028,7 +2028,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} --- @@ -2044,7 +2044,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} --- @@ -2058,7 +2058,7 @@ public java.lang.Number getUserTaskMinimumTriggerIntervalInSeconds(); Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -2072,7 +2072,7 @@ public java.lang.Number getUserTaskTimeoutMs(); User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} --- diff --git a/docs/secondaryDatabase.python.md b/docs/secondaryDatabase.python.md index c81e3dd2f..69d79365d 100644 --- a/docs/secondaryDatabase.python.md +++ b/docs/secondaryDatabase.python.md @@ -4,7 +4,7 @@ ### SecondaryDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database snowflake_secondary_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database snowflake_secondary_database}. #### Initializers @@ -64,7 +64,7 @@ secondaryDatabase.SecondaryDatabase( | default_ddl_collation | str | Specifies a default collation specification for all schemas and tables added to the database. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies the database as transient. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | max_data_extension_time_in_days | typing.Union[int, float] | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -148,7 +148,7 @@ A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} --- @@ -160,7 +160,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} --- @@ -192,7 +192,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} --- @@ -204,7 +204,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} --- @@ -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/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} --- @@ -259,7 +259,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} --- @@ -271,7 +271,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} --- @@ -293,7 +293,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} --- @@ -305,7 +305,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} --- @@ -317,7 +317,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} --- @@ -327,7 +327,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} --- @@ -339,7 +339,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} --- @@ -351,7 +351,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} --- @@ -977,7 +977,7 @@ The construct id used in the generated config for the SecondaryDatabase to impor The id of the existing SecondaryDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_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/1.0.2/docs/resources/secondary_database#import import section} in the documentation of this resource for the id to use --- @@ -1703,7 +1703,7 @@ secondaryDatabase.SecondaryDatabaseConfig( | default_ddl_collation | str | Specifies a default collation specification for all schemas and tables added to the database. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. | | is_transient | typing.Union[bool, cdktf.IResolvable] | Specifies the database as transient. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | max_data_extension_time_in_days | typing.Union[int, float] | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1801,7 +1801,7 @@ A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} --- @@ -1817,7 +1817,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} --- @@ -1831,7 +1831,7 @@ catalog: str The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} --- @@ -1845,7 +1845,7 @@ comment: str Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} --- @@ -1861,7 +1861,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} --- @@ -1877,7 +1877,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} --- @@ -1891,7 +1891,7 @@ enable_console_output: typing.Union[bool, IResolvable] If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} --- @@ -1905,7 +1905,7 @@ external_volume: str The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} --- @@ -1917,7 +1917,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1936,7 +1936,7 @@ Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} --- @@ -1952,7 +1952,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} --- @@ -1968,7 +1968,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} --- @@ -1982,7 +1982,7 @@ quoted_identifiers_ignore_case: typing.Union[bool, IResolvable] If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} --- @@ -1998,7 +1998,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} --- @@ -2014,7 +2014,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} --- @@ -2030,7 +2030,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} --- @@ -2044,7 +2044,7 @@ task_auto_retry_attempts: typing.Union[int, float] Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} --- @@ -2060,7 +2060,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} --- @@ -2076,7 +2076,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} --- @@ -2090,7 +2090,7 @@ user_task_minimum_trigger_interval_in_seconds: typing.Union[int, float] Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -2104,7 +2104,7 @@ user_task_timeout_ms: typing.Union[int, float] User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} --- diff --git a/docs/secondaryDatabase.typescript.md b/docs/secondaryDatabase.typescript.md index 65cce1edb..6177db060 100644 --- a/docs/secondaryDatabase.typescript.md +++ b/docs/secondaryDatabase.typescript.md @@ -4,7 +4,7 @@ ### SecondaryDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database snowflake_secondary_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database snowflake_secondary_database}. #### Initializers @@ -600,7 +600,7 @@ The construct id used in the generated config for the SecondaryDatabase to impor The id of the existing SecondaryDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_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/1.0.2/docs/resources/secondary_database#import import section} in the documentation of this resource for the id to use --- @@ -1297,7 +1297,7 @@ const secondaryDatabaseConfig: secondaryDatabase.SecondaryDatabaseConfig = { ... | defaultDdlCollation | string | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | boolean \| cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. | | isTransient | boolean \| cdktf.IResolvable | Specifies the database as transient. | | logLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | maxDataExtensionTimeInDays | number | Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. | @@ -1395,7 +1395,7 @@ A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} --- @@ -1411,7 +1411,7 @@ Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} --- @@ -1425,7 +1425,7 @@ public readonly catalog: string; The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} --- @@ -1439,7 +1439,7 @@ public readonly comment: string; Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} --- @@ -1455,7 +1455,7 @@ Specifies the number of days for which Time Travel actions (CLONE and UNDROP) ca For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} --- @@ -1471,7 +1471,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} --- @@ -1485,7 +1485,7 @@ public readonly enableConsoleOutput: boolean | IResolvable; If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} --- @@ -1499,7 +1499,7 @@ public readonly externalVolume: string; The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} --- @@ -1511,7 +1511,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1530,7 +1530,7 @@ Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} --- @@ -1546,7 +1546,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} --- @@ -1562,7 +1562,7 @@ Object parameter that specifies the maximum number of days for which Snowflake c For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} --- @@ -1576,7 +1576,7 @@ public readonly quotedIdentifiersIgnoreCase: boolean | IResolvable; If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} --- @@ -1592,7 +1592,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} --- @@ -1608,7 +1608,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} --- @@ -1624,7 +1624,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} --- @@ -1638,7 +1638,7 @@ public readonly taskAutoRetryAttempts: number; Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} --- @@ -1654,7 +1654,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} --- @@ -1670,7 +1670,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} --- @@ -1684,7 +1684,7 @@ public readonly userTaskMinimumTriggerIntervalInSeconds: number; Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1698,7 +1698,7 @@ public readonly userTaskTimeoutMs: number; User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} --- diff --git a/docs/secretWithAuthorizationCodeGrant.csharp.md b/docs/secretWithAuthorizationCodeGrant.csharp.md index 8880d7d6a..0b661d7cf 100644 --- a/docs/secretWithAuthorizationCodeGrant.csharp.md +++ b/docs/secretWithAuthorizationCodeGrant.csharp.md @@ -4,7 +4,7 @@ ### SecretWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithAuthorizationCod The id of the existing SecretWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_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/1.0.2/docs/resources/secret_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -940,7 +940,7 @@ new SecretWithAuthorizationCodeGrantConfig { | OauthRefreshTokenExpiryTime | string | Specifies the timestamp as a string when the OAuth refresh token expires. | | Schema | string | The schema in which to create the secret. | | Comment | string | Specifies a comment for the secret. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | --- @@ -1026,7 +1026,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} --- @@ -1040,7 +1040,7 @@ public string Database { get; set; } The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} --- @@ -1054,7 +1054,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} --- @@ -1070,7 +1070,7 @@ Specifies the token as a string that is used to obtain a new access token from t External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} --- @@ -1086,7 +1086,7 @@ Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} --- @@ -1102,7 +1102,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} --- @@ -1116,7 +1116,7 @@ public string Comment { get; set; } Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} --- @@ -1128,7 +1128,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithAuthorizationCodeGrant.go.md b/docs/secretWithAuthorizationCodeGrant.go.md index 92948630b..52e8e0c67 100644 --- a/docs/secretWithAuthorizationCodeGrant.go.md +++ b/docs/secretWithAuthorizationCodeGrant.go.md @@ -4,7 +4,7 @@ ### SecretWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithAuthorizationCod The id of the existing SecretWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_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/1.0.2/docs/resources/secret_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -940,7 +940,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/secretwithaut | OauthRefreshTokenExpiryTime | *string | Specifies the timestamp as a string when the OAuth refresh token expires. | | Schema | *string | The schema in which to create the secret. | | Comment | *string | Specifies a comment for the secret. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | --- @@ -1026,7 +1026,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} --- @@ -1040,7 +1040,7 @@ Database *string The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} --- @@ -1054,7 +1054,7 @@ Name *string String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} --- @@ -1070,7 +1070,7 @@ Specifies the token as a string that is used to obtain a new access token from t External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} --- @@ -1086,7 +1086,7 @@ Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} --- @@ -1102,7 +1102,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} --- @@ -1116,7 +1116,7 @@ Comment *string Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} --- @@ -1128,7 +1128,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithAuthorizationCodeGrant.java.md b/docs/secretWithAuthorizationCodeGrant.java.md index b42793161..5f46c0b8b 100644 --- a/docs/secretWithAuthorizationCodeGrant.java.md +++ b/docs/secretWithAuthorizationCodeGrant.java.md @@ -4,7 +4,7 @@ ### SecretWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. #### Initializers @@ -52,7 +52,7 @@ SecretWithAuthorizationCodeGrant.Builder.create(Construct scope, java.lang.Strin | oauthRefreshTokenExpiryTime | java.lang.String | Specifies the timestamp as a string when the OAuth refresh token expires. | | schema | java.lang.String | The schema in which to create the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | --- @@ -124,7 +124,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} --- @@ -156,7 +156,7 @@ Specifies the token as a string that is used to obtain a new access token from t External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} --- @@ -168,7 +168,7 @@ Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} --- @@ -180,7 +180,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} --- @@ -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/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -642,7 +642,7 @@ The construct id used in the generated config for the SecretWithAuthorizationCod The id of the existing SecretWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_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/1.0.2/docs/resources/secret_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -1105,7 +1105,7 @@ SecretWithAuthorizationCodeGrantConfig.builder() | oauthRefreshTokenExpiryTime | java.lang.String | Specifies the timestamp as a string when the OAuth refresh token expires. | | schema | java.lang.String | The schema in which to create the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | --- @@ -1191,7 +1191,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} --- @@ -1205,7 +1205,7 @@ public java.lang.String getDatabase(); The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} --- @@ -1219,7 +1219,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} --- @@ -1235,7 +1235,7 @@ Specifies the token as a string that is used to obtain a new access token from t External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} --- @@ -1251,7 +1251,7 @@ Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} --- @@ -1267,7 +1267,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} --- @@ -1281,7 +1281,7 @@ public java.lang.String getComment(); Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} --- @@ -1293,7 +1293,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithAuthorizationCodeGrant.python.md b/docs/secretWithAuthorizationCodeGrant.python.md index aa5f6388b..f00b02f03 100644 --- a/docs/secretWithAuthorizationCodeGrant.python.md +++ b/docs/secretWithAuthorizationCodeGrant.python.md @@ -4,7 +4,7 @@ ### SecretWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. #### Initializers @@ -50,7 +50,7 @@ secretWithAuthorizationCodeGrant.SecretWithAuthorizationCodeGrant( | oauth_refresh_token_expiry_time | str | Specifies the timestamp as a string when the OAuth refresh token expires. | | schema | str | The schema in which to create the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | --- @@ -122,7 +122,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} --- @@ -154,7 +154,7 @@ Specifies the token as a string that is used to obtain a new access token from t External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} --- @@ -166,7 +166,7 @@ Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} --- @@ -178,7 +178,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} --- @@ -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/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -686,7 +686,7 @@ The construct id used in the generated config for the SecretWithAuthorizationCod The id of the existing SecretWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_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/1.0.2/docs/resources/secret_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -1145,7 +1145,7 @@ secretWithAuthorizationCodeGrant.SecretWithAuthorizationCodeGrantConfig( | oauth_refresh_token_expiry_time | str | Specifies the timestamp as a string when the OAuth refresh token expires. | | schema | str | The schema in which to create the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | --- @@ -1231,7 +1231,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} --- @@ -1245,7 +1245,7 @@ database: str The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} --- @@ -1259,7 +1259,7 @@ name: str String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} --- @@ -1275,7 +1275,7 @@ Specifies the token as a string that is used to obtain a new access token from t External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} --- @@ -1291,7 +1291,7 @@ Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} --- @@ -1307,7 +1307,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} --- @@ -1321,7 +1321,7 @@ comment: str Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} --- @@ -1333,7 +1333,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithAuthorizationCodeGrant.typescript.md b/docs/secretWithAuthorizationCodeGrant.typescript.md index 868dab20a..d73a84ddb 100644 --- a/docs/secretWithAuthorizationCodeGrant.typescript.md +++ b/docs/secretWithAuthorizationCodeGrant.typescript.md @@ -4,7 +4,7 @@ ### SecretWithAuthorizationCodeGrant -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithAuthorizationCod The id of the existing SecretWithAuthorizationCodeGrant that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_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/1.0.2/docs/resources/secret_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use --- @@ -924,7 +924,7 @@ const secretWithAuthorizationCodeGrantConfig: secretWithAuthorizationCodeGrant.S | oauthRefreshTokenExpiryTime | string | Specifies the timestamp as a string when the OAuth refresh token expires. | | schema | string | The schema in which to create the secret. | | comment | string | Specifies a comment for the secret. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. | --- @@ -1010,7 +1010,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} --- @@ -1024,7 +1024,7 @@ public readonly database: string; The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} --- @@ -1038,7 +1038,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} --- @@ -1054,7 +1054,7 @@ Specifies the token as a string that is used to obtain a new access token from t External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} --- @@ -1070,7 +1070,7 @@ Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} --- @@ -1086,7 +1086,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} --- @@ -1100,7 +1100,7 @@ public readonly comment: string; Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} --- @@ -1112,7 +1112,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithBasicAuthentication.csharp.md b/docs/secretWithBasicAuthentication.csharp.md index ed96834c9..429d6935a 100644 --- a/docs/secretWithBasicAuthentication.csharp.md +++ b/docs/secretWithBasicAuthentication.csharp.md @@ -4,7 +4,7 @@ ### SecretWithBasicAuthentication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithBasicAuthenticat The id of the existing SecretWithBasicAuthentication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use --- @@ -916,7 +916,7 @@ new SecretWithBasicAuthenticationConfig { | Schema | string | The schema in which to create the secret. | | Username | string | Specifies the username value to store in the secret. | | Comment | string | Specifies a comment for the secret. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | --- @@ -1000,7 +1000,7 @@ public string Database { get; set; } The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} --- @@ -1014,7 +1014,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} --- @@ -1030,7 +1030,7 @@ Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} --- @@ -1046,7 +1046,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} --- @@ -1060,7 +1060,7 @@ public string Username { get; set; } Specifies the username value to store in the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} --- @@ -1074,7 +1074,7 @@ public string Comment { get; set; } Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} --- @@ -1086,7 +1086,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithBasicAuthentication.go.md b/docs/secretWithBasicAuthentication.go.md index 3d9072294..7504b437b 100644 --- a/docs/secretWithBasicAuthentication.go.md +++ b/docs/secretWithBasicAuthentication.go.md @@ -4,7 +4,7 @@ ### SecretWithBasicAuthentication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithBasicAuthenticat The id of the existing SecretWithBasicAuthentication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use --- @@ -916,7 +916,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/secretwithbas | Schema | *string | The schema in which to create the secret. | | Username | *string | Specifies the username value to store in the secret. | | Comment | *string | Specifies a comment for the secret. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | --- @@ -1000,7 +1000,7 @@ Database *string The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} --- @@ -1014,7 +1014,7 @@ Name *string String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} --- @@ -1030,7 +1030,7 @@ Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} --- @@ -1046,7 +1046,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} --- @@ -1060,7 +1060,7 @@ Username *string Specifies the username value to store in the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} --- @@ -1074,7 +1074,7 @@ Comment *string Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} --- @@ -1086,7 +1086,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithBasicAuthentication.java.md b/docs/secretWithBasicAuthentication.java.md index 9e49bb872..92350aaa2 100644 --- a/docs/secretWithBasicAuthentication.java.md +++ b/docs/secretWithBasicAuthentication.java.md @@ -4,7 +4,7 @@ ### SecretWithBasicAuthentication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. #### Initializers @@ -50,7 +50,7 @@ SecretWithBasicAuthentication.Builder.create(Construct scope, java.lang.String i | schema | java.lang.String | The schema in which to create the secret. | | username | java.lang.String | Specifies the username value to store in the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} --- @@ -142,7 +142,7 @@ Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} --- @@ -154,7 +154,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the username value to store in the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#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/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 SecretWithBasicAuthenticat The id of the existing SecretWithBasicAuthentication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use --- @@ -1065,7 +1065,7 @@ SecretWithBasicAuthenticationConfig.builder() | schema | java.lang.String | The schema in which to create the secret. | | username | java.lang.String | Specifies the username value to store in the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | --- @@ -1149,7 +1149,7 @@ public java.lang.String getDatabase(); The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} --- @@ -1163,7 +1163,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} --- @@ -1179,7 +1179,7 @@ Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} --- @@ -1195,7 +1195,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} --- @@ -1209,7 +1209,7 @@ public java.lang.String getUsername(); Specifies the username value to store in the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} --- @@ -1223,7 +1223,7 @@ public java.lang.String getComment(); Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} --- @@ -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/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithBasicAuthentication.python.md b/docs/secretWithBasicAuthentication.python.md index 5f083e484..8c3ab29aa 100644 --- a/docs/secretWithBasicAuthentication.python.md +++ b/docs/secretWithBasicAuthentication.python.md @@ -4,7 +4,7 @@ ### SecretWithBasicAuthentication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. #### Initializers @@ -48,7 +48,7 @@ secretWithBasicAuthentication.SecretWithBasicAuthentication( | schema | str | The schema in which to create the secret. | | username | str | Specifies the username value to store in the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} --- @@ -140,7 +140,7 @@ Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} --- @@ -152,7 +152,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the username value to store in the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#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/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 SecretWithBasicAuthenticat The id of the existing SecretWithBasicAuthentication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use --- @@ -1105,7 +1105,7 @@ secretWithBasicAuthentication.SecretWithBasicAuthenticationConfig( | schema | str | The schema in which to create the secret. | | username | str | Specifies the username value to store in the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | --- @@ -1189,7 +1189,7 @@ database: str The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} --- @@ -1203,7 +1203,7 @@ name: str String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} --- @@ -1219,7 +1219,7 @@ Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} --- @@ -1235,7 +1235,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} --- @@ -1249,7 +1249,7 @@ username: str Specifies the username value to store in the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} --- @@ -1263,7 +1263,7 @@ comment: str Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} --- @@ -1275,7 +1275,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithBasicAuthentication.typescript.md b/docs/secretWithBasicAuthentication.typescript.md index 6ce08b110..5050d9255 100644 --- a/docs/secretWithBasicAuthentication.typescript.md +++ b/docs/secretWithBasicAuthentication.typescript.md @@ -4,7 +4,7 @@ ### SecretWithBasicAuthentication -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithBasicAuthenticat The id of the existing SecretWithBasicAuthentication that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use --- @@ -901,7 +901,7 @@ const secretWithBasicAuthenticationConfig: secretWithBasicAuthentication.SecretW | schema | string | The schema in which to create the secret. | | username | string | Specifies the username value to store in the secret. | | comment | string | Specifies a comment for the secret. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. | --- @@ -985,7 +985,7 @@ public readonly database: string; The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} --- @@ -999,7 +999,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} --- @@ -1015,7 +1015,7 @@ Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} --- @@ -1031,7 +1031,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} --- @@ -1045,7 +1045,7 @@ public readonly username: string; Specifies the username value to store in the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} --- @@ -1059,7 +1059,7 @@ public readonly comment: string; Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} --- @@ -1071,7 +1071,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithClientCredentials.csharp.md b/docs/secretWithClientCredentials.csharp.md index 408799609..3b7b4973d 100644 --- a/docs/secretWithClientCredentials.csharp.md +++ b/docs/secretWithClientCredentials.csharp.md @@ -4,7 +4,7 @@ ### SecretWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithClientCredential The id of the existing SecretWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -916,7 +916,7 @@ new SecretWithClientCredentialsConfig { | OauthScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. | | Schema | string | The schema in which to create the secret. | | Comment | string | Specifies a comment for the secret. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | --- @@ -1002,7 +1002,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} --- @@ -1016,7 +1016,7 @@ public string Database { get; set; } The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} --- @@ -1030,7 +1030,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} --- @@ -1044,7 +1044,7 @@ public string[] OauthScopes { get; set; } Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} --- @@ -1060,7 +1060,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} --- @@ -1074,7 +1074,7 @@ public string Comment { get; set; } Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} --- @@ -1086,7 +1086,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithClientCredentials.go.md b/docs/secretWithClientCredentials.go.md index 90713382b..7f8637200 100644 --- a/docs/secretWithClientCredentials.go.md +++ b/docs/secretWithClientCredentials.go.md @@ -4,7 +4,7 @@ ### SecretWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithClientCredential The id of the existing SecretWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -916,7 +916,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/secretwithcli | OauthScopes | *[]*string | Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. | | Schema | *string | The schema in which to create the secret. | | Comment | *string | Specifies a comment for the secret. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | --- @@ -1002,7 +1002,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} --- @@ -1016,7 +1016,7 @@ Database *string The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} --- @@ -1030,7 +1030,7 @@ Name *string String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} --- @@ -1044,7 +1044,7 @@ OauthScopes *[]*string Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} --- @@ -1060,7 +1060,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} --- @@ -1074,7 +1074,7 @@ Comment *string Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} --- @@ -1086,7 +1086,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithClientCredentials.java.md b/docs/secretWithClientCredentials.java.md index c68e04d0c..61b1850c6 100644 --- a/docs/secretWithClientCredentials.java.md +++ b/docs/secretWithClientCredentials.java.md @@ -4,7 +4,7 @@ ### SecretWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. #### Initializers @@ -50,7 +50,7 @@ SecretWithClientCredentials.Builder.create(Construct scope, java.lang.String id) | oauthScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. | | schema | java.lang.String | The schema in which to create the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | --- @@ -122,7 +122,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} --- @@ -164,7 +164,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#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/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 SecretWithClientCredential The id of the existing SecretWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1065,7 +1065,7 @@ SecretWithClientCredentialsConfig.builder() | oauthScopes | java.util.List | Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. | | schema | java.lang.String | The schema in which to create the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | --- @@ -1151,7 +1151,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} --- @@ -1165,7 +1165,7 @@ public java.lang.String getDatabase(); The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} --- @@ -1179,7 +1179,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} --- @@ -1193,7 +1193,7 @@ public java.util.List getOauthScopes(); Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} --- @@ -1209,7 +1209,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} --- @@ -1223,7 +1223,7 @@ public java.lang.String getComment(); Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} --- @@ -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/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithClientCredentials.python.md b/docs/secretWithClientCredentials.python.md index 6099ac85c..eaa2dd282 100644 --- a/docs/secretWithClientCredentials.python.md +++ b/docs/secretWithClientCredentials.python.md @@ -4,7 +4,7 @@ ### SecretWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. #### Initializers @@ -48,7 +48,7 @@ secretWithClientCredentials.SecretWithClientCredentials( | oauth_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. | | schema | str | The schema in which to create the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | --- @@ -120,7 +120,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} --- @@ -162,7 +162,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#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/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 SecretWithClientCredential The id of the existing SecretWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1105,7 +1105,7 @@ secretWithClientCredentials.SecretWithClientCredentialsConfig( | oauth_scopes | typing.List[str] | Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. | | schema | str | The schema in which to create the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | --- @@ -1191,7 +1191,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} --- @@ -1205,7 +1205,7 @@ database: str The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} --- @@ -1219,7 +1219,7 @@ name: str String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} --- @@ -1233,7 +1233,7 @@ oauth_scopes: typing.List[str] Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} --- @@ -1249,7 +1249,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} --- @@ -1263,7 +1263,7 @@ comment: str Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} --- @@ -1275,7 +1275,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithClientCredentials.typescript.md b/docs/secretWithClientCredentials.typescript.md index 19e225fda..31e55209e 100644 --- a/docs/secretWithClientCredentials.typescript.md +++ b/docs/secretWithClientCredentials.typescript.md @@ -4,7 +4,7 @@ ### SecretWithClientCredentials -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithClientCredential The id of the existing SecretWithClientCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use --- @@ -901,7 +901,7 @@ const secretWithClientCredentialsConfig: secretWithClientCredentials.SecretWithC | oauthScopes | string[] | Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. | | schema | string | The schema in which to create the secret. | | comment | string | Specifies a comment for the secret. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. | --- @@ -987,7 +987,7 @@ Specifies the name value of the Snowflake security integration that connects Sno For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} --- @@ -1001,7 +1001,7 @@ public readonly database: string; The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} --- @@ -1015,7 +1015,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} --- @@ -1029,7 +1029,7 @@ public readonly oauthScopes: string[]; Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} --- @@ -1045,7 +1045,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} --- @@ -1059,7 +1059,7 @@ public readonly comment: string; Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} --- @@ -1071,7 +1071,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithGenericString.csharp.md b/docs/secretWithGenericString.csharp.md index 01235ae51..34db42d5a 100644 --- a/docs/secretWithGenericString.csharp.md +++ b/docs/secretWithGenericString.csharp.md @@ -4,7 +4,7 @@ ### SecretWithGenericString -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithGenericString to The id of the existing SecretWithGenericString that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use --- @@ -892,7 +892,7 @@ new SecretWithGenericStringConfig { | Schema | string | The schema in which to create the secret. | | SecretString | string | Specifies the string to store in the secret. | | Comment | string | Specifies a comment for the secret. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | --- @@ -976,7 +976,7 @@ public string Database { get; set; } The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} --- @@ -990,7 +990,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} --- @@ -1006,7 +1006,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} --- @@ -1022,7 +1022,7 @@ Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} --- @@ -1036,7 +1036,7 @@ public string Comment { get; set; } Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} --- @@ -1048,7 +1048,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithGenericString.go.md b/docs/secretWithGenericString.go.md index 5bfc16254..a32a0a8f4 100644 --- a/docs/secretWithGenericString.go.md +++ b/docs/secretWithGenericString.go.md @@ -4,7 +4,7 @@ ### SecretWithGenericString -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithGenericString to The id of the existing SecretWithGenericString that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use --- @@ -892,7 +892,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/secretwithgen | Schema | *string | The schema in which to create the secret. | | SecretString | *string | Specifies the string to store in the secret. | | Comment | *string | Specifies a comment for the secret. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | --- @@ -976,7 +976,7 @@ Database *string The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} --- @@ -990,7 +990,7 @@ Name *string String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} --- @@ -1006,7 +1006,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} --- @@ -1022,7 +1022,7 @@ Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} --- @@ -1036,7 +1036,7 @@ Comment *string Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} --- @@ -1048,7 +1048,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithGenericString.java.md b/docs/secretWithGenericString.java.md index f8817ded8..2e07589f2 100644 --- a/docs/secretWithGenericString.java.md +++ b/docs/secretWithGenericString.java.md @@ -4,7 +4,7 @@ ### SecretWithGenericString -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. #### Initializers @@ -48,7 +48,7 @@ SecretWithGenericString.Builder.create(Construct scope, java.lang.String id) | schema | java.lang.String | The schema in which to create the secret. | | secretString | java.lang.String | Specifies the string to store in the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} --- @@ -140,7 +140,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} --- @@ -152,7 +152,7 @@ Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} --- @@ -170,7 +170,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/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -614,7 +614,7 @@ The construct id used in the generated config for the SecretWithGenericString to The id of the existing SecretWithGenericString that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use --- @@ -1029,7 +1029,7 @@ SecretWithGenericStringConfig.builder() | schema | java.lang.String | The schema in which to create the secret. | | secretString | java.lang.String | Specifies the string to store in the secret. | | comment | java.lang.String | Specifies a comment for the secret. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | --- @@ -1113,7 +1113,7 @@ public java.lang.String getDatabase(); The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} --- @@ -1127,7 +1127,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} --- @@ -1143,7 +1143,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} --- @@ -1159,7 +1159,7 @@ Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} --- @@ -1173,7 +1173,7 @@ public java.lang.String getComment(); Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#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/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithGenericString.python.md b/docs/secretWithGenericString.python.md index e77918d0b..5e28a4995 100644 --- a/docs/secretWithGenericString.python.md +++ b/docs/secretWithGenericString.python.md @@ -4,7 +4,7 @@ ### SecretWithGenericString -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. #### Initializers @@ -46,7 +46,7 @@ secretWithGenericString.SecretWithGenericString( | schema | str | The schema in which to create the secret. | | secret_string | str | Specifies the string to store in the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} --- @@ -138,7 +138,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} --- @@ -150,7 +150,7 @@ Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} --- @@ -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/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -658,7 +658,7 @@ The construct id used in the generated config for the SecretWithGenericString to The id of the existing SecretWithGenericString that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use --- @@ -1069,7 +1069,7 @@ secretWithGenericString.SecretWithGenericStringConfig( | schema | str | The schema in which to create the secret. | | secret_string | str | Specifies the string to store in the secret. | | comment | str | Specifies a comment for the secret. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | --- @@ -1153,7 +1153,7 @@ database: str The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} --- @@ -1167,7 +1167,7 @@ name: str String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} --- @@ -1183,7 +1183,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} --- @@ -1199,7 +1199,7 @@ Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} --- @@ -1213,7 +1213,7 @@ comment: str Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} --- @@ -1225,7 +1225,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/secretWithGenericString.typescript.md b/docs/secretWithGenericString.typescript.md index 0850f034f..6784c5025 100644 --- a/docs/secretWithGenericString.typescript.md +++ b/docs/secretWithGenericString.typescript.md @@ -4,7 +4,7 @@ ### SecretWithGenericString -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the SecretWithGenericString to The id of the existing SecretWithGenericString that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use --- @@ -878,7 +878,7 @@ const secretWithGenericStringConfig: secretWithGenericString.SecretWithGenericSt | schema | string | The schema in which to create the secret. | | secretString | string | Specifies the string to store in the secret. | | comment | string | Specifies a comment for the secret. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. | --- @@ -962,7 +962,7 @@ public readonly database: string; The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} --- @@ -976,7 +976,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} --- @@ -992,7 +992,7 @@ The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} --- @@ -1008,7 +1008,7 @@ Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} --- @@ -1022,7 +1022,7 @@ public readonly comment: string; Specifies a comment for the secret. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} --- @@ -1034,7 +1034,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/sequence.csharp.md b/docs/sequence.csharp.md index 6ebf78622..cee499103 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/1.0.1/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.go.md b/docs/sequence.go.md index df52bfd15..328ee0340 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/1.0.1/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/sequence#id Sequence#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.java.md b/docs/sequence.java.md index 9bdfbcb56..bcc236743 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/1.0.1/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.python.md b/docs/sequence.python.md index 5276a3d8e..c69ff3546 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/1.0.1/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/sequence.typescript.md b/docs/sequence.typescript.md index b5f1c3e17..3f8aaeb3e 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/1.0.1/docs/resources/sequence snowflake_sequence}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#id Sequence#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence#ordering Sequence#ordering} --- diff --git a/docs/serviceUser.csharp.md b/docs/serviceUser.csharp.md index f2a3e9b17..5560bb346 100644 --- a/docs/serviceUser.csharp.md +++ b/docs/serviceUser.csharp.md @@ -4,7 +4,7 @@ ### ServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user snowflake_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user snowflake_service_user}. #### Initializers @@ -971,7 +971,7 @@ The construct id used in the generated config for the ServiceUser to import. The id of the existing ServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_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/1.0.2/docs/resources/service_user#import import section} in the documentation of this resource for the id to use --- @@ -2948,7 +2948,7 @@ new ServiceUserConfig { | ErrorOnNondeterministicUpdate | object | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | GeographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. | | JdbcTreatDecimalAsInt | object | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | JdbcTreatTimestampNtzAsUtc | object | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | object | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3076,7 +3076,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} --- @@ -3090,7 +3090,7 @@ public object AbortDetachedQuery { get; set; } Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} --- @@ -3106,7 +3106,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} --- @@ -3122,7 +3122,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} --- @@ -3138,7 +3138,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} --- @@ -3154,7 +3154,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} --- @@ -3170,7 +3170,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} --- @@ -3186,7 +3186,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} --- @@ -3202,7 +3202,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} --- @@ -3216,7 +3216,7 @@ public object ClientResultColumnCaseInsensitive { get; set; } Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} --- @@ -3232,7 +3232,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} --- @@ -3246,7 +3246,7 @@ public double ClientSessionKeepAliveHeartbeatFrequency { get; set; } Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -3260,7 +3260,7 @@ public string ClientTimestampTypeMapping { get; set; } Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} --- @@ -3274,7 +3274,7 @@ public string Comment { get; set; } Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} --- @@ -3290,7 +3290,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} --- @@ -3306,7 +3306,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} --- @@ -3322,7 +3322,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} --- @@ -3338,7 +3338,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} --- @@ -3354,7 +3354,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} --- @@ -3370,7 +3370,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} --- @@ -3386,7 +3386,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} --- @@ -3402,7 +3402,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} --- @@ -3416,7 +3416,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/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} --- @@ -3430,7 +3430,7 @@ public string Email { get; set; } Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#email ServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} --- @@ -3444,7 +3444,7 @@ public object EnableUnloadPhysicalTypeOptimization { get; set; } Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} --- @@ -3460,7 +3460,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} --- @@ -3474,7 +3474,7 @@ public object ErrorOnNondeterministicMerge { get; set; } Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} --- @@ -3488,7 +3488,7 @@ public object ErrorOnNondeterministicUpdate { get; set; } Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} --- @@ -3502,7 +3502,7 @@ public string GeographyOutputFormat { get; set; } Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} --- @@ -3516,7 +3516,7 @@ public string GeometryOutputFormat { get; set; } Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} --- @@ -3528,7 +3528,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3545,7 +3545,7 @@ public object JdbcTreatDecimalAsInt { get; set; } Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} --- @@ -3559,7 +3559,7 @@ public object JdbcTreatTimestampNtzAsUtc { get; set; } Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3573,7 +3573,7 @@ public object JdbcUseSessionTimezone { get; set; } Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} --- @@ -3589,7 +3589,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} --- @@ -3605,7 +3605,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} --- @@ -3621,7 +3621,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} --- @@ -3637,7 +3637,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} --- @@ -3653,7 +3653,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} --- @@ -3667,7 +3667,7 @@ public double MultiStatementCount { get; set; } Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} --- @@ -3683,7 +3683,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} --- @@ -3699,7 +3699,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} --- @@ -3713,7 +3713,7 @@ public object OdbcTreatDecimalAsInt { get; set; } Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} --- @@ -3727,7 +3727,7 @@ public object PreventUnloadToInternalStages { get; set; } Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} --- @@ -3743,7 +3743,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} --- @@ -3759,7 +3759,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} --- @@ -3775,7 +3775,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} --- @@ -3789,7 +3789,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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} --- @@ -3805,7 +3805,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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} --- @@ -3821,7 +3821,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} --- @@ -3837,7 +3837,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} --- @@ -3853,7 +3853,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} --- @@ -3867,7 +3867,7 @@ public double StatementQueuedTimeoutInSeconds { get; set; } Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} --- @@ -3881,7 +3881,7 @@ public double StatementTimeoutInSeconds { get; set; } Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} --- @@ -3895,7 +3895,7 @@ public object StrictJsonOutput { get; set; } This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} --- @@ -3911,7 +3911,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} --- @@ -3927,7 +3927,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} --- @@ -3941,7 +3941,7 @@ public object TimestampDayIsAlways24H { get; set; } Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} --- @@ -3957,7 +3957,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} --- @@ -3973,7 +3973,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} --- @@ -3987,7 +3987,7 @@ public string TimestampNtzOutputFormat { get; set; } Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} --- @@ -4003,7 +4003,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} --- @@ -4017,7 +4017,7 @@ public string TimestampTypeMapping { get; set; } Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} --- @@ -4033,7 +4033,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} --- @@ -4049,7 +4049,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} --- @@ -4065,7 +4065,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} --- @@ -4081,7 +4081,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} --- @@ -4095,7 +4095,7 @@ public string TransactionDefaultIsolationLevel { get; set; } Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} --- @@ -4109,7 +4109,7 @@ public double TwoDigitCenturyStart { get; set; } Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} --- @@ -4123,7 +4123,7 @@ public string UnsupportedDdlAction { get; set; } Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} --- @@ -4139,7 +4139,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} --- @@ -4155,7 +4155,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} --- @@ -4171,7 +4171,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} --- diff --git a/docs/serviceUser.go.md b/docs/serviceUser.go.md index 50e61f18c..ebfeb8666 100644 --- a/docs/serviceUser.go.md +++ b/docs/serviceUser.go.md @@ -4,7 +4,7 @@ ### ServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user snowflake_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user snowflake_service_user}. #### Initializers @@ -971,7 +971,7 @@ The construct id used in the generated config for the ServiceUser to import. The id of the existing ServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_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/1.0.2/docs/resources/service_user#import import section} in the documentation of this resource for the id to use --- @@ -2948,7 +2948,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/serviceuser" | ErrorOnNondeterministicUpdate | interface{} | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | GeographyOutputFormat | *string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | *string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. | | JdbcTreatDecimalAsInt | interface{} | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | JdbcTreatTimestampNtzAsUtc | interface{} | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | interface{} | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3076,7 +3076,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} --- @@ -3090,7 +3090,7 @@ AbortDetachedQuery interface{} Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} --- @@ -3106,7 +3106,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} --- @@ -3122,7 +3122,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} --- @@ -3138,7 +3138,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} --- @@ -3154,7 +3154,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} --- @@ -3170,7 +3170,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} --- @@ -3186,7 +3186,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} --- @@ -3202,7 +3202,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} --- @@ -3216,7 +3216,7 @@ ClientResultColumnCaseInsensitive interface{} Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} --- @@ -3232,7 +3232,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} --- @@ -3246,7 +3246,7 @@ ClientSessionKeepAliveHeartbeatFrequency *f64 Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -3260,7 +3260,7 @@ ClientTimestampTypeMapping *string Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} --- @@ -3274,7 +3274,7 @@ Comment *string Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} --- @@ -3290,7 +3290,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} --- @@ -3306,7 +3306,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} --- @@ -3322,7 +3322,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} --- @@ -3338,7 +3338,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} --- @@ -3354,7 +3354,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} --- @@ -3370,7 +3370,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} --- @@ -3386,7 +3386,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} --- @@ -3402,7 +3402,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} --- @@ -3416,7 +3416,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/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} --- @@ -3430,7 +3430,7 @@ Email *string Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#email ServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} --- @@ -3444,7 +3444,7 @@ EnableUnloadPhysicalTypeOptimization interface{} Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} --- @@ -3460,7 +3460,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} --- @@ -3474,7 +3474,7 @@ ErrorOnNondeterministicMerge interface{} Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} --- @@ -3488,7 +3488,7 @@ ErrorOnNondeterministicUpdate interface{} Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} --- @@ -3502,7 +3502,7 @@ GeographyOutputFormat *string Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} --- @@ -3516,7 +3516,7 @@ GeometryOutputFormat *string Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} --- @@ -3528,7 +3528,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3545,7 +3545,7 @@ JdbcTreatDecimalAsInt interface{} Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} --- @@ -3559,7 +3559,7 @@ JdbcTreatTimestampNtzAsUtc interface{} Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3573,7 +3573,7 @@ JdbcUseSessionTimezone interface{} Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} --- @@ -3589,7 +3589,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} --- @@ -3605,7 +3605,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} --- @@ -3621,7 +3621,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} --- @@ -3637,7 +3637,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} --- @@ -3653,7 +3653,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} --- @@ -3667,7 +3667,7 @@ MultiStatementCount *f64 Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} --- @@ -3683,7 +3683,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} --- @@ -3699,7 +3699,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} --- @@ -3713,7 +3713,7 @@ OdbcTreatDecimalAsInt interface{} Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} --- @@ -3727,7 +3727,7 @@ PreventUnloadToInternalStages interface{} Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} --- @@ -3743,7 +3743,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} --- @@ -3759,7 +3759,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} --- @@ -3775,7 +3775,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} --- @@ -3789,7 +3789,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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} --- @@ -3805,7 +3805,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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} --- @@ -3821,7 +3821,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} --- @@ -3837,7 +3837,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} --- @@ -3853,7 +3853,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} --- @@ -3867,7 +3867,7 @@ StatementQueuedTimeoutInSeconds *f64 Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} --- @@ -3881,7 +3881,7 @@ StatementTimeoutInSeconds *f64 Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} --- @@ -3895,7 +3895,7 @@ StrictJsonOutput interface{} This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} --- @@ -3911,7 +3911,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} --- @@ -3927,7 +3927,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} --- @@ -3941,7 +3941,7 @@ TimestampDayIsAlways24H interface{} Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} --- @@ -3957,7 +3957,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} --- @@ -3973,7 +3973,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} --- @@ -3987,7 +3987,7 @@ TimestampNtzOutputFormat *string Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} --- @@ -4003,7 +4003,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} --- @@ -4017,7 +4017,7 @@ TimestampTypeMapping *string Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} --- @@ -4033,7 +4033,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} --- @@ -4049,7 +4049,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} --- @@ -4065,7 +4065,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} --- @@ -4081,7 +4081,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} --- @@ -4095,7 +4095,7 @@ TransactionDefaultIsolationLevel *string Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} --- @@ -4109,7 +4109,7 @@ TwoDigitCenturyStart *f64 Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} --- @@ -4123,7 +4123,7 @@ UnsupportedDdlAction *string Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} --- @@ -4139,7 +4139,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} --- @@ -4155,7 +4155,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} --- @@ -4171,7 +4171,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} --- diff --git a/docs/serviceUser.java.md b/docs/serviceUser.java.md index 208115c02..413e35573 100644 --- a/docs/serviceUser.java.md +++ b/docs/serviceUser.java.md @@ -4,7 +4,7 @@ ### ServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user snowflake_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user snowflake_service_user}. #### Initializers @@ -160,7 +160,7 @@ ServiceUser.Builder.create(Construct scope, java.lang.String id) | errorOnNondeterministicUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. | | jdbcTreatDecimalAsInt | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -274,7 +274,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} --- @@ -296,7 +296,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} --- @@ -308,7 +308,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} --- @@ -320,7 +320,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} --- @@ -332,7 +332,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} --- @@ -344,7 +344,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} --- @@ -356,7 +356,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} --- @@ -368,7 +368,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} --- @@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} --- @@ -390,7 +390,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} --- @@ -400,7 +400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -410,7 +410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} --- @@ -420,7 +420,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} --- @@ -432,7 +432,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} --- @@ -444,7 +444,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} --- @@ -456,7 +456,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} --- @@ -468,7 +468,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} --- @@ -480,7 +480,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} --- @@ -492,7 +492,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} --- @@ -504,7 +504,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} --- @@ -516,7 +516,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} --- @@ -526,7 +526,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/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} --- @@ -536,7 +536,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/1.0.1/docs/resources/service_user#email ServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} --- @@ -546,7 +546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} --- @@ -558,7 +558,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} --- @@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} --- @@ -578,7 +578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} --- @@ -588,7 +588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} --- @@ -598,7 +598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} --- @@ -606,7 +606,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/1.0.1/docs/resources/service_user#id ServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -619,7 +619,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} --- @@ -629,7 +629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -639,7 +639,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} --- @@ -651,7 +651,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} --- @@ -663,7 +663,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} --- @@ -675,7 +675,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} --- @@ -687,7 +687,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} --- @@ -699,7 +699,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} --- @@ -709,7 +709,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} --- @@ -721,7 +721,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} --- @@ -733,7 +733,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} --- @@ -743,7 +743,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} --- @@ -753,7 +753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} --- @@ -765,7 +765,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} --- @@ -777,7 +777,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} --- @@ -789,7 +789,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} --- @@ -799,7 +799,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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} --- @@ -811,7 +811,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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} --- @@ -823,7 +823,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} --- @@ -835,7 +835,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} --- @@ -847,7 +847,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} --- @@ -857,7 +857,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} --- @@ -867,7 +867,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} --- @@ -877,7 +877,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} --- @@ -889,7 +889,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} --- @@ -901,7 +901,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} --- @@ -911,7 +911,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} --- @@ -923,7 +923,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} --- @@ -935,7 +935,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} --- @@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} --- @@ -957,7 +957,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} --- @@ -967,7 +967,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} --- @@ -979,7 +979,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} --- @@ -991,7 +991,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} --- @@ -1003,7 +1003,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} --- @@ -1015,7 +1015,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} --- @@ -1025,7 +1025,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} --- @@ -1035,7 +1035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} --- @@ -1045,7 +1045,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} --- @@ -1057,7 +1057,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} --- @@ -1069,7 +1069,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} --- @@ -1081,7 +1081,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} --- @@ -2012,7 +2012,7 @@ The construct id used in the generated config for the ServiceUser to import. The id of the existing ServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_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/1.0.2/docs/resources/service_user#import import section} in the documentation of this resource for the id to use --- @@ -4013,7 +4013,7 @@ ServiceUserConfig.builder() | errorOnNondeterministicUpdate | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. | | jdbcTreatDecimalAsInt | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -4141,7 +4141,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} --- @@ -4155,7 +4155,7 @@ public java.lang.Object getAbortDetachedQuery(); Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} --- @@ -4171,7 +4171,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} --- @@ -4187,7 +4187,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} --- @@ -4203,7 +4203,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} --- @@ -4219,7 +4219,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} --- @@ -4235,7 +4235,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} --- @@ -4251,7 +4251,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} --- @@ -4267,7 +4267,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} --- @@ -4281,7 +4281,7 @@ public java.lang.Object getClientResultColumnCaseInsensitive(); Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} --- @@ -4297,7 +4297,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} --- @@ -4311,7 +4311,7 @@ public java.lang.Number getClientSessionKeepAliveHeartbeatFrequency(); Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -4325,7 +4325,7 @@ public java.lang.String getClientTimestampTypeMapping(); Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} --- @@ -4339,7 +4339,7 @@ public java.lang.String getComment(); Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} --- @@ -4355,7 +4355,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} --- @@ -4371,7 +4371,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} --- @@ -4387,7 +4387,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} --- @@ -4403,7 +4403,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} --- @@ -4419,7 +4419,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} --- @@ -4435,7 +4435,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} --- @@ -4451,7 +4451,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} --- @@ -4467,7 +4467,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} --- @@ -4481,7 +4481,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/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} --- @@ -4495,7 +4495,7 @@ public java.lang.String getEmail(); Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#email ServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} --- @@ -4509,7 +4509,7 @@ public java.lang.Object getEnableUnloadPhysicalTypeOptimization(); Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} --- @@ -4525,7 +4525,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} --- @@ -4539,7 +4539,7 @@ public java.lang.Object getErrorOnNondeterministicMerge(); Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} --- @@ -4553,7 +4553,7 @@ public java.lang.Object getErrorOnNondeterministicUpdate(); Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} --- @@ -4567,7 +4567,7 @@ public java.lang.String getGeographyOutputFormat(); Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} --- @@ -4581,7 +4581,7 @@ public java.lang.String getGeometryOutputFormat(); Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} --- @@ -4593,7 +4593,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4610,7 +4610,7 @@ public java.lang.Object getJdbcTreatDecimalAsInt(); Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} --- @@ -4624,7 +4624,7 @@ public java.lang.Object getJdbcTreatTimestampNtzAsUtc(); Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4638,7 +4638,7 @@ public java.lang.Object getJdbcUseSessionTimezone(); Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} --- @@ -4654,7 +4654,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} --- @@ -4670,7 +4670,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} --- @@ -4686,7 +4686,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} --- @@ -4702,7 +4702,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} --- @@ -4718,7 +4718,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} --- @@ -4732,7 +4732,7 @@ public java.lang.Number getMultiStatementCount(); Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} --- @@ -4748,7 +4748,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} --- @@ -4764,7 +4764,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} --- @@ -4778,7 +4778,7 @@ public java.lang.Object getOdbcTreatDecimalAsInt(); Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} --- @@ -4792,7 +4792,7 @@ public java.lang.Object getPreventUnloadToInternalStages(); Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} --- @@ -4808,7 +4808,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} --- @@ -4824,7 +4824,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} --- @@ -4840,7 +4840,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} --- @@ -4854,7 +4854,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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} --- @@ -4870,7 +4870,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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} --- @@ -4886,7 +4886,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} --- @@ -4902,7 +4902,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} --- @@ -4918,7 +4918,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} --- @@ -4932,7 +4932,7 @@ public java.lang.Number getStatementQueuedTimeoutInSeconds(); Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} --- @@ -4946,7 +4946,7 @@ public java.lang.Number getStatementTimeoutInSeconds(); Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} --- @@ -4960,7 +4960,7 @@ public java.lang.Object getStrictJsonOutput(); This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} --- @@ -4976,7 +4976,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} --- @@ -4992,7 +4992,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} --- @@ -5006,7 +5006,7 @@ public java.lang.Object getTimestampDayIsAlways24H(); Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} --- @@ -5022,7 +5022,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} --- @@ -5038,7 +5038,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} --- @@ -5052,7 +5052,7 @@ public java.lang.String getTimestampNtzOutputFormat(); Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} --- @@ -5068,7 +5068,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} --- @@ -5082,7 +5082,7 @@ public java.lang.String getTimestampTypeMapping(); Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} --- @@ -5098,7 +5098,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} --- @@ -5114,7 +5114,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} --- @@ -5130,7 +5130,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} --- @@ -5146,7 +5146,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} --- @@ -5160,7 +5160,7 @@ public java.lang.String getTransactionDefaultIsolationLevel(); Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} --- @@ -5174,7 +5174,7 @@ public java.lang.Number getTwoDigitCenturyStart(); Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} --- @@ -5188,7 +5188,7 @@ public java.lang.String getUnsupportedDdlAction(); Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} --- @@ -5204,7 +5204,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} --- @@ -5220,7 +5220,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} --- @@ -5236,7 +5236,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} --- diff --git a/docs/serviceUser.python.md b/docs/serviceUser.python.md index e970d6f5c..5f0ceef6b 100644 --- a/docs/serviceUser.python.md +++ b/docs/serviceUser.python.md @@ -4,7 +4,7 @@ ### ServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user snowflake_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user snowflake_service_user}. #### Initializers @@ -138,7 +138,7 @@ serviceUser.ServiceUser( | error_on_nondeterministic_update | typing.Union[bool, cdktf.IResolvable] | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. | | jdbc_treat_decimal_as_int | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -252,7 +252,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} --- @@ -274,7 +274,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} --- @@ -286,7 +286,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} --- @@ -298,7 +298,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} --- @@ -310,7 +310,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} --- @@ -322,7 +322,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} --- @@ -334,7 +334,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} --- @@ -346,7 +346,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} --- @@ -356,7 +356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} --- @@ -368,7 +368,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} --- @@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} --- @@ -398,7 +398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} --- @@ -410,7 +410,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} --- @@ -422,7 +422,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} --- @@ -434,7 +434,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} --- @@ -446,7 +446,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} --- @@ -458,7 +458,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} --- @@ -470,7 +470,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} --- @@ -482,7 +482,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} --- @@ -494,7 +494,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} --- @@ -504,7 +504,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/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} --- @@ -514,7 +514,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/1.0.1/docs/resources/service_user#email ServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} --- @@ -524,7 +524,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} --- @@ -536,7 +536,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} --- @@ -546,7 +546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} --- @@ -556,7 +556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} --- @@ -566,7 +566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} --- @@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} --- @@ -584,7 +584,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/1.0.1/docs/resources/service_user#id ServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -597,7 +597,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -617,7 +617,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} --- @@ -629,7 +629,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} --- @@ -641,7 +641,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} --- @@ -653,7 +653,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} --- @@ -665,7 +665,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} --- @@ -677,7 +677,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} --- @@ -687,7 +687,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} --- @@ -699,7 +699,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} --- @@ -711,7 +711,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} --- @@ -721,7 +721,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} --- @@ -731,7 +731,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} --- @@ -743,7 +743,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} --- @@ -755,7 +755,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} --- @@ -767,7 +767,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} --- @@ -777,7 +777,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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} --- @@ -789,7 +789,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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} --- @@ -801,7 +801,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} --- @@ -813,7 +813,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} --- @@ -825,7 +825,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} --- @@ -835,7 +835,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} --- @@ -845,7 +845,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} --- @@ -855,7 +855,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} --- @@ -867,7 +867,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} --- @@ -879,7 +879,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} --- @@ -889,7 +889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} --- @@ -901,7 +901,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} --- @@ -913,7 +913,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} --- @@ -923,7 +923,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} --- @@ -935,7 +935,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} --- @@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} --- @@ -957,7 +957,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} --- @@ -969,7 +969,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} --- @@ -981,7 +981,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} --- @@ -993,7 +993,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} --- @@ -1003,7 +1003,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} --- @@ -1013,7 +1013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} --- @@ -1023,7 +1023,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} --- @@ -1035,7 +1035,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} --- @@ -1047,7 +1047,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} --- @@ -1059,7 +1059,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} --- @@ -2036,7 +2036,7 @@ The construct id used in the generated config for the ServiceUser to import. The id of the existing ServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_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/1.0.2/docs/resources/service_user#import import section} in the documentation of this resource for the id to use --- @@ -4013,7 +4013,7 @@ serviceUser.ServiceUserConfig( | error_on_nondeterministic_update | typing.Union[bool, cdktf.IResolvable] | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. | | jdbc_treat_decimal_as_int | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -4141,7 +4141,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} --- @@ -4155,7 +4155,7 @@ abort_detached_query: typing.Union[bool, IResolvable] Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} --- @@ -4171,7 +4171,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} --- @@ -4187,7 +4187,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} --- @@ -4203,7 +4203,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} --- @@ -4219,7 +4219,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} --- @@ -4235,7 +4235,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} --- @@ -4251,7 +4251,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} --- @@ -4267,7 +4267,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} --- @@ -4281,7 +4281,7 @@ client_result_column_case_insensitive: typing.Union[bool, IResolvable] Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} --- @@ -4297,7 +4297,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} --- @@ -4311,7 +4311,7 @@ client_session_keep_alive_heartbeat_frequency: typing.Union[int, float] Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -4325,7 +4325,7 @@ client_timestamp_type_mapping: str Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} --- @@ -4339,7 +4339,7 @@ comment: str Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} --- @@ -4355,7 +4355,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} --- @@ -4371,7 +4371,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} --- @@ -4387,7 +4387,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} --- @@ -4403,7 +4403,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} --- @@ -4419,7 +4419,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} --- @@ -4435,7 +4435,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} --- @@ -4451,7 +4451,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} --- @@ -4467,7 +4467,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} --- @@ -4481,7 +4481,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/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} --- @@ -4495,7 +4495,7 @@ email: str Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#email ServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} --- @@ -4509,7 +4509,7 @@ enable_unload_physical_type_optimization: typing.Union[bool, IResolvable] Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} --- @@ -4525,7 +4525,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} --- @@ -4539,7 +4539,7 @@ error_on_nondeterministic_merge: typing.Union[bool, IResolvable] Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} --- @@ -4553,7 +4553,7 @@ error_on_nondeterministic_update: typing.Union[bool, IResolvable] Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} --- @@ -4567,7 +4567,7 @@ geography_output_format: str Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} --- @@ -4581,7 +4581,7 @@ geometry_output_format: str Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} --- @@ -4593,7 +4593,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -4610,7 +4610,7 @@ jdbc_treat_decimal_as_int: typing.Union[bool, IResolvable] Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} --- @@ -4624,7 +4624,7 @@ jdbc_treat_timestamp_ntz_as_utc: typing.Union[bool, IResolvable] Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4638,7 +4638,7 @@ jdbc_use_session_timezone: typing.Union[bool, IResolvable] Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} --- @@ -4654,7 +4654,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} --- @@ -4670,7 +4670,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} --- @@ -4686,7 +4686,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} --- @@ -4702,7 +4702,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} --- @@ -4718,7 +4718,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} --- @@ -4732,7 +4732,7 @@ multi_statement_count: typing.Union[int, float] Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} --- @@ -4748,7 +4748,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} --- @@ -4764,7 +4764,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} --- @@ -4778,7 +4778,7 @@ odbc_treat_decimal_as_int: typing.Union[bool, IResolvable] Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} --- @@ -4792,7 +4792,7 @@ prevent_unload_to_internal_stages: typing.Union[bool, IResolvable] Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} --- @@ -4808,7 +4808,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} --- @@ -4824,7 +4824,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} --- @@ -4840,7 +4840,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} --- @@ -4854,7 +4854,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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} --- @@ -4870,7 +4870,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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} --- @@ -4886,7 +4886,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} --- @@ -4902,7 +4902,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} --- @@ -4918,7 +4918,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} --- @@ -4932,7 +4932,7 @@ statement_queued_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} --- @@ -4946,7 +4946,7 @@ statement_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} --- @@ -4960,7 +4960,7 @@ strict_json_output: typing.Union[bool, IResolvable] This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} --- @@ -4976,7 +4976,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} --- @@ -4992,7 +4992,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} --- @@ -5006,7 +5006,7 @@ timestamp_day_is_always24_h: typing.Union[bool, IResolvable] Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} --- @@ -5022,7 +5022,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} --- @@ -5038,7 +5038,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} --- @@ -5052,7 +5052,7 @@ timestamp_ntz_output_format: str Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} --- @@ -5068,7 +5068,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} --- @@ -5082,7 +5082,7 @@ timestamp_type_mapping: str Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} --- @@ -5098,7 +5098,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} --- @@ -5114,7 +5114,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} --- @@ -5130,7 +5130,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} --- @@ -5146,7 +5146,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} --- @@ -5160,7 +5160,7 @@ transaction_default_isolation_level: str Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} --- @@ -5174,7 +5174,7 @@ two_digit_century_start: typing.Union[int, float] Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} --- @@ -5188,7 +5188,7 @@ unsupported_ddl_action: str Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} --- @@ -5204,7 +5204,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} --- @@ -5220,7 +5220,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} --- @@ -5236,7 +5236,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} --- diff --git a/docs/serviceUser.typescript.md b/docs/serviceUser.typescript.md index 51e17e987..fa69062a6 100644 --- a/docs/serviceUser.typescript.md +++ b/docs/serviceUser.typescript.md @@ -4,7 +4,7 @@ ### ServiceUser -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user snowflake_service_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user snowflake_service_user}. #### Initializers @@ -971,7 +971,7 @@ The construct id used in the generated config for the ServiceUser to import. The id of the existing ServiceUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_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/1.0.2/docs/resources/service_user#import import section} in the documentation of this resource for the id to use --- @@ -2867,7 +2867,7 @@ const serviceUserConfig: serviceUser.ServiceUserConfig = { ... } | errorOnNondeterministicUpdate | boolean \| cdktf.IResolvable | Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). | | geographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. | | jdbcTreatDecimalAsInt | boolean \| cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | boolean \| cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | boolean \| cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -2995,7 +2995,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} --- @@ -3009,7 +3009,7 @@ public readonly abortDetachedQuery: boolean | IResolvable; Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} --- @@ -3025,7 +3025,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} --- @@ -3041,7 +3041,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} --- @@ -3057,7 +3057,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} --- @@ -3073,7 +3073,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} --- @@ -3089,7 +3089,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} --- @@ -3105,7 +3105,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} --- @@ -3121,7 +3121,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} --- @@ -3135,7 +3135,7 @@ public readonly clientResultColumnCaseInsensitive: boolean | IResolvable; Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} --- @@ -3151,7 +3151,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} --- @@ -3165,7 +3165,7 @@ public readonly clientSessionKeepAliveHeartbeatFrequency: number; Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} --- @@ -3179,7 +3179,7 @@ public readonly clientTimestampTypeMapping: string; Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} --- @@ -3193,7 +3193,7 @@ public readonly comment: string; Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} --- @@ -3209,7 +3209,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} --- @@ -3225,7 +3225,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} --- @@ -3241,7 +3241,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} --- @@ -3257,7 +3257,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} --- @@ -3273,7 +3273,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} --- @@ -3289,7 +3289,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} --- @@ -3305,7 +3305,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} --- @@ -3321,7 +3321,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} --- @@ -3335,7 +3335,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/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} --- @@ -3349,7 +3349,7 @@ public readonly email: string; Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#email ServiceUser#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} --- @@ -3363,7 +3363,7 @@ public readonly enableUnloadPhysicalTypeOptimization: boolean | IResolvable; Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} --- @@ -3379,7 +3379,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} --- @@ -3393,7 +3393,7 @@ public readonly errorOnNondeterministicMerge: boolean | IResolvable; Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} --- @@ -3407,7 +3407,7 @@ public readonly errorOnNondeterministicUpdate: boolean | IResolvable; Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} --- @@ -3421,7 +3421,7 @@ public readonly geographyOutputFormat: string; Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} --- @@ -3435,7 +3435,7 @@ public readonly geometryOutputFormat: string; Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} --- @@ -3447,7 +3447,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3464,7 +3464,7 @@ public readonly jdbcTreatDecimalAsInt: boolean | IResolvable; Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} --- @@ -3478,7 +3478,7 @@ public readonly jdbcTreatTimestampNtzAsUtc: boolean | IResolvable; Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3492,7 +3492,7 @@ public readonly jdbcUseSessionTimezone: boolean | IResolvable; Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} --- @@ -3508,7 +3508,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} --- @@ -3524,7 +3524,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} --- @@ -3540,7 +3540,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} --- @@ -3556,7 +3556,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} --- @@ -3572,7 +3572,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} --- @@ -3586,7 +3586,7 @@ public readonly multiStatementCount: number; Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} --- @@ -3602,7 +3602,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} --- @@ -3618,7 +3618,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} --- @@ -3632,7 +3632,7 @@ public readonly odbcTreatDecimalAsInt: boolean | IResolvable; Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} --- @@ -3646,7 +3646,7 @@ public readonly preventUnloadToInternalStages: boolean | IResolvable; Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} --- @@ -3662,7 +3662,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} --- @@ -3678,7 +3678,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} --- @@ -3694,7 +3694,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} --- @@ -3708,7 +3708,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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} --- @@ -3724,7 +3724,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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} --- @@ -3740,7 +3740,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} --- @@ -3756,7 +3756,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} --- @@ -3772,7 +3772,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} --- @@ -3786,7 +3786,7 @@ public readonly statementQueuedTimeoutInSeconds: number; Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} --- @@ -3800,7 +3800,7 @@ public readonly statementTimeoutInSeconds: number; Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} --- @@ -3814,7 +3814,7 @@ public readonly strictJsonOutput: boolean | IResolvable; This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} --- @@ -3830,7 +3830,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} --- @@ -3846,7 +3846,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} --- @@ -3860,7 +3860,7 @@ public readonly timestampDayIsAlways24H: boolean | IResolvable; Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} --- @@ -3876,7 +3876,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} --- @@ -3892,7 +3892,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} --- @@ -3906,7 +3906,7 @@ public readonly timestampNtzOutputFormat: string; Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} --- @@ -3922,7 +3922,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} --- @@ -3936,7 +3936,7 @@ public readonly timestampTypeMapping: string; Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} --- @@ -3952,7 +3952,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} --- @@ -3968,7 +3968,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} --- @@ -3984,7 +3984,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} --- @@ -4000,7 +4000,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} --- @@ -4014,7 +4014,7 @@ public readonly transactionDefaultIsolationLevel: string; Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} --- @@ -4028,7 +4028,7 @@ public readonly twoDigitCenturyStart: number; Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} --- @@ -4042,7 +4042,7 @@ public readonly unsupportedDdlAction: string; Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} --- @@ -4058,7 +4058,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} --- @@ -4074,7 +4074,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} --- @@ -4090,7 +4090,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} --- diff --git a/docs/share.csharp.md b/docs/share.csharp.md index 09587c6b2..3ebed3e5d 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/1.0.1/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -818,7 +818,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/1.0.1/docs/resources/share#id Share#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#id Share#id}. | --- @@ -902,7 +902,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/1.0.1/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#name Share#name} --- @@ -918,7 +918,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/1.0.1/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#accounts Share#accounts} --- @@ -932,7 +932,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/1.0.1/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#comment Share#comment} --- @@ -944,7 +944,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 54187c2b0..224eff69a 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/1.0.1/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -818,7 +818,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/share#id Share#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#id Share#id}. | --- @@ -902,7 +902,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/1.0.1/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#name Share#name} --- @@ -918,7 +918,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/1.0.1/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#accounts Share#accounts} --- @@ -932,7 +932,7 @@ Comment *string Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#comment Share#comment} --- @@ -944,7 +944,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 660c901a5..11fb897d8 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/1.0.1/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#id Share#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -929,7 +929,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/1.0.1/docs/resources/share#id Share#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#id Share#id}. | --- @@ -1013,7 +1013,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/1.0.1/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#name Share#name} --- @@ -1029,7 +1029,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/1.0.1/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#accounts Share#accounts} --- @@ -1043,7 +1043,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/1.0.1/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#comment Share#comment} --- @@ -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/1.0.1/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 2d7066cd8..ce7e17cbf 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/1.0.1/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#id Share#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -969,7 +969,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/1.0.1/docs/resources/share#id Share#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#id Share#id}. | --- @@ -1053,7 +1053,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/1.0.1/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#name Share#name} --- @@ -1069,7 +1069,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/1.0.1/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#accounts Share#accounts} --- @@ -1083,7 +1083,7 @@ comment: str Specifies a comment for the managed account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#comment Share#comment} --- @@ -1095,7 +1095,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 5359e4fa0..2939869dd 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/1.0.1/docs/resources/share snowflake_share}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/share#import import section} in the documentation of this resource for the id to use --- @@ -806,7 +806,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/1.0.1/docs/resources/share#id Share#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#id Share#id}. | --- @@ -890,7 +890,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/1.0.1/docs/resources/share#name Share#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#name Share#name} --- @@ -906,7 +906,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/1.0.1/docs/resources/share#accounts Share#accounts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#accounts Share#accounts} --- @@ -920,7 +920,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/1.0.1/docs/resources/share#comment Share#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#comment Share#comment} --- @@ -932,7 +932,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share#id Share#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/sharedDatabase.csharp.md b/docs/sharedDatabase.csharp.md index 435d068bd..45a6c5e17 100644 --- a/docs/sharedDatabase.csharp.md +++ b/docs/sharedDatabase.csharp.md @@ -4,7 +4,7 @@ ### SharedDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database snowflake_shared_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database snowflake_shared_database}. #### Initializers @@ -579,7 +579,7 @@ The construct id used in the generated config for the SharedDatabase to import. The id of the existing SharedDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_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/1.0.2/docs/resources/shared_database#import import section} in the documentation of this resource for the id to use --- @@ -1235,7 +1235,7 @@ new SharedDatabaseConfig { | DefaultDdlCollation | string | Specifies a default collation specification for all schemas and tables added to the database. | | EnableConsoleOutput | object | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. | | LogLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | QuotedIdentifiersIgnoreCase | object | If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). | | ReplaceInvalidCharacters | object | Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. | @@ -1331,7 +1331,7 @@ A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} --- @@ -1347,7 +1347,7 @@ Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} --- @@ -1361,7 +1361,7 @@ public string Catalog { get; set; } The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} --- @@ -1375,7 +1375,7 @@ public string Comment { get; set; } Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} --- @@ -1391,7 +1391,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} --- @@ -1405,7 +1405,7 @@ public object EnableConsoleOutput { get; set; } If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} --- @@ -1419,7 +1419,7 @@ public string ExternalVolume { get; set; } The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} --- @@ -1431,7 +1431,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1450,7 +1450,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} --- @@ -1464,7 +1464,7 @@ public object QuotedIdentifiersIgnoreCase { get; set; } If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} --- @@ -1480,7 +1480,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} --- @@ -1496,7 +1496,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} --- @@ -1512,7 +1512,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} --- @@ -1526,7 +1526,7 @@ public double TaskAutoRetryAttempts { get; set; } Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} --- @@ -1542,7 +1542,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} --- @@ -1558,7 +1558,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} --- @@ -1572,7 +1572,7 @@ public double UserTaskMinimumTriggerIntervalInSeconds { get; set; } Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1586,7 +1586,7 @@ public double UserTaskTimeoutMs { get; set; } User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} --- diff --git a/docs/sharedDatabase.go.md b/docs/sharedDatabase.go.md index d428d5300..7ed1ac120 100644 --- a/docs/sharedDatabase.go.md +++ b/docs/sharedDatabase.go.md @@ -4,7 +4,7 @@ ### SharedDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database snowflake_shared_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database snowflake_shared_database}. #### Initializers @@ -579,7 +579,7 @@ The construct id used in the generated config for the SharedDatabase to import. The id of the existing SharedDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_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/1.0.2/docs/resources/shared_database#import import section} in the documentation of this resource for the id to use --- @@ -1235,7 +1235,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/shareddatabas | DefaultDdlCollation | *string | Specifies a default collation specification for all schemas and tables added to the database. | | EnableConsoleOutput | interface{} | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | ExternalVolume | *string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. | | LogLevel | *string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | QuotedIdentifiersIgnoreCase | interface{} | If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). | | ReplaceInvalidCharacters | interface{} | Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. | @@ -1331,7 +1331,7 @@ A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} --- @@ -1347,7 +1347,7 @@ Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} --- @@ -1361,7 +1361,7 @@ Catalog *string The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} --- @@ -1375,7 +1375,7 @@ Comment *string Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} --- @@ -1391,7 +1391,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} --- @@ -1405,7 +1405,7 @@ EnableConsoleOutput interface{} If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} --- @@ -1419,7 +1419,7 @@ ExternalVolume *string The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} --- @@ -1431,7 +1431,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1450,7 +1450,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} --- @@ -1464,7 +1464,7 @@ QuotedIdentifiersIgnoreCase interface{} If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} --- @@ -1480,7 +1480,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} --- @@ -1496,7 +1496,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} --- @@ -1512,7 +1512,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} --- @@ -1526,7 +1526,7 @@ TaskAutoRetryAttempts *f64 Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} --- @@ -1542,7 +1542,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} --- @@ -1558,7 +1558,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} --- @@ -1572,7 +1572,7 @@ UserTaskMinimumTriggerIntervalInSeconds *f64 Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1586,7 +1586,7 @@ UserTaskTimeoutMs *f64 User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} --- diff --git a/docs/sharedDatabase.java.md b/docs/sharedDatabase.java.md index 88569f9a1..ee5529d63 100644 --- a/docs/sharedDatabase.java.md +++ b/docs/sharedDatabase.java.md @@ -4,7 +4,7 @@ ### SharedDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database snowflake_shared_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database snowflake_shared_database}. #### Initializers @@ -65,7 +65,7 @@ SharedDatabase.Builder.create(Construct scope, java.lang.String id) | defaultDdlCollation | java.lang.String | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | quotedIdentifiersIgnoreCase | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). | | replaceInvalidCharacters | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. | @@ -147,7 +147,7 @@ A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} --- @@ -159,7 +159,7 @@ Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} --- @@ -191,7 +191,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} --- @@ -201,7 +201,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} --- @@ -219,7 +219,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/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -234,7 +234,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} --- @@ -256,7 +256,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} --- @@ -268,7 +268,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} --- @@ -280,7 +280,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} --- @@ -302,7 +302,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} --- @@ -314,7 +314,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} --- @@ -324,7 +324,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -334,7 +334,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} --- @@ -873,7 +873,7 @@ The construct id used in the generated config for the SharedDatabase to import. The id of the existing SharedDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_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/1.0.2/docs/resources/shared_database#import import section} in the documentation of this resource for the id to use --- @@ -1536,7 +1536,7 @@ SharedDatabaseConfig.builder() | defaultDdlCollation | java.lang.String | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | java.lang.String | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. | | logLevel | java.lang.String | Specifies the severity level of messages that should be ingested and made available in the active event table. | | quotedIdentifiersIgnoreCase | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). | | replaceInvalidCharacters | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. | @@ -1632,7 +1632,7 @@ A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} --- @@ -1648,7 +1648,7 @@ Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} --- @@ -1662,7 +1662,7 @@ public java.lang.String getCatalog(); The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} --- @@ -1676,7 +1676,7 @@ public java.lang.String getComment(); Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} --- @@ -1692,7 +1692,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} --- @@ -1706,7 +1706,7 @@ public java.lang.Object getEnableConsoleOutput(); If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} --- @@ -1720,7 +1720,7 @@ public java.lang.String getExternalVolume(); The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} --- @@ -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/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} --- @@ -1765,7 +1765,7 @@ public java.lang.Object getQuotedIdentifiersIgnoreCase(); If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} --- @@ -1781,7 +1781,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} --- @@ -1797,7 +1797,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} --- @@ -1813,7 +1813,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} --- @@ -1827,7 +1827,7 @@ public java.lang.Number getTaskAutoRetryAttempts(); Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} --- @@ -1843,7 +1843,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} --- @@ -1859,7 +1859,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} --- @@ -1873,7 +1873,7 @@ public java.lang.Number getUserTaskMinimumTriggerIntervalInSeconds(); Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1887,7 +1887,7 @@ public java.lang.Number getUserTaskTimeoutMs(); User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} --- diff --git a/docs/sharedDatabase.python.md b/docs/sharedDatabase.python.md index 81a41b423..eaa98f673 100644 --- a/docs/sharedDatabase.python.md +++ b/docs/sharedDatabase.python.md @@ -4,7 +4,7 @@ ### SharedDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database snowflake_shared_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database snowflake_shared_database}. #### Initializers @@ -60,7 +60,7 @@ sharedDatabase.SharedDatabase( | default_ddl_collation | str | Specifies a default collation specification for all schemas and tables added to the database. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | quoted_identifiers_ignore_case | typing.Union[bool, cdktf.IResolvable] | If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). | | replace_invalid_characters | typing.Union[bool, cdktf.IResolvable] | Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. | @@ -142,7 +142,7 @@ A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} --- @@ -154,7 +154,7 @@ Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} --- @@ -186,7 +186,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} --- @@ -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/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -229,7 +229,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} --- @@ -251,7 +251,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} --- @@ -263,7 +263,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} --- @@ -275,7 +275,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} --- @@ -297,7 +297,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} --- @@ -309,7 +309,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} --- @@ -914,7 +914,7 @@ The construct id used in the generated config for the SharedDatabase to import. The id of the existing SharedDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_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/1.0.2/docs/resources/shared_database#import import section} in the documentation of this resource for the id to use --- @@ -1570,7 +1570,7 @@ sharedDatabase.SharedDatabaseConfig( | default_ddl_collation | str | Specifies a default collation specification for all schemas and tables added to the database. | | enable_console_output | typing.Union[bool, cdktf.IResolvable] | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | external_volume | str | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. | | log_level | str | Specifies the severity level of messages that should be ingested and made available in the active event table. | | quoted_identifiers_ignore_case | typing.Union[bool, cdktf.IResolvable] | If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). | | replace_invalid_characters | typing.Union[bool, cdktf.IResolvable] | Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. | @@ -1666,7 +1666,7 @@ A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} --- @@ -1682,7 +1682,7 @@ Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} --- @@ -1696,7 +1696,7 @@ catalog: str The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} --- @@ -1710,7 +1710,7 @@ comment: str Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} --- @@ -1726,7 +1726,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} --- @@ -1740,7 +1740,7 @@ enable_console_output: typing.Union[bool, IResolvable] If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} --- @@ -1754,7 +1754,7 @@ external_volume: str The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} --- @@ -1766,7 +1766,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1785,7 +1785,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} --- @@ -1799,7 +1799,7 @@ quoted_identifiers_ignore_case: typing.Union[bool, IResolvable] If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} --- @@ -1815,7 +1815,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} --- @@ -1831,7 +1831,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} --- @@ -1847,7 +1847,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} --- @@ -1861,7 +1861,7 @@ task_auto_retry_attempts: typing.Union[int, float] Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} --- @@ -1877,7 +1877,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} --- @@ -1893,7 +1893,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} --- @@ -1907,7 +1907,7 @@ user_task_minimum_trigger_interval_in_seconds: typing.Union[int, float] Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1921,7 +1921,7 @@ user_task_timeout_ms: typing.Union[int, float] User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} --- diff --git a/docs/sharedDatabase.typescript.md b/docs/sharedDatabase.typescript.md index bd70f0b2b..180868d35 100644 --- a/docs/sharedDatabase.typescript.md +++ b/docs/sharedDatabase.typescript.md @@ -4,7 +4,7 @@ ### SharedDatabase -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database snowflake_shared_database}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database snowflake_shared_database}. #### Initializers @@ -579,7 +579,7 @@ The construct id used in the generated config for the SharedDatabase to import. The id of the existing SharedDatabase that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_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/1.0.2/docs/resources/shared_database#import import section} in the documentation of this resource for the id to use --- @@ -1209,7 +1209,7 @@ const sharedDatabaseConfig: sharedDatabase.SharedDatabaseConfig = { ... } | defaultDdlCollation | string | Specifies a default collation specification for all schemas and tables added to the database. | | enableConsoleOutput | boolean \| cdktf.IResolvable | If true, enables stdout/stderr fast path logging for anonymous stored procedures. | | externalVolume | string | The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. | | logLevel | string | Specifies the severity level of messages that should be ingested and made available in the active event table. | | quotedIdentifiersIgnoreCase | boolean \| cdktf.IResolvable | If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). | | replaceInvalidCharacters | boolean \| cdktf.IResolvable | Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. | @@ -1305,7 +1305,7 @@ A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} --- @@ -1321,7 +1321,7 @@ Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} --- @@ -1335,7 +1335,7 @@ public readonly catalog: string; The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} --- @@ -1349,7 +1349,7 @@ public readonly comment: string; Specifies a comment for the database. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} --- @@ -1365,7 +1365,7 @@ Specifies a default collation specification for all schemas and tables added to It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} --- @@ -1379,7 +1379,7 @@ public readonly enableConsoleOutput: boolean | IResolvable; If true, enables stdout/stderr fast path logging for anonymous stored procedures. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} --- @@ -1393,7 +1393,7 @@ public readonly externalVolume: string; The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} --- @@ -1405,7 +1405,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1424,7 +1424,7 @@ Specifies the severity level of messages that should be ingested and made availa Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} --- @@ -1438,7 +1438,7 @@ public readonly quotedIdentifiersIgnoreCase: boolean | IResolvable; If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} --- @@ -1454,7 +1454,7 @@ Specifies whether to replace invalid UTF-8 characters with the Unicode replaceme You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} --- @@ -1470,7 +1470,7 @@ The storage serialization policy for Iceberg tables that use Snowflake as the ca Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} --- @@ -1486,7 +1486,7 @@ How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} --- @@ -1500,7 +1500,7 @@ public readonly taskAutoRetryAttempts: number; Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} --- @@ -1516,7 +1516,7 @@ Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} --- @@ -1532,7 +1532,7 @@ The initial size of warehouse to use for managed warehouses in the absence of hi For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} --- @@ -1546,7 +1546,7 @@ public readonly userTaskMinimumTriggerIntervalInSeconds: number; Minimum amount of time between Triggered Task executions in seconds. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} --- @@ -1560,7 +1560,7 @@ public readonly userTaskTimeoutMs: number; User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} --- diff --git a/docs/stage.csharp.md b/docs/stage.csharp.md index 23aa1f9eb..9f24f43b7 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/1.0.1/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1154,7 +1154,7 @@ new StageConfig { | 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/1.0.1/docs/resources/stage#id Stage#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#id Stage#id}. | | SnowflakeIamUser | string | An AWS IAM user created for your Snowflake account. | | 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. | @@ -1242,7 +1242,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1258,7 +1258,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/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1272,7 +1272,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- @@ -1286,7 +1286,7 @@ public string AwsExternalId { get; set; } A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#aws_external_id Stage#aws_external_id} --- @@ -1300,7 +1300,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/1.0.1/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#comment Stage#comment} --- @@ -1314,7 +1314,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/1.0.1/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1328,7 +1328,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/1.0.1/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#credentials Stage#credentials} --- @@ -1342,7 +1342,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/1.0.1/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#directory Stage#directory} --- @@ -1356,7 +1356,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/1.0.1/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} --- @@ -1370,9 +1370,9 @@ public string FileFormat { get; set; } Specifies the file format for the stage. -Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. +Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} --- @@ -1384,7 +1384,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1403,7 +1403,7 @@ An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} --- @@ -1417,7 +1417,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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1431,7 +1431,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} --- @@ -1445,7 +1445,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/1.0.1/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} --- @@ -1485,7 +1485,7 @@ public string Name { get; set; } Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1499,7 +1499,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/1.0.1/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#value Stage#value} --- @@ -1513,7 +1513,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1527,7 +1527,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.go.md b/docs/stage.go.md index 00156932e..e883eee2c 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/1.0.1/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1154,7 +1154,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/stage#id Stage#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#id Stage#id}. | | SnowflakeIamUser | *string | An AWS IAM user created for your Snowflake account. | | 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. | @@ -1242,7 +1242,7 @@ Database *string The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1258,7 +1258,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/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1272,7 +1272,7 @@ Schema *string The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- @@ -1286,7 +1286,7 @@ AwsExternalId *string A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#aws_external_id Stage#aws_external_id} --- @@ -1300,7 +1300,7 @@ Comment *string Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#comment Stage#comment} --- @@ -1314,7 +1314,7 @@ CopyOptions *string Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1328,7 +1328,7 @@ Credentials *string Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#credentials Stage#credentials} --- @@ -1342,7 +1342,7 @@ Directory *string Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#directory Stage#directory} --- @@ -1356,7 +1356,7 @@ Encryption *string Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} --- @@ -1370,9 +1370,9 @@ FileFormat *string Specifies the file format for the stage. -Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. +Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} --- @@ -1384,7 +1384,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1403,7 +1403,7 @@ An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} --- @@ -1417,7 +1417,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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1431,7 +1431,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} --- @@ -1445,7 +1445,7 @@ Url *string Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} --- @@ -1485,7 +1485,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1499,7 +1499,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#value Stage#value} --- @@ -1513,7 +1513,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1527,7 +1527,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.java.md b/docs/stage.java.md index 3aa129d7c..ea4b03bed 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/1.0.1/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage snowflake_stage}. #### Initializers @@ -63,7 +63,7 @@ Stage.Builder.create(Construct scope, java.lang.String id) | 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/1.0.1/docs/resources/stage#id Stage#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#id Stage#id}. | | snowflakeIamUser | java.lang.String | An AWS IAM user created for your Snowflake account. | | 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. | @@ -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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#aws_external_id Stage#aws_external_id} --- @@ -179,7 +179,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/1.0.1/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#comment Stage#comment} --- @@ -189,7 +189,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/1.0.1/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#copy_options Stage#copy_options} --- @@ -199,7 +199,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/1.0.1/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#credentials Stage#credentials} --- @@ -209,7 +209,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/1.0.1/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#directory Stage#directory} --- @@ -219,7 +219,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/1.0.1/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} --- @@ -229,9 +229,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the stage. -Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. +Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} --- @@ -239,7 +239,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/1.0.1/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -254,7 +254,7 @@ An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} --- @@ -264,7 +264,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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -274,7 +274,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/1.0.1/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} --- @@ -284,7 +284,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/1.0.1/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} --- @@ -808,7 +808,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/1.0.1/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/1.0.2/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1403,7 +1403,7 @@ StageConfig.builder() | 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/1.0.1/docs/resources/stage#id Stage#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#id Stage#id}. | | snowflakeIamUser | java.lang.String | An AWS IAM user created for your Snowflake account. | | 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. | @@ -1491,7 +1491,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1507,7 +1507,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/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1521,7 +1521,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- @@ -1535,7 +1535,7 @@ public java.lang.String getAwsExternalId(); A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#aws_external_id Stage#aws_external_id} --- @@ -1549,7 +1549,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/1.0.1/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#comment Stage#comment} --- @@ -1563,7 +1563,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/1.0.1/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1577,7 +1577,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/1.0.1/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#credentials Stage#credentials} --- @@ -1591,7 +1591,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/1.0.1/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#directory Stage#directory} --- @@ -1605,7 +1605,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/1.0.1/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} --- @@ -1619,9 +1619,9 @@ public java.lang.String getFileFormat(); Specifies the file format for the stage. -Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. +Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} --- @@ -1633,7 +1633,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1652,7 +1652,7 @@ An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} --- @@ -1666,7 +1666,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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1680,7 +1680,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} --- @@ -1694,7 +1694,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/1.0.1/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} --- @@ -1734,7 +1734,7 @@ public java.lang.String getName(); Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1748,7 +1748,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/1.0.1/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#value Stage#value} --- @@ -1762,7 +1762,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1776,7 +1776,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.python.md b/docs/stage.python.md index d9de1ec04..ce6816d05 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/1.0.1/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage snowflake_stage}. #### Initializers @@ -60,7 +60,7 @@ stage.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/1.0.1/docs/resources/stage#id Stage#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#id Stage#id}. | | snowflake_iam_user | str | An AWS IAM user created for your Snowflake account. | | 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. | @@ -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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#aws_external_id Stage#aws_external_id} --- @@ -176,7 +176,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/1.0.1/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#comment Stage#comment} --- @@ -186,7 +186,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/1.0.1/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#copy_options Stage#copy_options} --- @@ -196,7 +196,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/1.0.1/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#credentials Stage#credentials} --- @@ -206,7 +206,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/1.0.1/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#directory Stage#directory} --- @@ -216,7 +216,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/1.0.1/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} --- @@ -226,9 +226,9 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the file format for the stage. -Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. +Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} --- @@ -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/1.0.1/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -251,7 +251,7 @@ An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} --- @@ -261,7 +261,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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -271,7 +271,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/1.0.1/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} --- @@ -281,7 +281,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/1.0.1/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} --- @@ -853,7 +853,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/1.0.1/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/1.0.2/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1443,7 +1443,7 @@ stage.StageConfig( | 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/1.0.1/docs/resources/stage#id Stage#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#id Stage#id}. | | snowflake_iam_user | str | An AWS IAM user created for your Snowflake account. | | 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. | @@ -1531,7 +1531,7 @@ database: str The database in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1547,7 +1547,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/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1561,7 +1561,7 @@ schema: str The schema in which to create the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- @@ -1575,7 +1575,7 @@ aws_external_id: str A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#aws_external_id Stage#aws_external_id} --- @@ -1589,7 +1589,7 @@ comment: str Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#comment Stage#comment} --- @@ -1603,7 +1603,7 @@ copy_options: str Specifies the copy options for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1617,7 +1617,7 @@ credentials: str Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#credentials Stage#credentials} --- @@ -1631,7 +1631,7 @@ directory: str Specifies the directory settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#directory Stage#directory} --- @@ -1645,7 +1645,7 @@ encryption: str Specifies the encryption settings for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} --- @@ -1659,9 +1659,9 @@ file_format: str Specifies the file format for the stage. -Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. +Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} --- @@ -1673,7 +1673,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1692,7 +1692,7 @@ An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} --- @@ -1706,7 +1706,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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1720,7 +1720,7 @@ tag: typing.Union[IResolvable, typing.List[StageTag]] tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} --- @@ -1734,7 +1734,7 @@ url: str Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} --- @@ -1774,7 +1774,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1788,7 +1788,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#value Stage#value} --- @@ -1802,7 +1802,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1816,7 +1816,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/stage.typescript.md b/docs/stage.typescript.md index 4f0af4951..b432142e0 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/1.0.1/docs/resources/stage snowflake_stage}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/stage#import import section} in the documentation of this resource for the id to use --- @@ -1131,7 +1131,7 @@ const stageConfig: stage.StageConfig = { ... } | 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/1.0.1/docs/resources/stage#id Stage#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#id Stage#id}. | | snowflakeIamUser | string | An AWS IAM user created for your Snowflake account. | | 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. | @@ -1219,7 +1219,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1235,7 +1235,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/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1249,7 +1249,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- @@ -1263,7 +1263,7 @@ public readonly awsExternalId: string; A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#aws_external_id Stage#aws_external_id} --- @@ -1277,7 +1277,7 @@ public readonly comment: string; Specifies a comment for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#comment Stage#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#comment Stage#comment} --- @@ -1291,7 +1291,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/1.0.1/docs/resources/stage#copy_options Stage#copy_options} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#copy_options Stage#copy_options} --- @@ -1305,7 +1305,7 @@ public readonly credentials: string; Specifies the credentials for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#credentials Stage#credentials} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#credentials Stage#credentials} --- @@ -1319,7 +1319,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/1.0.1/docs/resources/stage#directory Stage#directory} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#directory Stage#directory} --- @@ -1333,7 +1333,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/1.0.1/docs/resources/stage#encryption Stage#encryption} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} --- @@ -1347,9 +1347,9 @@ public readonly fileFormat: string; Specifies the file format for the stage. -Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. +Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} --- @@ -1361,7 +1361,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#id Stage#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1380,7 +1380,7 @@ An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} --- @@ -1394,7 +1394,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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#storage_integration Stage#storage_integration} --- @@ -1408,7 +1408,7 @@ public readonly tag: IResolvable | StageTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#tag Stage#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} --- @@ -1422,7 +1422,7 @@ public readonly url: string; Specifies the URL for the stage. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#url Stage#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} --- @@ -1457,7 +1457,7 @@ public readonly name: string; Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#name Stage#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#name Stage#name} --- @@ -1471,7 +1471,7 @@ public readonly value: string; Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#value Stage#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#value Stage#value} --- @@ -1485,7 +1485,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/1.0.1/docs/resources/stage#database Stage#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#database Stage#database} --- @@ -1499,7 +1499,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/1.0.1/docs/resources/stage#schema Stage#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} --- diff --git a/docs/storageIntegration.csharp.md b/docs/storageIntegration.csharp.md index 8b1aaa233..91371c3e6 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/1.0.1/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1077,17 +1077,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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. | +| Name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 | Specifies the storage provider for the integration. Valid options are: `S3` \| `S3GOV` \| `S3CHINA` \| `GCS` \| `AZURE`. | -| AzureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. | +| AzureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| Enabled | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1169,7 +1169,7 @@ public string Name { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1183,7 +1183,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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1197,7 +1197,7 @@ public string StorageProvider { get; set; } Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} --- @@ -1209,7 +1209,7 @@ public string AzureTenantId { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1221,7 +1221,7 @@ public string Comment { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1233,7 +1233,7 @@ public object Enabled { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1245,7 +1245,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1262,7 +1262,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1274,7 +1274,7 @@ public string StorageAwsRoleArn { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1288,7 +1288,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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1300,7 +1300,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.go.md b/docs/storageIntegration.go.md index 52ce5643b..5b1c6f4a2 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/1.0.1/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1077,17 +1077,17 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. | +| Name | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 | Specifies the storage provider for the integration. Valid options are: `S3` \| `S3GOV` \| `S3CHINA` \| `GCS` \| `AZURE`. | -| AzureTenantId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. | +| AzureTenantId | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| Enabled | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1169,7 +1169,7 @@ Name *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1183,7 +1183,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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1197,7 +1197,7 @@ StorageProvider *string Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} --- @@ -1209,7 +1209,7 @@ AzureTenantId *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1221,7 +1221,7 @@ Comment *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1233,7 +1233,7 @@ Enabled interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1245,7 +1245,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1262,7 +1262,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1274,7 +1274,7 @@ StorageAwsRoleArn *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1288,7 +1288,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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1300,7 +1300,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.java.md b/docs/storageIntegration.java.md index 5f3648a5d..56c0e3f13 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/1.0.1/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 | Specifies the storage provider for the integration. Valid options are: `S3` \| `S3GOV` \| `S3CHINA` \| `GCS` \| `AZURE`. | -| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.1/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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. | +| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.2/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/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} --- @@ -155,7 +155,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/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -163,7 +163,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/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -171,7 +171,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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -179,7 +179,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/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -192,7 +192,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -200,7 +200,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -210,7 +210,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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -218,7 +218,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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. --- @@ -701,7 +701,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/1.0.1/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/1.0.2/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1260,17 +1260,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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 | Specifies the storage provider for the integration. Valid options are: `S3` \| `S3GOV` \| `S3CHINA` \| `GCS` \| `AZURE`. | -| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.1/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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. | +| azureTenantId | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.2/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/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1352,7 +1352,7 @@ public java.lang.String getName(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1366,7 +1366,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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1380,7 +1380,7 @@ public java.lang.String getStorageProvider(); Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} --- @@ -1392,7 +1392,7 @@ public java.lang.String getAzureTenantId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1404,7 +1404,7 @@ public java.lang.String getComment(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1416,7 +1416,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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1428,7 +1428,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1445,7 +1445,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1457,7 +1457,7 @@ public java.lang.String getStorageAwsRoleArn(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1471,7 +1471,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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1483,7 +1483,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.python.md b/docs/storageIntegration.python.md index 8efaf4b6b..a554f5c66 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/1.0.1/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 | Specifies the storage provider for the integration. Valid options are: `S3` \| `S3GOV` \| `S3CHINA` \| `GCS` \| `AZURE`. | -| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.1/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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. | +| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.2/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/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} --- @@ -152,7 +152,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/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -160,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/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -168,7 +168,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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -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/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -189,7 +189,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -197,7 +197,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -207,7 +207,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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -215,7 +215,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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. --- @@ -744,7 +744,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/1.0.1/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/1.0.2/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1298,17 +1298,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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 | Specifies the storage provider for the integration. Valid options are: `S3` \| `S3GOV` \| `S3CHINA` \| `GCS` \| `AZURE`. | -| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.1/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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. | +| azure_tenant_id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.2/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/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1390,7 +1390,7 @@ name: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1404,7 +1404,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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1418,7 +1418,7 @@ storage_provider: str Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} --- @@ -1430,7 +1430,7 @@ azure_tenant_id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1442,7 +1442,7 @@ comment: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1454,7 +1454,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/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1466,7 +1466,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1483,7 +1483,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1495,7 +1495,7 @@ storage_aws_role_arn: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1509,7 +1509,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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1521,7 +1521,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/storageIntegration.typescript.md b/docs/storageIntegration.typescript.md index a86942e5b..afb8229e7 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/1.0.1/docs/resources/storage_integration snowflake_storage_integration}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/storage_integration#import import section} in the documentation of this resource for the id to use --- @@ -1058,17 +1058,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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. | +| name | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 | Specifies the storage provider for the integration. Valid options are: `S3` \| `S3GOV` \| `S3CHINA` \| `GCS` \| `AZURE`. | -| azureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. | -| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. | +| azureTenantId | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. | +| enabled | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. | --- @@ -1150,7 +1150,7 @@ public readonly name: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#name StorageIntegration#name}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#name StorageIntegration#name}. --- @@ -1164,7 +1164,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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} --- @@ -1178,7 +1178,7 @@ public readonly storageProvider: string; Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} --- @@ -1190,7 +1190,7 @@ public readonly azureTenantId: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id}. --- @@ -1202,7 +1202,7 @@ public readonly comment: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment}. --- @@ -1214,7 +1214,7 @@ public readonly enabled: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#enabled StorageIntegration#enabled}. --- @@ -1226,7 +1226,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#id StorageIntegration#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1243,7 +1243,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/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_object_acl StorageIntegration#storage_aws_object_acl} --- @@ -1255,7 +1255,7 @@ public readonly storageAwsRoleArn: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/storage_integration#storage_aws_role_arn StorageIntegration#storage_aws_role_arn}. --- @@ -1269,7 +1269,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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} --- @@ -1281,7 +1281,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#type StorageIntegration#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type}. --- diff --git a/docs/streamOnDirectoryTable.csharp.md b/docs/streamOnDirectoryTable.csharp.md index 7b201a843..1d6d93d08 100644 --- a/docs/streamOnDirectoryTable.csharp.md +++ b/docs/streamOnDirectoryTable.csharp.md @@ -4,7 +4,7 @@ ### StreamOnDirectoryTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the StreamOnDirectoryTable to The id of the existing StreamOnDirectoryTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_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/1.0.2/docs/resources/stream_on_directory_table#import import section} in the documentation of this resource for the id to use --- @@ -934,7 +934,7 @@ new StreamOnDirectoryTableConfig { | Stage | string | Specifies an identifier for the stage the stream will monitor. | | Comment | string | Specifies a comment for the stream. | | CopyGrants | object | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | --- @@ -1020,7 +1020,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} --- @@ -1036,7 +1036,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} --- @@ -1052,7 +1052,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} --- @@ -1068,7 +1068,7 @@ Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} --- @@ -1082,7 +1082,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/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} --- @@ -1098,7 +1098,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} --- @@ -1110,7 +1110,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/streamOnDirectoryTable.go.md b/docs/streamOnDirectoryTable.go.md index 8285f04a5..658af50d7 100644 --- a/docs/streamOnDirectoryTable.go.md +++ b/docs/streamOnDirectoryTable.go.md @@ -4,7 +4,7 @@ ### StreamOnDirectoryTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the StreamOnDirectoryTable to The id of the existing StreamOnDirectoryTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_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/1.0.2/docs/resources/stream_on_directory_table#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/v12/streamondirec | Stage | *string | Specifies an identifier for the stage the stream will monitor. | | Comment | *string | Specifies a comment for the stream. | | CopyGrants | interface{} | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | --- @@ -1020,7 +1020,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} --- @@ -1036,7 +1036,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} --- @@ -1052,7 +1052,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} --- @@ -1068,7 +1068,7 @@ Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} --- @@ -1082,7 +1082,7 @@ Comment *string Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} --- @@ -1098,7 +1098,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} --- @@ -1110,7 +1110,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/streamOnDirectoryTable.java.md b/docs/streamOnDirectoryTable.java.md index 5b5ec26f5..14ad25b3c 100644 --- a/docs/streamOnDirectoryTable.java.md +++ b/docs/streamOnDirectoryTable.java.md @@ -4,7 +4,7 @@ ### StreamOnDirectoryTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. #### Initializers @@ -51,7 +51,7 @@ StreamOnDirectoryTable.Builder.create(Construct scope, java.lang.String id) | stage | java.lang.String | Specifies an identifier for the stage the stream will monitor. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | --- @@ -123,7 +123,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} --- @@ -135,7 +135,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} --- @@ -147,7 +147,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} --- @@ -159,7 +159,7 @@ Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} --- @@ -169,7 +169,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/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} --- @@ -181,7 +181,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} --- @@ -189,7 +189,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/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -640,7 +640,7 @@ The construct id used in the generated config for the StreamOnDirectoryTable to The id of the existing StreamOnDirectoryTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_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/1.0.2/docs/resources/stream_on_directory_table#import import section} in the documentation of this resource for the id to use --- @@ -1091,7 +1091,7 @@ StreamOnDirectoryTableConfig.builder() | stage | java.lang.String | Specifies an identifier for the stage the stream will monitor. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | --- @@ -1177,7 +1177,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} --- @@ -1193,7 +1193,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} --- @@ -1209,7 +1209,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} --- @@ -1225,7 +1225,7 @@ Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} --- @@ -1239,7 +1239,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/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} --- @@ -1255,7 +1255,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} --- @@ -1267,7 +1267,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/streamOnDirectoryTable.python.md b/docs/streamOnDirectoryTable.python.md index 0f95dfa5e..e5a117230 100644 --- a/docs/streamOnDirectoryTable.python.md +++ b/docs/streamOnDirectoryTable.python.md @@ -4,7 +4,7 @@ ### StreamOnDirectoryTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. #### Initializers @@ -48,7 +48,7 @@ streamOnDirectoryTable.StreamOnDirectoryTable( | stage | str | Specifies an identifier for the stage the stream will monitor. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | --- @@ -120,7 +120,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} --- @@ -132,7 +132,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} --- @@ -144,7 +144,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} --- @@ -156,7 +156,7 @@ Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} --- @@ -166,7 +166,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/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} --- @@ -178,7 +178,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} --- @@ -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/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -683,7 +683,7 @@ The construct id used in the generated config for the StreamOnDirectoryTable to The id of the existing StreamOnDirectoryTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_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/1.0.2/docs/resources/stream_on_directory_table#import import section} in the documentation of this resource for the id to use --- @@ -1129,7 +1129,7 @@ streamOnDirectoryTable.StreamOnDirectoryTableConfig( | stage | str | Specifies an identifier for the stage the stream will monitor. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | --- @@ -1215,7 +1215,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} --- @@ -1231,7 +1231,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} --- @@ -1247,7 +1247,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} --- @@ -1263,7 +1263,7 @@ Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} --- @@ -1277,7 +1277,7 @@ comment: str Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} --- @@ -1293,7 +1293,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} --- @@ -1305,7 +1305,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/streamOnDirectoryTable.typescript.md b/docs/streamOnDirectoryTable.typescript.md index f4fd21511..79ff50e4d 100644 --- a/docs/streamOnDirectoryTable.typescript.md +++ b/docs/streamOnDirectoryTable.typescript.md @@ -4,7 +4,7 @@ ### StreamOnDirectoryTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the StreamOnDirectoryTable to The id of the existing StreamOnDirectoryTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_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/1.0.2/docs/resources/stream_on_directory_table#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ const streamOnDirectoryTableConfig: streamOnDirectoryTable.StreamOnDirectoryTabl | stage | string | Specifies an identifier for the stage the stream will monitor. | | comment | string | Specifies a comment for the stream. | | copyGrants | boolean \| cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. | --- @@ -1005,7 +1005,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} --- @@ -1021,7 +1021,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} --- @@ -1037,7 +1037,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} --- @@ -1053,7 +1053,7 @@ Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} --- @@ -1067,7 +1067,7 @@ public readonly comment: string; Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} --- @@ -1083,7 +1083,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} --- @@ -1095,7 +1095,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/streamOnExternalTable.csharp.md b/docs/streamOnExternalTable.csharp.md index bd62c01d4..f5251daf9 100644 --- a/docs/streamOnExternalTable.csharp.md +++ b/docs/streamOnExternalTable.csharp.md @@ -4,7 +4,7 @@ ### StreamOnExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. #### Initializers @@ -535,7 +535,7 @@ The construct id used in the generated config for the StreamOnExternalTable to i The id of the existing StreamOnExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_external_table#import import section} in the documentation of this resource for the id to use --- @@ -1041,7 +1041,7 @@ public string Offset { get; set; } Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1057,7 +1057,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1071,7 +1071,7 @@ public string Stream { get; set; } Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1087,7 +1087,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1127,7 +1127,7 @@ public string Offset { get; set; } Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1143,7 +1143,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1157,7 +1157,7 @@ public string Stream { get; set; } Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1173,7 +1173,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1224,7 +1224,7 @@ new StreamOnExternalTableConfig { | Before | StreamOnExternalTableBefore | before block. | | Comment | string | Specifies a comment for the stream. | | CopyGrants | object | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | | InsertOnly | string | Specifies whether this is an insert-only stream. | --- @@ -1311,7 +1311,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} --- @@ -1327,7 +1327,7 @@ Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} --- @@ -1343,7 +1343,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} --- @@ -1359,7 +1359,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} --- @@ -1373,7 +1373,7 @@ public StreamOnExternalTableAt At { get; set; } at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} --- @@ -1387,7 +1387,7 @@ public StreamOnExternalTableBefore Before { get; set; } before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} --- @@ -1401,7 +1401,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/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} --- @@ -1417,7 +1417,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} --- @@ -1429,7 +1429,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1448,7 +1448,7 @@ Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} --- diff --git a/docs/streamOnExternalTable.go.md b/docs/streamOnExternalTable.go.md index 40f82782c..a9e842008 100644 --- a/docs/streamOnExternalTable.go.md +++ b/docs/streamOnExternalTable.go.md @@ -4,7 +4,7 @@ ### StreamOnExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. #### Initializers @@ -535,7 +535,7 @@ The construct id used in the generated config for the StreamOnExternalTable to i The id of the existing StreamOnExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_external_table#import import section} in the documentation of this resource for the id to use --- @@ -1041,7 +1041,7 @@ Offset *string Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1057,7 +1057,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1071,7 +1071,7 @@ Stream *string Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1087,7 +1087,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1127,7 +1127,7 @@ Offset *string Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1143,7 +1143,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1157,7 +1157,7 @@ Stream *string Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1173,7 +1173,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1224,7 +1224,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/streamonexter | Before | StreamOnExternalTableBefore | before block. | | Comment | *string | Specifies a comment for the stream. | | CopyGrants | interface{} | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | | InsertOnly | *string | Specifies whether this is an insert-only stream. | --- @@ -1311,7 +1311,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} --- @@ -1327,7 +1327,7 @@ Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} --- @@ -1343,7 +1343,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} --- @@ -1359,7 +1359,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} --- @@ -1373,7 +1373,7 @@ At StreamOnExternalTableAt at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} --- @@ -1387,7 +1387,7 @@ Before StreamOnExternalTableBefore before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} --- @@ -1401,7 +1401,7 @@ Comment *string Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} --- @@ -1417,7 +1417,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} --- @@ -1429,7 +1429,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1448,7 +1448,7 @@ Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} --- diff --git a/docs/streamOnExternalTable.java.md b/docs/streamOnExternalTable.java.md index 2b94a36ec..9e72e427b 100644 --- a/docs/streamOnExternalTable.java.md +++ b/docs/streamOnExternalTable.java.md @@ -4,7 +4,7 @@ ### StreamOnExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. #### Initializers @@ -56,7 +56,7 @@ StreamOnExternalTable.Builder.create(Construct scope, java.lang.String id) | before | StreamOnExternalTableBefore | before block. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | | insertOnly | java.lang.String | Specifies whether this is an insert-only stream. | --- @@ -129,7 +129,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} --- @@ -141,7 +141,7 @@ Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} --- @@ -153,7 +153,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} --- @@ -165,7 +165,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} --- @@ -195,7 +195,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/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} --- @@ -207,7 +207,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} --- @@ -215,7 +215,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/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -230,7 +230,7 @@ Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} --- @@ -725,7 +725,7 @@ The construct id used in the generated config for the StreamOnExternalTable to i The id of the existing StreamOnExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_external_table#import import section} in the documentation of this resource for the id to use --- @@ -1231,7 +1231,7 @@ public java.lang.String getOffset(); Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1247,7 +1247,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1261,7 +1261,7 @@ public java.lang.String getStream(); Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1277,7 +1277,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1317,7 +1317,7 @@ public java.lang.String getOffset(); Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1333,7 +1333,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1347,7 +1347,7 @@ public java.lang.String getStream(); Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1363,7 +1363,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1419,7 +1419,7 @@ StreamOnExternalTableConfig.builder() | before | StreamOnExternalTableBefore | before block. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | | insertOnly | java.lang.String | Specifies whether this is an insert-only stream. | --- @@ -1506,7 +1506,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} --- @@ -1522,7 +1522,7 @@ Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} --- @@ -1538,7 +1538,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} --- @@ -1554,7 +1554,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} --- @@ -1568,7 +1568,7 @@ public StreamOnExternalTableAt getAt(); at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} --- @@ -1582,7 +1582,7 @@ public StreamOnExternalTableBefore getBefore(); before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} --- @@ -1596,7 +1596,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/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} --- @@ -1612,7 +1612,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} --- @@ -1624,7 +1624,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1643,7 +1643,7 @@ Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} --- diff --git a/docs/streamOnExternalTable.python.md b/docs/streamOnExternalTable.python.md index 5c3e06d9e..e09219567 100644 --- a/docs/streamOnExternalTable.python.md +++ b/docs/streamOnExternalTable.python.md @@ -4,7 +4,7 @@ ### StreamOnExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. #### Initializers @@ -53,7 +53,7 @@ streamOnExternalTable.StreamOnExternalTable( | before | StreamOnExternalTableBefore | before block. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | | insert_only | str | Specifies whether this is an insert-only stream. | --- @@ -126,7 +126,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} --- @@ -138,7 +138,7 @@ Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} --- @@ -150,7 +150,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} --- @@ -162,7 +162,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} --- @@ -192,7 +192,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/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} --- @@ -204,7 +204,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} --- @@ -212,7 +212,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/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -227,7 +227,7 @@ Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} --- @@ -611,7 +611,7 @@ def put_at( Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -623,7 +623,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -633,7 +633,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -645,7 +645,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -666,7 +666,7 @@ def put_before( Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -678,7 +678,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -688,7 +688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -700,7 +700,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -854,7 +854,7 @@ The construct id used in the generated config for the StreamOnExternalTable to i The id of the existing StreamOnExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_external_table#import import section} in the documentation of this resource for the id to use --- @@ -1360,7 +1360,7 @@ offset: str Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1376,7 +1376,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1390,7 +1390,7 @@ stream: str Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1406,7 +1406,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1446,7 +1446,7 @@ offset: str Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1462,7 +1462,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1476,7 +1476,7 @@ stream: str Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1492,7 +1492,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1543,7 +1543,7 @@ streamOnExternalTable.StreamOnExternalTableConfig( | before | StreamOnExternalTableBefore | before block. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | | insert_only | str | Specifies whether this is an insert-only stream. | --- @@ -1630,7 +1630,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} --- @@ -1646,7 +1646,7 @@ Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} --- @@ -1662,7 +1662,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} --- @@ -1678,7 +1678,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} --- @@ -1692,7 +1692,7 @@ at: StreamOnExternalTableAt at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} --- @@ -1706,7 +1706,7 @@ before: StreamOnExternalTableBefore before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} --- @@ -1720,7 +1720,7 @@ comment: str Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} --- @@ -1736,7 +1736,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} --- @@ -1748,7 +1748,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1767,7 +1767,7 @@ Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} --- diff --git a/docs/streamOnExternalTable.typescript.md b/docs/streamOnExternalTable.typescript.md index 7d3d75cad..778749a0f 100644 --- a/docs/streamOnExternalTable.typescript.md +++ b/docs/streamOnExternalTable.typescript.md @@ -4,7 +4,7 @@ ### StreamOnExternalTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table snowflake_stream_on_external_table}. #### Initializers @@ -535,7 +535,7 @@ The construct id used in the generated config for the StreamOnExternalTable to i The id of the existing StreamOnExternalTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_external_table#import import section} in the documentation of this resource for the id to use --- @@ -1036,7 +1036,7 @@ public readonly offset: string; Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1052,7 +1052,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1066,7 +1066,7 @@ public readonly stream: string; Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1082,7 +1082,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1117,7 +1117,7 @@ public readonly offset: string; Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} --- @@ -1133,7 +1133,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} --- @@ -1147,7 +1147,7 @@ public readonly stream: string; Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} --- @@ -1163,7 +1163,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} --- @@ -1196,7 +1196,7 @@ const streamOnExternalTableConfig: streamOnExternalTable.StreamOnExternalTableCo | before | StreamOnExternalTableBefore | before block. | | comment | string | Specifies a comment for the stream. | | copyGrants | boolean \| cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. | | insertOnly | string | Specifies whether this is an insert-only stream. | --- @@ -1283,7 +1283,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} --- @@ -1299,7 +1299,7 @@ Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} --- @@ -1315,7 +1315,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} --- @@ -1331,7 +1331,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} --- @@ -1345,7 +1345,7 @@ public readonly at: StreamOnExternalTableAt; at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} --- @@ -1359,7 +1359,7 @@ public readonly before: StreamOnExternalTableBefore; before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} --- @@ -1373,7 +1373,7 @@ public readonly comment: string; Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} --- @@ -1389,7 +1389,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} --- @@ -1401,7 +1401,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} --- diff --git a/docs/streamOnTable.csharp.md b/docs/streamOnTable.csharp.md index 20c79ca6e..a3171f384 100644 --- a/docs/streamOnTable.csharp.md +++ b/docs/streamOnTable.csharp.md @@ -4,7 +4,7 @@ ### StreamOnTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table snowflake_stream_on_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table snowflake_stream_on_table}. #### Initializers @@ -542,7 +542,7 @@ The construct id used in the generated config for the StreamOnTable to import. The id of the existing StreamOnTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_table#import import section} in the documentation of this resource for the id to use --- @@ -1070,7 +1070,7 @@ public string Offset { get; set; } Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1086,7 +1086,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1100,7 +1100,7 @@ public string Stream { get; set; } Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1116,7 +1116,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1156,7 +1156,7 @@ public string Offset { get; set; } Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1172,7 +1172,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1186,7 +1186,7 @@ public string Stream { get; set; } Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1202,7 +1202,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1255,7 +1255,7 @@ new StreamOnTableConfig { | Before | StreamOnTableBefore | before block. | | Comment | string | Specifies a comment for the stream. | | CopyGrants | object | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. | | ShowInitialRows | string | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1342,7 +1342,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#database} --- @@ -1358,7 +1358,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} --- @@ -1374,7 +1374,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#schema} --- @@ -1390,7 +1390,7 @@ Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} --- @@ -1406,7 +1406,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} --- @@ -1420,7 +1420,7 @@ public StreamOnTableAt At { get; set; } at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} --- @@ -1434,7 +1434,7 @@ public StreamOnTableBefore Before { get; set; } before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} --- @@ -1448,7 +1448,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/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} --- @@ -1464,7 +1464,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} --- @@ -1476,7 +1476,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1495,7 +1495,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} --- diff --git a/docs/streamOnTable.go.md b/docs/streamOnTable.go.md index 18b9131ed..55da9cfd4 100644 --- a/docs/streamOnTable.go.md +++ b/docs/streamOnTable.go.md @@ -4,7 +4,7 @@ ### StreamOnTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table snowflake_stream_on_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table snowflake_stream_on_table}. #### Initializers @@ -542,7 +542,7 @@ The construct id used in the generated config for the StreamOnTable to import. The id of the existing StreamOnTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_table#import import section} in the documentation of this resource for the id to use --- @@ -1070,7 +1070,7 @@ Offset *string Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1086,7 +1086,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1100,7 +1100,7 @@ Stream *string Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1116,7 +1116,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1156,7 +1156,7 @@ Offset *string Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1172,7 +1172,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1186,7 +1186,7 @@ Stream *string Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1202,7 +1202,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1255,7 +1255,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/streamontable | Before | StreamOnTableBefore | before block. | | Comment | *string | Specifies a comment for the stream. | | CopyGrants | interface{} | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. | | ShowInitialRows | *string | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1342,7 +1342,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#database} --- @@ -1358,7 +1358,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} --- @@ -1374,7 +1374,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#schema} --- @@ -1390,7 +1390,7 @@ Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} --- @@ -1406,7 +1406,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} --- @@ -1420,7 +1420,7 @@ At StreamOnTableAt at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} --- @@ -1434,7 +1434,7 @@ Before StreamOnTableBefore before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} --- @@ -1448,7 +1448,7 @@ Comment *string Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} --- @@ -1464,7 +1464,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} --- @@ -1476,7 +1476,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1495,7 +1495,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} --- diff --git a/docs/streamOnTable.java.md b/docs/streamOnTable.java.md index abd28e4ac..812ef8baa 100644 --- a/docs/streamOnTable.java.md +++ b/docs/streamOnTable.java.md @@ -4,7 +4,7 @@ ### StreamOnTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table snowflake_stream_on_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table snowflake_stream_on_table}. #### Initializers @@ -58,7 +58,7 @@ StreamOnTable.Builder.create(Construct scope, java.lang.String id) | before | StreamOnTableBefore | before block. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. | | showInitialRows | java.lang.String | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -131,7 +131,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} --- @@ -155,7 +155,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#schema} --- @@ -167,7 +167,7 @@ Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} --- @@ -179,7 +179,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} --- @@ -209,7 +209,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/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} --- @@ -221,7 +221,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} --- @@ -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/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -244,7 +244,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} --- @@ -746,7 +746,7 @@ The construct id used in the generated config for the StreamOnTable to import. The id of the existing StreamOnTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_table#import import section} in the documentation of this resource for the id to use --- @@ -1274,7 +1274,7 @@ public java.lang.String getOffset(); Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1290,7 +1290,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1304,7 +1304,7 @@ public java.lang.String getStream(); Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1320,7 +1320,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1360,7 +1360,7 @@ public java.lang.String getOffset(); Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1376,7 +1376,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1390,7 +1390,7 @@ public java.lang.String getStream(); Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1406,7 +1406,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1464,7 +1464,7 @@ StreamOnTableConfig.builder() | before | StreamOnTableBefore | before block. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. | | showInitialRows | java.lang.String | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1551,7 +1551,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#database} --- @@ -1567,7 +1567,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} --- @@ -1583,7 +1583,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#schema} --- @@ -1599,7 +1599,7 @@ Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} --- @@ -1615,7 +1615,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} --- @@ -1629,7 +1629,7 @@ public StreamOnTableAt getAt(); at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} --- @@ -1643,7 +1643,7 @@ public StreamOnTableBefore getBefore(); before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} --- @@ -1657,7 +1657,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/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} --- @@ -1673,7 +1673,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} --- @@ -1685,7 +1685,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1704,7 +1704,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} --- diff --git a/docs/streamOnTable.python.md b/docs/streamOnTable.python.md index 0c584af0f..eccea6b30 100644 --- a/docs/streamOnTable.python.md +++ b/docs/streamOnTable.python.md @@ -4,7 +4,7 @@ ### StreamOnTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table snowflake_stream_on_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table snowflake_stream_on_table}. #### Initializers @@ -55,7 +55,7 @@ streamOnTable.StreamOnTable( | before | StreamOnTableBefore | before block. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. | | show_initial_rows | str | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -128,7 +128,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#database} --- @@ -140,7 +140,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} --- @@ -152,7 +152,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#schema} --- @@ -164,7 +164,7 @@ Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} --- @@ -176,7 +176,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} --- @@ -206,7 +206,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/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} --- @@ -218,7 +218,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} --- @@ -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/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -241,7 +241,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} --- @@ -626,7 +626,7 @@ def put_at( Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -638,7 +638,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -648,7 +648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -660,7 +660,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -681,7 +681,7 @@ def put_before( Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -693,7 +693,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -703,7 +703,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -715,7 +715,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -875,7 +875,7 @@ The construct id used in the generated config for the StreamOnTable to import. The id of the existing StreamOnTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_table#import import section} in the documentation of this resource for the id to use --- @@ -1403,7 +1403,7 @@ offset: str Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1419,7 +1419,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1433,7 +1433,7 @@ stream: str Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1449,7 +1449,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1489,7 +1489,7 @@ offset: str Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1505,7 +1505,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1519,7 +1519,7 @@ stream: str Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1535,7 +1535,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1588,7 +1588,7 @@ streamOnTable.StreamOnTableConfig( | before | StreamOnTableBefore | before block. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. | | show_initial_rows | str | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1675,7 +1675,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#database} --- @@ -1691,7 +1691,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} --- @@ -1707,7 +1707,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#schema} --- @@ -1723,7 +1723,7 @@ Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} --- @@ -1739,7 +1739,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} --- @@ -1753,7 +1753,7 @@ at: StreamOnTableAt at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} --- @@ -1767,7 +1767,7 @@ before: StreamOnTableBefore before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} --- @@ -1781,7 +1781,7 @@ comment: str Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} --- @@ -1797,7 +1797,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} --- @@ -1809,7 +1809,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1828,7 +1828,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} --- diff --git a/docs/streamOnTable.typescript.md b/docs/streamOnTable.typescript.md index 4600c6ff3..2aae3e040 100644 --- a/docs/streamOnTable.typescript.md +++ b/docs/streamOnTable.typescript.md @@ -4,7 +4,7 @@ ### StreamOnTable -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table snowflake_stream_on_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table snowflake_stream_on_table}. #### Initializers @@ -542,7 +542,7 @@ The construct id used in the generated config for the StreamOnTable to import. The id of the existing StreamOnTable that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_table#import import section} in the documentation of this resource for the id to use --- @@ -1065,7 +1065,7 @@ public readonly offset: string; Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1081,7 +1081,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1095,7 +1095,7 @@ public readonly stream: string; Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1111,7 +1111,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1146,7 +1146,7 @@ public readonly offset: string; Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} --- @@ -1162,7 +1162,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} --- @@ -1176,7 +1176,7 @@ public readonly stream: string; Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} --- @@ -1192,7 +1192,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} --- @@ -1226,7 +1226,7 @@ const streamOnTableConfig: streamOnTable.StreamOnTableConfig = { ... } | before | StreamOnTableBefore | before block. | | comment | string | Specifies a comment for the stream. | | copyGrants | boolean \| cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. | | showInitialRows | string | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1313,7 +1313,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#database} --- @@ -1329,7 +1329,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} --- @@ -1345,7 +1345,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#schema} --- @@ -1361,7 +1361,7 @@ Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} --- @@ -1377,7 +1377,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} --- @@ -1391,7 +1391,7 @@ public readonly at: StreamOnTableAt; at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} --- @@ -1405,7 +1405,7 @@ public readonly before: StreamOnTableBefore; before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} --- @@ -1419,7 +1419,7 @@ public readonly comment: string; Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} --- @@ -1435,7 +1435,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} --- @@ -1447,7 +1447,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1466,7 +1466,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} --- diff --git a/docs/streamOnView.csharp.md b/docs/streamOnView.csharp.md index 2d4119928..f41104fb7 100644 --- a/docs/streamOnView.csharp.md +++ b/docs/streamOnView.csharp.md @@ -4,7 +4,7 @@ ### StreamOnView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view snowflake_stream_on_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view snowflake_stream_on_view}. #### Initializers @@ -542,7 +542,7 @@ The construct id used in the generated config for the StreamOnView to import. The id of the existing StreamOnView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_view#import import section} in the documentation of this resource for the id to use --- @@ -1070,7 +1070,7 @@ public string Offset { get; set; } Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1086,7 +1086,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1100,7 +1100,7 @@ public string Stream { get; set; } Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1116,7 +1116,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1156,7 +1156,7 @@ public string Offset { get; set; } Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1172,7 +1172,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1186,7 +1186,7 @@ public string Stream { get; set; } Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1202,7 +1202,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1255,7 +1255,7 @@ new StreamOnViewConfig { | Before | StreamOnViewBefore | before block. | | Comment | string | Specifies a comment for the stream. | | CopyGrants | object | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. | | ShowInitialRows | string | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1342,7 +1342,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#database} --- @@ -1358,7 +1358,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} --- @@ -1374,7 +1374,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#schema} --- @@ -1390,7 +1390,7 @@ Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} --- @@ -1406,7 +1406,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} --- @@ -1420,7 +1420,7 @@ public StreamOnViewAt At { get; set; } at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} --- @@ -1434,7 +1434,7 @@ public StreamOnViewBefore Before { get; set; } before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} --- @@ -1448,7 +1448,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/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} --- @@ -1464,7 +1464,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} --- @@ -1476,7 +1476,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1495,7 +1495,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} --- diff --git a/docs/streamOnView.go.md b/docs/streamOnView.go.md index 795e0a9e8..a0e8d7008 100644 --- a/docs/streamOnView.go.md +++ b/docs/streamOnView.go.md @@ -4,7 +4,7 @@ ### StreamOnView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view snowflake_stream_on_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view snowflake_stream_on_view}. #### Initializers @@ -542,7 +542,7 @@ The construct id used in the generated config for the StreamOnView to import. The id of the existing StreamOnView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_view#import import section} in the documentation of this resource for the id to use --- @@ -1070,7 +1070,7 @@ Offset *string Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1086,7 +1086,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1100,7 +1100,7 @@ Stream *string Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1116,7 +1116,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1156,7 +1156,7 @@ Offset *string Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1172,7 +1172,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1186,7 +1186,7 @@ Stream *string Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1202,7 +1202,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1255,7 +1255,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/streamonview" | Before | StreamOnViewBefore | before block. | | Comment | *string | Specifies a comment for the stream. | | CopyGrants | interface{} | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. | | ShowInitialRows | *string | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1342,7 +1342,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#database} --- @@ -1358,7 +1358,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} --- @@ -1374,7 +1374,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#schema} --- @@ -1390,7 +1390,7 @@ Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} --- @@ -1406,7 +1406,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} --- @@ -1420,7 +1420,7 @@ At StreamOnViewAt at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} --- @@ -1434,7 +1434,7 @@ Before StreamOnViewBefore before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} --- @@ -1448,7 +1448,7 @@ Comment *string Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} --- @@ -1464,7 +1464,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} --- @@ -1476,7 +1476,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1495,7 +1495,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} --- diff --git a/docs/streamOnView.java.md b/docs/streamOnView.java.md index 7a97f59fb..c6a062795 100644 --- a/docs/streamOnView.java.md +++ b/docs/streamOnView.java.md @@ -4,7 +4,7 @@ ### StreamOnView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view snowflake_stream_on_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view snowflake_stream_on_view}. #### Initializers @@ -58,7 +58,7 @@ StreamOnView.Builder.create(Construct scope, java.lang.String id) | before | StreamOnViewBefore | before block. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. | | showInitialRows | java.lang.String | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -131,7 +131,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} --- @@ -155,7 +155,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#schema} --- @@ -167,7 +167,7 @@ Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} --- @@ -179,7 +179,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} --- @@ -209,7 +209,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/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} --- @@ -221,7 +221,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} --- @@ -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/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -244,7 +244,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} --- @@ -746,7 +746,7 @@ The construct id used in the generated config for the StreamOnView to import. The id of the existing StreamOnView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_view#import import section} in the documentation of this resource for the id to use --- @@ -1274,7 +1274,7 @@ public java.lang.String getOffset(); Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1290,7 +1290,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1304,7 +1304,7 @@ public java.lang.String getStream(); Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1320,7 +1320,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1360,7 +1360,7 @@ public java.lang.String getOffset(); Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1376,7 +1376,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1390,7 +1390,7 @@ public java.lang.String getStream(); Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1406,7 +1406,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1464,7 +1464,7 @@ StreamOnViewConfig.builder() | before | StreamOnViewBefore | before block. | | comment | java.lang.String | Specifies a comment for the stream. | | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. | | showInitialRows | java.lang.String | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1551,7 +1551,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#database} --- @@ -1567,7 +1567,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} --- @@ -1583,7 +1583,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#schema} --- @@ -1599,7 +1599,7 @@ Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} --- @@ -1615,7 +1615,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} --- @@ -1629,7 +1629,7 @@ public StreamOnViewAt getAt(); at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} --- @@ -1643,7 +1643,7 @@ public StreamOnViewBefore getBefore(); before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} --- @@ -1657,7 +1657,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/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} --- @@ -1673,7 +1673,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} --- @@ -1685,7 +1685,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1704,7 +1704,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} --- diff --git a/docs/streamOnView.python.md b/docs/streamOnView.python.md index 6d4bab436..58ab0a4dd 100644 --- a/docs/streamOnView.python.md +++ b/docs/streamOnView.python.md @@ -4,7 +4,7 @@ ### StreamOnView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view snowflake_stream_on_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view snowflake_stream_on_view}. #### Initializers @@ -55,7 +55,7 @@ streamOnView.StreamOnView( | before | StreamOnViewBefore | before block. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. | | show_initial_rows | str | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -128,7 +128,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#database} --- @@ -140,7 +140,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} --- @@ -152,7 +152,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#schema} --- @@ -164,7 +164,7 @@ Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} --- @@ -176,7 +176,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} --- @@ -206,7 +206,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/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} --- @@ -218,7 +218,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} --- @@ -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/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -241,7 +241,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} --- @@ -626,7 +626,7 @@ def put_at( Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -638,7 +638,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -648,7 +648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -660,7 +660,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -681,7 +681,7 @@ def put_before( Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -693,7 +693,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -703,7 +703,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -715,7 +715,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -875,7 +875,7 @@ The construct id used in the generated config for the StreamOnView to import. The id of the existing StreamOnView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_view#import import section} in the documentation of this resource for the id to use --- @@ -1403,7 +1403,7 @@ offset: str Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1419,7 +1419,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1433,7 +1433,7 @@ stream: str Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1449,7 +1449,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1489,7 +1489,7 @@ offset: str Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1505,7 +1505,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1519,7 +1519,7 @@ stream: str Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1535,7 +1535,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1588,7 +1588,7 @@ streamOnView.StreamOnViewConfig( | before | StreamOnViewBefore | before block. | | comment | str | Specifies a comment for the stream. | | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. | | show_initial_rows | str | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1675,7 +1675,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#database} --- @@ -1691,7 +1691,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} --- @@ -1707,7 +1707,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#schema} --- @@ -1723,7 +1723,7 @@ Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} --- @@ -1739,7 +1739,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} --- @@ -1753,7 +1753,7 @@ at: StreamOnViewAt at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} --- @@ -1767,7 +1767,7 @@ before: StreamOnViewBefore before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} --- @@ -1781,7 +1781,7 @@ comment: str Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} --- @@ -1797,7 +1797,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} --- @@ -1809,7 +1809,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1828,7 +1828,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} --- diff --git a/docs/streamOnView.typescript.md b/docs/streamOnView.typescript.md index 164bf3098..f6ea10be5 100644 --- a/docs/streamOnView.typescript.md +++ b/docs/streamOnView.typescript.md @@ -4,7 +4,7 @@ ### StreamOnView -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view snowflake_stream_on_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view snowflake_stream_on_view}. #### Initializers @@ -542,7 +542,7 @@ The construct id used in the generated config for the StreamOnView to import. The id of the existing StreamOnView that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_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/1.0.2/docs/resources/stream_on_view#import import section} in the documentation of this resource for the id to use --- @@ -1065,7 +1065,7 @@ public readonly offset: string; Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1081,7 +1081,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1095,7 +1095,7 @@ public readonly stream: string; Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1111,7 +1111,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1146,7 +1146,7 @@ public readonly offset: string; Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} --- @@ -1162,7 +1162,7 @@ Specifies the query ID of a statement to use as the reference point for Time Tra This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} --- @@ -1176,7 +1176,7 @@ public readonly stream: string; Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} --- @@ -1192,7 +1192,7 @@ Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} --- @@ -1226,7 +1226,7 @@ const streamOnViewConfig: streamOnView.StreamOnViewConfig = { ... } | before | StreamOnViewBefore | before block. | | comment | string | Specifies a comment for the stream. | | copyGrants | boolean \| cdktf.IResolvable | Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. | | showInitialRows | string | Specifies whether to return all existing rows in the source table as row inserts the first time the stream is consumed. | --- @@ -1313,7 +1313,7 @@ The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#database} --- @@ -1329,7 +1329,7 @@ Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} --- @@ -1345,7 +1345,7 @@ The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#schema} --- @@ -1361,7 +1361,7 @@ Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} --- @@ -1377,7 +1377,7 @@ Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} --- @@ -1391,7 +1391,7 @@ public readonly at: StreamOnViewAt; at block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} --- @@ -1405,7 +1405,7 @@ public readonly before: StreamOnViewBefore; before block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} --- @@ -1419,7 +1419,7 @@ public readonly comment: string; Specifies a comment for the stream. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} --- @@ -1435,7 +1435,7 @@ Retains the access permissions from the original stream when a stream is recreat This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} --- @@ -1447,7 +1447,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1466,7 +1466,7 @@ Specifies whether to return all existing rows in the source table as row inserts Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} --- diff --git a/docs/streamlit.csharp.md b/docs/streamlit.csharp.md index 57677633a..9fb088cb7 100644 --- a/docs/streamlit.csharp.md +++ b/docs/streamlit.csharp.md @@ -4,7 +4,7 @@ ### Streamlit -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit snowflake_streamlit}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit snowflake_streamlit}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Streamlit to import. The id of the existing Streamlit that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use --- @@ -1027,7 +1027,7 @@ new StreamlitConfig { | Comment | string | Specifies a comment for the streamlit. | | DirectoryLocation | string | Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. | | ExternalAccessIntegrations | string[] | External access integrations connected to the Streamlit. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. | | QueryWarehouse | string | Specifies the warehouse where SQL queries issued by the Streamlit application are run. | | Title | string | Specifies a title for the Streamlit app to display in Snowsight. | @@ -1113,7 +1113,7 @@ public string Database { get; set; } The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} --- @@ -1127,7 +1127,7 @@ public string MainFile { get; set; } Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} --- @@ -1141,7 +1141,7 @@ public string Name { get; set; } String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} --- @@ -1157,7 +1157,7 @@ The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} --- @@ -1171,7 +1171,7 @@ public string Stage { get; set; } The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} --- @@ -1185,7 +1185,7 @@ public string Comment { get; set; } Specifies a comment for the streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} --- @@ -1199,7 +1199,7 @@ public string DirectoryLocation { get; set; } Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} --- @@ -1213,7 +1213,7 @@ public string[] ExternalAccessIntegrations { get; set; } External access integrations connected to the Streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} --- @@ -1225,7 +1225,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1244,7 +1244,7 @@ Specifies the warehouse where SQL queries issued by the Streamlit application ar Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} --- @@ -1258,7 +1258,7 @@ public string Title { get; set; } Specifies a title for the Streamlit app to display in Snowsight. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} --- diff --git a/docs/streamlit.go.md b/docs/streamlit.go.md index 00edb7e4e..e648a0d25 100644 --- a/docs/streamlit.go.md +++ b/docs/streamlit.go.md @@ -4,7 +4,7 @@ ### Streamlit -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit snowflake_streamlit}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit snowflake_streamlit}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Streamlit to import. The id of the existing Streamlit that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use --- @@ -1027,7 +1027,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/streamlit" | Comment | *string | Specifies a comment for the streamlit. | | DirectoryLocation | *string | Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. | | ExternalAccessIntegrations | *[]*string | External access integrations connected to the Streamlit. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. | | QueryWarehouse | *string | Specifies the warehouse where SQL queries issued by the Streamlit application are run. | | Title | *string | Specifies a title for the Streamlit app to display in Snowsight. | @@ -1113,7 +1113,7 @@ Database *string The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} --- @@ -1127,7 +1127,7 @@ MainFile *string Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} --- @@ -1141,7 +1141,7 @@ Name *string String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} --- @@ -1157,7 +1157,7 @@ The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} --- @@ -1171,7 +1171,7 @@ Stage *string The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} --- @@ -1185,7 +1185,7 @@ Comment *string Specifies a comment for the streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} --- @@ -1199,7 +1199,7 @@ DirectoryLocation *string Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} --- @@ -1213,7 +1213,7 @@ ExternalAccessIntegrations *[]*string External access integrations connected to the Streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} --- @@ -1225,7 +1225,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1244,7 +1244,7 @@ Specifies the warehouse where SQL queries issued by the Streamlit application ar Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} --- @@ -1258,7 +1258,7 @@ Title *string Specifies a title for the Streamlit app to display in Snowsight. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} --- diff --git a/docs/streamlit.java.md b/docs/streamlit.java.md index 799a71c43..c02e51cee 100644 --- a/docs/streamlit.java.md +++ b/docs/streamlit.java.md @@ -4,7 +4,7 @@ ### Streamlit -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit snowflake_streamlit}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit snowflake_streamlit}. #### Initializers @@ -56,7 +56,7 @@ Streamlit.Builder.create(Construct scope, java.lang.String id) | comment | java.lang.String | Specifies a comment for the streamlit. | | directoryLocation | java.lang.String | Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. | | externalAccessIntegrations | java.util.List | External access integrations connected to the Streamlit. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. | | queryWarehouse | java.lang.String | Specifies the warehouse where SQL queries issued by the Streamlit application are run. | | title | java.lang.String | Specifies a title for the Streamlit app to display in Snowsight. | @@ -128,7 +128,7 @@ Must be unique amongst siblings in the same scope The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} --- @@ -138,7 +138,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} --- @@ -160,7 +160,7 @@ The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf External access integrations connected to the Streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} --- @@ -208,7 +208,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/1.0.1/docs/resources/streamlit#id Streamlit#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -223,7 +223,7 @@ Specifies the warehouse where SQL queries issued by the Streamlit application ar Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a title for the Streamlit app to display in Snowsight. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} --- @@ -702,7 +702,7 @@ The construct id used in the generated config for the Streamlit to import. The id of the existing Streamlit that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use --- @@ -1224,7 +1224,7 @@ StreamlitConfig.builder() | comment | java.lang.String | Specifies a comment for the streamlit. | | directoryLocation | java.lang.String | Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. | | externalAccessIntegrations | java.util.List | External access integrations connected to the Streamlit. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. | | queryWarehouse | java.lang.String | Specifies the warehouse where SQL queries issued by the Streamlit application are run. | | title | java.lang.String | Specifies a title for the Streamlit app to display in Snowsight. | @@ -1310,7 +1310,7 @@ public java.lang.String getDatabase(); The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} --- @@ -1324,7 +1324,7 @@ public java.lang.String getMainFile(); Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} --- @@ -1338,7 +1338,7 @@ public java.lang.String getName(); String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} --- @@ -1354,7 +1354,7 @@ The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} --- @@ -1368,7 +1368,7 @@ public java.lang.String getStage(); The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} --- @@ -1382,7 +1382,7 @@ public java.lang.String getComment(); Specifies a comment for the streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} --- @@ -1396,7 +1396,7 @@ public java.lang.String getDirectoryLocation(); Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} --- @@ -1410,7 +1410,7 @@ public java.util.List getExternalAccessIntegrations(); External access integrations connected to the Streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} --- @@ -1422,7 +1422,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1441,7 +1441,7 @@ Specifies the warehouse where SQL queries issued by the Streamlit application ar Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} --- @@ -1455,7 +1455,7 @@ public java.lang.String getTitle(); Specifies a title for the Streamlit app to display in Snowsight. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} --- diff --git a/docs/streamlit.python.md b/docs/streamlit.python.md index 8c29782e9..11f5efe71 100644 --- a/docs/streamlit.python.md +++ b/docs/streamlit.python.md @@ -4,7 +4,7 @@ ### Streamlit -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit snowflake_streamlit}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit snowflake_streamlit}. #### Initializers @@ -54,7 +54,7 @@ streamlit.Streamlit( | comment | str | Specifies a comment for the streamlit. | | directory_location | str | Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. | | external_access_integrations | typing.List[str] | External access integrations connected to the Streamlit. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. | | query_warehouse | str | Specifies the warehouse where SQL queries issued by the Streamlit application are run. | | title | str | Specifies a title for the Streamlit app to display in Snowsight. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} --- @@ -158,7 +158,7 @@ The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf External access integrations connected to the Streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} --- @@ -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/1.0.1/docs/resources/streamlit#id Streamlit#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -221,7 +221,7 @@ Specifies the warehouse where SQL queries issued by the Streamlit application ar Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a title for the Streamlit app to display in Snowsight. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} --- @@ -746,7 +746,7 @@ The construct id used in the generated config for the Streamlit to import. The id of the existing Streamlit that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use --- @@ -1264,7 +1264,7 @@ streamlit.StreamlitConfig( | comment | str | Specifies a comment for the streamlit. | | directory_location | str | Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. | | external_access_integrations | typing.List[str] | External access integrations connected to the Streamlit. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. | | query_warehouse | str | Specifies the warehouse where SQL queries issued by the Streamlit application are run. | | title | str | Specifies a title for the Streamlit app to display in Snowsight. | @@ -1350,7 +1350,7 @@ database: str The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} --- @@ -1364,7 +1364,7 @@ main_file: str Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} --- @@ -1378,7 +1378,7 @@ name: str String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} --- @@ -1394,7 +1394,7 @@ The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} --- @@ -1408,7 +1408,7 @@ stage: str The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} --- @@ -1422,7 +1422,7 @@ comment: str Specifies a comment for the streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} --- @@ -1436,7 +1436,7 @@ directory_location: str Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} --- @@ -1450,7 +1450,7 @@ external_access_integrations: typing.List[str] External access integrations connected to the Streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} --- @@ -1462,7 +1462,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1481,7 +1481,7 @@ Specifies the warehouse where SQL queries issued by the Streamlit application ar Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} --- @@ -1495,7 +1495,7 @@ title: str Specifies a title for the Streamlit app to display in Snowsight. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} --- diff --git a/docs/streamlit.typescript.md b/docs/streamlit.typescript.md index cfe1cecb4..037e71636 100644 --- a/docs/streamlit.typescript.md +++ b/docs/streamlit.typescript.md @@ -4,7 +4,7 @@ ### Streamlit -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit snowflake_streamlit}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit snowflake_streamlit}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Streamlit to import. The id of the existing Streamlit that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use --- @@ -1008,7 +1008,7 @@ const streamlitConfig: streamlit.StreamlitConfig = { ... } | comment | string | Specifies a comment for the streamlit. | | directoryLocation | string | Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. | | externalAccessIntegrations | string[] | External access integrations connected to the Streamlit. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. | | queryWarehouse | string | Specifies the warehouse where SQL queries issued by the Streamlit application are run. | | title | string | Specifies a title for the Streamlit app to display in Snowsight. | @@ -1094,7 +1094,7 @@ public readonly database: string; The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} --- @@ -1108,7 +1108,7 @@ public readonly mainFile: string; Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} --- @@ -1122,7 +1122,7 @@ public readonly name: string; String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} --- @@ -1138,7 +1138,7 @@ The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} --- @@ -1152,7 +1152,7 @@ public readonly stage: string; The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} --- @@ -1166,7 +1166,7 @@ public readonly comment: string; Specifies a comment for the streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} --- @@ -1180,7 +1180,7 @@ public readonly directoryLocation: string; Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} --- @@ -1194,7 +1194,7 @@ public readonly externalAccessIntegrations: string[]; External access integrations connected to the Streamlit. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} --- @@ -1206,7 +1206,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 @@ Specifies the warehouse where SQL queries issued by the Streamlit application ar Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} --- @@ -1239,7 +1239,7 @@ public readonly title: string; Specifies a title for the Streamlit app to display in Snowsight. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} --- diff --git a/docs/table.csharp.md b/docs/table.csharp.md index 023ab46a6..0adc921e8 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/1.0.1/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table snowflake_table}. #### Initializers @@ -555,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/1.0.1/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/1.0.2/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1058,7 +1058,7 @@ public string Name { get; set; } Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1072,7 +1072,7 @@ public string Type { get; set; } Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#type Table#type} --- @@ -1086,7 +1086,7 @@ public string Collate { get; set; } Column collation, e.g. utf8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#collate Table#collate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#collate Table#collate} --- @@ -1100,7 +1100,7 @@ public string Comment { get; set; } Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1114,7 +1114,7 @@ public TableColumnDefault Default { get; set; } default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#default Table#default} --- @@ -1128,7 +1128,7 @@ public TableColumnIdentity Identity { get; set; } identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#identity Table#identity} --- @@ -1142,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/1.0.1/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1158,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/1.0.1/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#nullable Table#nullable} --- @@ -1196,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/1.0.1/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#constant Table#constant} --- @@ -1210,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/1.0.1/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#expression Table#expression} --- @@ -1224,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/1.0.1/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#sequence Table#sequence} --- @@ -1260,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/1.0.1/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#start_num Table#start_num} --- @@ -1274,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/1.0.1/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#step_num Table#step_num} --- @@ -1326,7 +1326,7 @@ new TableConfig { | 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. | | 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/1.0.1/docs/resources/table#id Table#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#id Table#id}. | | PrimaryKey | TablePrimaryKey | primary_key block. | | Tag | object | tag block. | @@ -1412,7 +1412,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#column Table#column} --- @@ -1426,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1442,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1456,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -1470,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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1484,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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1498,7 +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/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1514,7 +1514,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT 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/1.0.1/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/1.0.2/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1526,7 +1526,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1543,7 +1543,7 @@ public TablePrimaryKey PrimaryKey { get; set; } primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#primary_key Table#primary_key} --- @@ -1557,7 +1557,7 @@ public object Tag { get; set; } tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} --- @@ -1593,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/1.0.1/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#keys Table#keys} --- @@ -1607,7 +1607,7 @@ public string Name { get; set; } Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1647,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1661,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/1.0.1/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#value Table#value} --- @@ -1675,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1689,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- diff --git a/docs/table.go.md b/docs/table.go.md index c3f11c4c1..c6b7910f6 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/1.0.1/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table snowflake_table}. #### Initializers @@ -555,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/1.0.1/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/1.0.2/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1058,7 +1058,7 @@ Name *string Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1072,7 +1072,7 @@ Type *string Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#type Table#type} --- @@ -1086,7 +1086,7 @@ Collate *string Column collation, e.g. utf8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#collate Table#collate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#collate Table#collate} --- @@ -1100,7 +1100,7 @@ Comment *string Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1114,7 +1114,7 @@ Default TableColumnDefault default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#default Table#default} --- @@ -1128,7 +1128,7 @@ Identity TableColumnIdentity identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#identity Table#identity} --- @@ -1142,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/1.0.1/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1158,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/1.0.1/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#nullable Table#nullable} --- @@ -1196,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/1.0.1/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#constant Table#constant} --- @@ -1210,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/1.0.1/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#expression Table#expression} --- @@ -1224,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/1.0.1/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#sequence Table#sequence} --- @@ -1260,7 +1260,7 @@ StartNum *f64 The number to start incrementing at. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#start_num Table#start_num} --- @@ -1274,7 +1274,7 @@ StepNum *f64 Step size to increment by. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#step_num Table#step_num} --- @@ -1326,7 +1326,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/table" | 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. | | 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/1.0.1/docs/resources/table#id Table#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#id Table#id}. | | PrimaryKey | TablePrimaryKey | primary_key block. | | Tag | interface{} | tag block. | @@ -1412,7 +1412,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#column Table#column} --- @@ -1426,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1442,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1456,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -1470,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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1484,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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1498,7 +1498,7 @@ Comment *string Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1514,7 +1514,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT 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/1.0.1/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/1.0.2/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1526,7 +1526,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1543,7 +1543,7 @@ PrimaryKey TablePrimaryKey primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#primary_key Table#primary_key} --- @@ -1557,7 +1557,7 @@ Tag interface{} tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} --- @@ -1593,7 +1593,7 @@ Keys *[]*string Columns to use in primary key. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#keys Table#keys} --- @@ -1607,7 +1607,7 @@ Name *string Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1647,7 +1647,7 @@ Name *string Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1661,7 +1661,7 @@ Value *string Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#value Table#value} --- @@ -1675,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1689,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- diff --git a/docs/table.java.md b/docs/table.java.md index 01039c8d3..d6e1b35b7 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/1.0.1/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table snowflake_table}. #### Initializers @@ -59,7 +59,7 @@ Table.Builder.create(Construct scope, java.lang.String id) | 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. | | 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/1.0.1/docs/resources/table#id Table#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<TableTag> | tag block. | @@ -131,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/1.0.1/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#column Table#column} --- @@ -141,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -153,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -163,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -173,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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#change_tracking Table#change_tracking} --- @@ -183,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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#cluster_by Table#cluster_by} --- @@ -193,7 +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/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -205,7 +205,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT 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/1.0.1/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/1.0.2/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -213,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/1.0.1/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -226,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/1.0.1/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#primary_key Table#primary_key} --- @@ -236,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/1.0.1/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} --- @@ -751,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/1.0.1/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/1.0.2/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1255,7 +1255,7 @@ public java.lang.String getName(); Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1269,7 +1269,7 @@ public java.lang.String getType(); Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#type Table#type} --- @@ -1283,7 +1283,7 @@ public java.lang.String getCollate(); Column collation, e.g. utf8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#collate Table#collate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#collate Table#collate} --- @@ -1297,7 +1297,7 @@ public java.lang.String getComment(); Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1311,7 +1311,7 @@ public TableColumnDefault getDefault(); default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#default Table#default} --- @@ -1325,7 +1325,7 @@ public TableColumnIdentity getIdentity(); identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#identity Table#identity} --- @@ -1339,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/1.0.1/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1355,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/1.0.1/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#nullable Table#nullable} --- @@ -1393,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/1.0.1/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#constant Table#constant} --- @@ -1407,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/1.0.1/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#expression Table#expression} --- @@ -1421,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/1.0.1/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#sequence Table#sequence} --- @@ -1457,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/1.0.1/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#start_num Table#start_num} --- @@ -1471,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/1.0.1/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#step_num Table#step_num} --- @@ -1530,7 +1530,7 @@ TableConfig.builder() | 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. | | 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/1.0.1/docs/resources/table#id Table#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | com.hashicorp.cdktf.IResolvable OR java.util.List<TableTag> | tag block. | @@ -1616,7 +1616,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#column Table#column} --- @@ -1630,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1646,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1660,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -1674,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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1688,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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1702,7 +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/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1718,7 +1718,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT 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/1.0.1/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/1.0.2/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1730,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/1.0.1/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1747,7 +1747,7 @@ public TablePrimaryKey getPrimaryKey(); primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#primary_key Table#primary_key} --- @@ -1761,7 +1761,7 @@ public java.lang.Object getTag(); tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} --- @@ -1797,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/1.0.1/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#keys Table#keys} --- @@ -1811,7 +1811,7 @@ public java.lang.String getName(); Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1851,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1865,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/1.0.1/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#value Table#value} --- @@ -1879,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1893,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- diff --git a/docs/table.python.md b/docs/table.python.md index af6c5d43e..7de8467fa 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/1.0.1/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table snowflake_table}. #### Initializers @@ -54,7 +54,7 @@ table.Table( | 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_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/1.0.1/docs/resources/table#id Table#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#id Table#id}. | | primary_key | TablePrimaryKey | primary_key block. | | tag | typing.Union[cdktf.IResolvable, typing.List[TableTag]] | tag block. | @@ -126,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/1.0.1/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#column Table#column} --- @@ -136,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -148,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -158,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -168,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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#change_tracking Table#change_tracking} --- @@ -178,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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#cluster_by Table#cluster_by} --- @@ -188,7 +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/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -200,7 +200,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT 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/1.0.1/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/1.0.2/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -208,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/1.0.1/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -221,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/1.0.1/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#primary_key Table#primary_key} --- @@ -231,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/1.0.1/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} --- @@ -629,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/1.0.1/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#keys Table#keys} --- @@ -639,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -813,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/1.0.1/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/1.0.2/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1316,7 +1316,7 @@ name: str Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1330,7 +1330,7 @@ type: str Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#type Table#type} --- @@ -1344,7 +1344,7 @@ collate: str Column collation, e.g. utf8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#collate Table#collate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#collate Table#collate} --- @@ -1358,7 +1358,7 @@ comment: str Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1372,7 +1372,7 @@ default: TableColumnDefault default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#default Table#default} --- @@ -1386,7 +1386,7 @@ identity: TableColumnIdentity identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#identity Table#identity} --- @@ -1400,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/1.0.1/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1416,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/1.0.1/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#nullable Table#nullable} --- @@ -1454,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/1.0.1/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#constant Table#constant} --- @@ -1468,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/1.0.1/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#expression Table#expression} --- @@ -1482,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/1.0.1/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#sequence Table#sequence} --- @@ -1518,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/1.0.1/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#start_num Table#start_num} --- @@ -1532,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/1.0.1/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#step_num Table#step_num} --- @@ -1584,7 +1584,7 @@ table.TableConfig( | 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_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/1.0.1/docs/resources/table#id Table#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#id Table#id}. | | primary_key | TablePrimaryKey | primary_key block. | | tag | typing.Union[cdktf.IResolvable, typing.List[TableTag]] | tag block. | @@ -1670,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/1.0.1/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#column Table#column} --- @@ -1684,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1700,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1714,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -1728,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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1742,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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1756,7 +1756,7 @@ comment: str Specifies a comment for the table. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1772,7 +1772,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT 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/1.0.1/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/1.0.2/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1784,7 +1784,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1801,7 +1801,7 @@ primary_key: TablePrimaryKey primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#primary_key Table#primary_key} --- @@ -1815,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/1.0.1/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} --- @@ -1851,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/1.0.1/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#keys Table#keys} --- @@ -1865,7 +1865,7 @@ name: str Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1905,7 +1905,7 @@ name: str Tag name, e.g. department. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1919,7 +1919,7 @@ value: str Tag value, e.g. marketing_info. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#value Table#value} --- @@ -1933,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1947,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -3088,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/1.0.1/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#constant Table#constant} --- @@ -3098,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/1.0.1/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#expression Table#expression} --- @@ -3108,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/1.0.1/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#sequence Table#sequence} --- @@ -3127,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/1.0.1/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#start_num Table#start_num} --- @@ -3137,7 +3137,7 @@ 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/1.0.1/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#step_num Table#step_num} --- diff --git a/docs/table.typescript.md b/docs/table.typescript.md index d81739ce1..a33629564 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/1.0.1/docs/resources/table snowflake_table}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table snowflake_table}. #### Initializers @@ -555,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/1.0.1/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/1.0.2/docs/resources/table#import import section} in the documentation of this resource for the id to use --- @@ -1049,7 +1049,7 @@ public readonly name: string; Column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1063,7 +1063,7 @@ public readonly type: string; Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#type Table#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#type Table#type} --- @@ -1077,7 +1077,7 @@ public readonly collate: string; Column collation, e.g. utf8. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#collate Table#collate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#collate Table#collate} --- @@ -1091,7 +1091,7 @@ public readonly comment: string; Column comment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1105,7 +1105,7 @@ public readonly default: TableColumnDefault; default block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#default Table#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#default Table#default} --- @@ -1119,7 +1119,7 @@ public readonly identity: TableColumnIdentity; identity block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#identity Table#identity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#identity Table#identity} --- @@ -1133,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/1.0.1/docs/resources/table#masking_policy Table#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#masking_policy Table#masking_policy} --- @@ -1149,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/1.0.1/docs/resources/table#nullable Table#nullable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#nullable Table#nullable} --- @@ -1183,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/1.0.1/docs/resources/table#constant Table#constant} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#constant Table#constant} --- @@ -1197,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/1.0.1/docs/resources/table#expression Table#expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#expression Table#expression} --- @@ -1211,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/1.0.1/docs/resources/table#sequence Table#sequence} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#sequence Table#sequence} --- @@ -1244,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/1.0.1/docs/resources/table#start_num Table#start_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#start_num Table#start_num} --- @@ -1258,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/1.0.1/docs/resources/table#step_num Table#step_num} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#step_num Table#step_num} --- @@ -1291,7 +1291,7 @@ const tableConfig: table.TableConfig = { ... } | 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. | | 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/1.0.1/docs/resources/table#id Table#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#id Table#id}. | | primaryKey | TablePrimaryKey | primary_key block. | | tag | cdktf.IResolvable \| TableTag[] | tag block. | @@ -1377,7 +1377,7 @@ public readonly column: IResolvable | TableColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#column Table#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#column Table#column} --- @@ -1391,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1407,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1421,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- @@ -1435,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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#change_tracking Table#change_tracking} --- @@ -1449,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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#cluster_by Table#cluster_by} --- @@ -1463,7 +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/1.0.1/docs/resources/table#comment Table#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#comment Table#comment} --- @@ -1479,7 +1479,7 @@ Specifies the retention period for the table so that Time Travel actions (SELECT 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/1.0.1/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/1.0.2/docs/resources/table#data_retention_time_in_days Table#data_retention_time_in_days} --- @@ -1491,7 +1491,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#id Table#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1508,7 +1508,7 @@ public readonly primaryKey: TablePrimaryKey; primary_key block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#primary_key Table#primary_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#primary_key Table#primary_key} --- @@ -1522,7 +1522,7 @@ public readonly tag: IResolvable | TableTag[]; tag block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#tag Table#tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} --- @@ -1555,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/1.0.1/docs/resources/table#keys Table#keys} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#keys Table#keys} --- @@ -1569,7 +1569,7 @@ public readonly name: string; Name of constraint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1604,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/1.0.1/docs/resources/table#name Table#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} --- @@ -1618,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/1.0.1/docs/resources/table#value Table#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#value Table#value} --- @@ -1632,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/1.0.1/docs/resources/table#database Table#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} --- @@ -1646,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/1.0.1/docs/resources/table#schema Table#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} --- diff --git a/docs/tableColumnMaskingPolicyApplication.csharp.md b/docs/tableColumnMaskingPolicyApplication.csharp.md index 6fb52f86d..1c6959671 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/1.0.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 c6e4fba53..1e5387e5b 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/1.0.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 dca8f7710..30945f309 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/1.0.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 fb3757f3e..bbcc1fe2e 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/1.0.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 cb906743c..ec52ce202 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/1.0.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 b6d3b49b6..0b0cf83a3 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/1.0.1/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1075,7 +1075,7 @@ new TableConstraintConfig { | 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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1190,7 +1190,7 @@ public string TableId { get; set; } 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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1373,7 +1373,7 @@ public TableConstraintForeignKeyPropertiesReferences References { get; set; } references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1387,7 +1387,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/1.0.1/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1401,7 +1401,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/1.0.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1415,7 +1415,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/1.0.1/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.go.md b/docs/tableConstraint.go.md index dfa8aa82b..f282691de 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/1.0.1/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1075,7 +1075,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/tableconstrai | 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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1190,7 +1190,7 @@ 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). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1373,7 +1373,7 @@ References TableConstraintForeignKeyPropertiesReferences references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1387,7 +1387,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/1.0.1/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1401,7 +1401,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/1.0.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1415,7 +1415,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/1.0.1/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.java.md b/docs/tableConstraint.java.md index ace2f4855..5709f64b0 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/1.0.1/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -64,7 +64,7 @@ TableConstraint.Builder.create(Construct scope, java.lang.String id) | 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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#name TableConstraint#name} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf 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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1304,7 +1304,7 @@ TableConstraintConfig.builder() | 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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1419,7 +1419,7 @@ public java.lang.String getTableId(); 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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1602,7 +1602,7 @@ public TableConstraintForeignKeyPropertiesReferences getReferences(); references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1616,7 +1616,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/1.0.1/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1630,7 +1630,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/1.0.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1644,7 +1644,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/1.0.1/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.python.md b/docs/tableConstraint.python.md index 2d1732845..8ec550bee 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/1.0.1/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint snowflake_table_constraint}. #### Initializers @@ -57,7 +57,7 @@ tableConstraint.TableConstraint( | 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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#name TableConstraint#name} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf 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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -639,7 +639,7 @@ def put_foreign_key_properties( references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#references TableConstraint#references} --- @@ -649,7 +649,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf 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/1.0.1/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#match TableConstraint#match} --- @@ -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 deleted. Not applicable for primary/unique keys. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -669,7 +669,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/1.0.1/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -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/1.0.1/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/1.0.2/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1373,7 +1373,7 @@ tableConstraint.TableConstraintConfig( | 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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1488,7 +1488,7 @@ 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). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1671,7 +1671,7 @@ references: TableConstraintForeignKeyPropertiesReferences references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1685,7 +1685,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/1.0.1/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1699,7 +1699,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/1.0.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1713,7 +1713,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/1.0.1/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#table_id TableConstraint#table_id} --- @@ -2016,7 +2016,7 @@ def put_references( Columns to use in foreign key reference. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#columns TableConstraint#columns} --- @@ -2026,7 +2026,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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tableConstraint.typescript.md b/docs/tableConstraint.typescript.md index dc69065d5..61fc2cf95 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/1.0.1/docs/resources/table_constraint snowflake_table_constraint}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/table_constraint#import import section} in the documentation of this resource for the id to use --- @@ -1054,7 +1054,7 @@ const tableConstraintConfig: tableConstraint.TableConstraintConfig = { ... } | 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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#name TableConstraint#name} --- @@ -1169,7 +1169,7 @@ public readonly 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). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#validate TableConstraint#validate} --- @@ -1347,7 +1347,7 @@ public readonly references: TableConstraintForeignKeyPropertiesReferences; references block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint#references TableConstraint#references} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#references TableConstraint#references} --- @@ -1361,7 +1361,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/1.0.1/docs/resources/table_constraint#match TableConstraint#match} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#match TableConstraint#match} --- @@ -1375,7 +1375,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/1.0.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_delete TableConstraint#on_delete} --- @@ -1389,7 +1389,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/1.0.1/docs/resources/table_constraint#on_update TableConstraint#on_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#on_update TableConstraint#on_update} --- @@ -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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#table_id TableConstraint#table_id} --- diff --git a/docs/tag.csharp.md b/docs/tag.csharp.md index de84b5847..5f4df325f 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/1.0.1/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag snowflake_tag}. #### Initializers @@ -495,7 +495,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/1.0.1/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/1.0.2/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -907,7 +907,7 @@ new TagConfig { | Schema | string | The schema in which to create the tag. | | AllowedValues | string[] | Set 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/1.0.1/docs/resources/tag#id Tag#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#id Tag#id}. | | MaskingPolicies | string[] | Set of masking policies for the tag. | --- @@ -994,7 +994,7 @@ The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} --- @@ -1010,7 +1010,7 @@ Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} --- @@ -1026,7 +1026,7 @@ The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} --- @@ -1040,7 +1040,7 @@ public string[] AllowedValues { get; set; } Set of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1054,7 +1054,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/1.0.1/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} --- @@ -1066,7 +1066,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1085,7 +1085,7 @@ Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} --- diff --git a/docs/tag.go.md b/docs/tag.go.md index 903fd3030..b2376c190 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/1.0.1/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag snowflake_tag}. #### Initializers @@ -495,7 +495,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/1.0.1/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/1.0.2/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -907,7 +907,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/tag" | Schema | *string | The schema in which to create the tag. | | AllowedValues | *[]*string | Set 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/1.0.1/docs/resources/tag#id Tag#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#id Tag#id}. | | MaskingPolicies | *[]*string | Set of masking policies for the tag. | --- @@ -994,7 +994,7 @@ The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} --- @@ -1010,7 +1010,7 @@ Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} --- @@ -1026,7 +1026,7 @@ The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} --- @@ -1040,7 +1040,7 @@ AllowedValues *[]*string Set of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1054,7 +1054,7 @@ Comment *string Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} --- @@ -1066,7 +1066,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1085,7 +1085,7 @@ Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} --- diff --git a/docs/tag.java.md b/docs/tag.java.md index be4129bab..ef61f83a5 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/1.0.1/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag snowflake_tag}. #### Initializers @@ -49,7 +49,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 | Set 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/1.0.1/docs/resources/tag#id Tag#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#id Tag#id}. | | maskingPolicies | java.util.List | Set of masking policies for the tag. | --- @@ -122,7 +122,7 @@ The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} --- @@ -134,7 +134,7 @@ Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} --- @@ -146,7 +146,7 @@ The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Set of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -166,7 +166,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/1.0.1/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} --- @@ -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/1.0.1/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -189,7 +189,7 @@ Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} --- @@ -644,7 +644,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/1.0.1/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/1.0.2/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -1060,7 +1060,7 @@ TagConfig.builder() | schema | java.lang.String | The schema in which to create the tag. | | allowedValues | java.util.List | Set 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/1.0.1/docs/resources/tag#id Tag#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#id Tag#id}. | | maskingPolicies | java.util.List | Set of masking policies for the tag. | --- @@ -1147,7 +1147,7 @@ The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} --- @@ -1163,7 +1163,7 @@ Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} --- @@ -1179,7 +1179,7 @@ The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} --- @@ -1193,7 +1193,7 @@ public java.util.List getAllowedValues(); Set of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1207,7 +1207,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/1.0.1/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} --- @@ -1219,7 +1219,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1238,7 +1238,7 @@ Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} --- diff --git a/docs/tag.python.md b/docs/tag.python.md index 3217af00d..7f17ba834 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/1.0.1/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag snowflake_tag}. #### Initializers @@ -47,7 +47,7 @@ tag.Tag( | schema | str | The schema in which to create the tag. | | allowed_values | typing.List[str] | Set 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/1.0.1/docs/resources/tag#id Tag#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#id Tag#id}. | | masking_policies | typing.List[str] | Set of masking policies for the tag. | --- @@ -120,7 +120,7 @@ The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} --- @@ -132,7 +132,7 @@ Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} --- @@ -144,7 +144,7 @@ The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Set of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -164,7 +164,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/1.0.1/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} --- @@ -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/1.0.1/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -187,7 +187,7 @@ Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} --- @@ -688,7 +688,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/1.0.1/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/1.0.2/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -1100,7 +1100,7 @@ tag.TagConfig( | schema | str | The schema in which to create the tag. | | allowed_values | typing.List[str] | Set 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/1.0.1/docs/resources/tag#id Tag#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#id Tag#id}. | | masking_policies | typing.List[str] | Set of masking policies for the tag. | --- @@ -1187,7 +1187,7 @@ The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} --- @@ -1203,7 +1203,7 @@ Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} --- @@ -1219,7 +1219,7 @@ The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} --- @@ -1233,7 +1233,7 @@ allowed_values: typing.List[str] Set of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1247,7 +1247,7 @@ comment: str Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} --- @@ -1259,7 +1259,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1278,7 +1278,7 @@ Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} --- diff --git a/docs/tag.typescript.md b/docs/tag.typescript.md index 3eeb03b8f..252f0c7b7 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/1.0.1/docs/resources/tag snowflake_tag}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag snowflake_tag}. #### Initializers @@ -495,7 +495,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/1.0.1/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/1.0.2/docs/resources/tag#import import section} in the documentation of this resource for the id to use --- @@ -892,7 +892,7 @@ const tagConfig: tag.TagConfig = { ... } | schema | string | The schema in which to create the tag. | | allowedValues | string[] | Set 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/1.0.1/docs/resources/tag#id Tag#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#id Tag#id}. | | maskingPolicies | string[] | Set of masking policies for the tag. | --- @@ -979,7 +979,7 @@ The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} --- @@ -995,7 +995,7 @@ Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} --- @@ -1011,7 +1011,7 @@ The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} --- @@ -1025,7 +1025,7 @@ public readonly allowedValues: string[]; Set of allowed values for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#allowed_values Tag#allowed_values} --- @@ -1039,7 +1039,7 @@ public readonly comment: string; Specifies a comment for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#comment Tag#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} --- @@ -1051,7 +1051,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#id Tag#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1070,7 +1070,7 @@ Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} --- diff --git a/docs/tagAssociation.csharp.md b/docs/tagAssociation.csharp.md index 43fda8961..f285c7fb5 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/1.0.1/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -501,7 +501,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/1.0.1/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/1.0.2/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -890,7 +890,7 @@ new TagAssociationConfig { | ObjectType | string | Specifies the type of object to add a tag. | | TagId | string | Specifies the identifier for the tag. | | 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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#id TagAssociation#id}. | | SkipValidation | object | If true, skips validation of the tag association. | | Timeouts | TagAssociationTimeouts | timeouts block. | @@ -976,7 +976,7 @@ public string[] ObjectIdentifiers { get; set; } Specifies the object identifiers for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} --- @@ -992,7 +992,7 @@ Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1006,7 +1006,7 @@ public string TagId { get; set; } Specifies the identifier for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1020,7 +1020,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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1032,7 +1032,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1049,7 +1049,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/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1063,7 +1063,7 @@ public TagAssociationTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1083,7 +1083,7 @@ new TagAssociationTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1095,7 +1095,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.go.md b/docs/tagAssociation.go.md index c78089139..100917df0 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/1.0.1/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -501,7 +501,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/1.0.1/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/1.0.2/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -890,7 +890,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/tagassociatio | ObjectType | *string | Specifies the type of object to add a tag. | | TagId | *string | Specifies the identifier for the tag. | | 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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#id TagAssociation#id}. | | SkipValidation | interface{} | If true, skips validation of the tag association. | | Timeouts | TagAssociationTimeouts | timeouts block. | @@ -976,7 +976,7 @@ ObjectIdentifiers *[]*string Specifies the object identifiers for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} --- @@ -992,7 +992,7 @@ Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1006,7 +1006,7 @@ TagId *string Specifies the identifier for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1020,7 +1020,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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1032,7 +1032,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1049,7 +1049,7 @@ SkipValidation interface{} If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1063,7 +1063,7 @@ Timeouts TagAssociationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1083,7 +1083,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/tagassociatio | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1095,7 +1095,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.java.md b/docs/tagAssociation.java.md index b200b8dd6..cacab9510 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/1.0.1/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -49,7 +49,7 @@ TagAssociation.Builder.create(Construct scope, java.lang.String id) | objectType | java.lang.String | Specifies the type of object to add a tag. | | tagId | java.lang.String | Specifies the identifier for the tag. | | 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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#id TagAssociation#id}. | | skipValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope Specifies the object identifiers for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} --- @@ -133,7 +133,7 @@ Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -143,7 +143,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the identifier for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -153,7 +153,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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -174,7 +174,7 @@ If you experience problems setting this value it might not be settable. Please t If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -184,7 +184,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/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -645,7 +645,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/1.0.1/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/1.0.2/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -1039,7 +1039,7 @@ TagAssociationConfig.builder() | objectType | java.lang.String | Specifies the type of object to add a tag. | | tagId | java.lang.String | Specifies the identifier for the tag. | | 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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#id TagAssociation#id}. | | skipValidation | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -1125,7 +1125,7 @@ public java.util.List getObjectIdentifiers(); Specifies the object identifiers for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} --- @@ -1141,7 +1141,7 @@ Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1155,7 +1155,7 @@ public java.lang.String getTagId(); Specifies the identifier for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1169,7 +1169,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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1181,7 +1181,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1198,7 +1198,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/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1212,7 +1212,7 @@ public TagAssociationTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1232,7 +1232,7 @@ TagAssociationTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1244,7 +1244,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.python.md b/docs/tagAssociation.python.md index bb79a035d..f60f5da7f 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/1.0.1/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -46,7 +46,7 @@ tagAssociation.TagAssociation( | object_type | str | Specifies the type of object to add a tag. | | tag_id | str | Specifies the identifier for the tag. | | 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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#id TagAssociation#id}. | | skip_validation | typing.Union[bool, cdktf.IResolvable] | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope Specifies the object identifiers for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} --- @@ -130,7 +130,7 @@ Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 If true, skips validation of the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -181,7 +181,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/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -556,7 +556,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. --- @@ -692,7 +692,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/1.0.1/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/1.0.2/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -1081,7 +1081,7 @@ tagAssociation.TagAssociationConfig( | object_type | str | Specifies the type of object to add a tag. | | tag_id | str | Specifies the identifier for the tag. | | 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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#id TagAssociation#id}. | | skip_validation | typing.Union[bool, cdktf.IResolvable] | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -1167,7 +1167,7 @@ object_identifiers: typing.List[str] Specifies the object identifiers for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} --- @@ -1183,7 +1183,7 @@ Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -1197,7 +1197,7 @@ tag_id: str Specifies the identifier for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1211,7 +1211,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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1223,7 +1223,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1240,7 +1240,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/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1254,7 +1254,7 @@ timeouts: TagAssociationTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1274,7 +1274,7 @@ tagAssociation.TagAssociationTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1286,7 +1286,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/tagAssociation.typescript.md b/docs/tagAssociation.typescript.md index 1f36acd02..65f1171f9 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/1.0.1/docs/resources/tag_association snowflake_tag_association}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association snowflake_tag_association}. #### Initializers @@ -501,7 +501,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/1.0.1/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/1.0.2/docs/resources/tag_association#import import section} in the documentation of this resource for the id to use --- @@ -875,7 +875,7 @@ const tagAssociationConfig: tagAssociation.TagAssociationConfig = { ... } | objectType | string | Specifies the type of object to add a tag. | | tagId | string | Specifies the identifier for the tag. | | 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/1.0.1/docs/resources/tag_association#id TagAssociation#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#id TagAssociation#id}. | | skipValidation | boolean \| cdktf.IResolvable | If true, skips validation of the tag association. | | timeouts | TagAssociationTimeouts | timeouts block. | @@ -961,7 +961,7 @@ public readonly objectIdentifiers: string[]; Specifies the object identifiers for the tag association. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} --- @@ -977,7 +977,7 @@ Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_type TagAssociation#object_type} --- @@ -991,7 +991,7 @@ public readonly tagId: string; Specifies the identifier for the tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_id TagAssociation#tag_id} --- @@ -1005,7 +1005,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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_value TagAssociation#tag_value} --- @@ -1017,7 +1017,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#id TagAssociation#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1034,7 +1034,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/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} --- @@ -1048,7 +1048,7 @@ public readonly timeouts: TagAssociationTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} --- @@ -1066,7 +1066,7 @@ const tagAssociationTimeouts: tagAssociation.TagAssociationTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. | --- @@ -1078,7 +1078,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create}. --- diff --git a/docs/task.csharp.md b/docs/task.csharp.md index 63ea1d334..c3b6d2d3e 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/1.0.1/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task snowflake_task}. #### Initializers @@ -956,7 +956,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/1.0.1/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/1.0.2/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -2922,7 +2922,7 @@ new TaskConfig { | Finalize | string | Specifies the name of a root task that the finalizer task is associated with. | | GeographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#id Task#id}. | | JdbcTreatTimestampNtzAsUtc | object | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | object | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | | JsonIndent | double | Specifies the number of blank spaces to indent each new element in JSON output in the session. | @@ -3050,7 +3050,7 @@ The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} --- @@ -3066,7 +3066,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} --- @@ -3082,7 +3082,7 @@ The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} --- @@ -3096,7 +3096,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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} --- @@ -3110,7 +3110,7 @@ public object Started { get; set; } Specifies if the task should be started or suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} --- @@ -3124,7 +3124,7 @@ public object AbortDetachedQuery { get; set; } Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} --- @@ -3140,7 +3140,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#after Task#after} --- @@ -3156,7 +3156,7 @@ By default, Snowflake ensures that only one instance of a particular DAG is allo Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -3172,7 +3172,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} --- @@ -3188,7 +3188,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} --- @@ -3204,7 +3204,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} --- @@ -3220,7 +3220,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} --- @@ -3236,7 +3236,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} --- @@ -3252,7 +3252,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} --- @@ -3268,7 +3268,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} --- @@ -3282,7 +3282,7 @@ public object ClientResultColumnCaseInsensitive { get; set; } Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} --- @@ -3298,7 +3298,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} --- @@ -3312,7 +3312,7 @@ public double ClientSessionKeepAliveHeartbeatFrequency { get; set; } Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} --- @@ -3326,7 +3326,7 @@ public string ClientTimestampTypeMapping { get; set; } Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} --- @@ -3340,7 +3340,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/1.0.1/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} --- @@ -3356,7 +3356,7 @@ Specifies a string representation of key value pairs that can be accessed by all Must be in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} --- @@ -3372,7 +3372,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} --- @@ -3388,7 +3388,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} --- @@ -3402,7 +3402,7 @@ public object EnableUnloadPhysicalTypeOptimization { get; set; } Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} --- @@ -3418,7 +3418,7 @@ Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} --- @@ -3432,7 +3432,7 @@ public object ErrorOnNondeterministicMerge { get; set; } Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} --- @@ -3446,7 +3446,7 @@ public object ErrorOnNondeterministicUpdate { get; set; } Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} --- @@ -3462,7 +3462,7 @@ Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} --- @@ -3476,7 +3476,7 @@ public string GeographyOutputFormat { get; set; } Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} --- @@ -3490,7 +3490,7 @@ public string GeometryOutputFormat { get; set; } Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} --- @@ -3502,7 +3502,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -3519,7 +3519,7 @@ public object JdbcTreatTimestampNtzAsUtc { get; set; } Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3533,7 +3533,7 @@ public object JdbcUseSessionTimezone { get; set; } Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} --- @@ -3549,7 +3549,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} --- @@ -3565,7 +3565,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} --- @@ -3581,7 +3581,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} --- @@ -3595,7 +3595,7 @@ public double MultiStatementCount { get; set; } Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} --- @@ -3611,7 +3611,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} --- @@ -3625,7 +3625,7 @@ public object OdbcTreatDecimalAsInt { get; set; } Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} --- @@ -3641,7 +3641,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} --- @@ -3657,7 +3657,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} --- @@ -3673,7 +3673,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} --- @@ -3689,7 +3689,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} --- @@ -3703,7 +3703,7 @@ public TaskSchedule Schedule { get; set; } schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} --- @@ -3719,7 +3719,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} --- @@ -3733,7 +3733,7 @@ public double StatementQueuedTimeoutInSeconds { get; set; } Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} --- @@ -3747,7 +3747,7 @@ public double StatementTimeoutInSeconds { get; set; } Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} --- @@ -3761,7 +3761,7 @@ public object StrictJsonOutput { get; set; } This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} --- @@ -3777,7 +3777,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -3793,7 +3793,7 @@ Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} --- @@ -3809,7 +3809,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} --- @@ -3825,7 +3825,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} --- @@ -3839,7 +3839,7 @@ public object TimestampDayIsAlways24H { get; set; } Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} --- @@ -3855,7 +3855,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} --- @@ -3871,7 +3871,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} --- @@ -3885,7 +3885,7 @@ public string TimestampNtzOutputFormat { get; set; } Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} --- @@ -3901,7 +3901,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} --- @@ -3915,7 +3915,7 @@ public string TimestampTypeMapping { get; set; } Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} --- @@ -3931,7 +3931,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} --- @@ -3947,7 +3947,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} --- @@ -3963,7 +3963,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} --- @@ -3979,7 +3979,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} --- @@ -3993,7 +3993,7 @@ public string TransactionDefaultIsolationLevel { get; set; } Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} --- @@ -4007,7 +4007,7 @@ public double TwoDigitCenturyStart { get; set; } Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} --- @@ -4021,7 +4021,7 @@ public string UnsupportedDdlAction { get; set; } Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} --- @@ -4037,7 +4037,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} --- @@ -4053,7 +4053,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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -4067,7 +4067,7 @@ public double UserTaskMinimumTriggerIntervalInSeconds { get; set; } Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} --- @@ -4083,7 +4083,7 @@ Specifies the time limit on a single run of the task before it times out (in mil For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -4099,7 +4099,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} --- @@ -4115,7 +4115,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} --- @@ -4131,7 +4131,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} --- @@ -4147,7 +4147,7 @@ Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} --- @@ -4952,7 +4952,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the tas Accepts positive integers only. (conflicts with `using_cron`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#minutes Task#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#minutes Task#minutes} --- @@ -4968,7 +4968,7 @@ Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#using_cron Task#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#using_cron Task#using_cron} --- diff --git a/docs/task.go.md b/docs/task.go.md index f8076e5b0..89ad8e904 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/1.0.1/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task snowflake_task}. #### Initializers @@ -956,7 +956,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/1.0.1/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/1.0.2/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -2922,7 +2922,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/task" | Finalize | *string | Specifies the name of a root task that the finalizer task is associated with. | | GeographyOutputFormat | *string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | *string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#id Task#id}. | | JdbcTreatTimestampNtzAsUtc | interface{} | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | interface{} | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | | JsonIndent | *f64 | Specifies the number of blank spaces to indent each new element in JSON output in the session. | @@ -3050,7 +3050,7 @@ The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} --- @@ -3066,7 +3066,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} --- @@ -3082,7 +3082,7 @@ The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} --- @@ -3096,7 +3096,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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} --- @@ -3110,7 +3110,7 @@ Started interface{} Specifies if the task should be started or suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} --- @@ -3124,7 +3124,7 @@ AbortDetachedQuery interface{} Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} --- @@ -3140,7 +3140,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#after Task#after} --- @@ -3156,7 +3156,7 @@ By default, Snowflake ensures that only one instance of a particular DAG is allo Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -3172,7 +3172,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} --- @@ -3188,7 +3188,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} --- @@ -3204,7 +3204,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} --- @@ -3220,7 +3220,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} --- @@ -3236,7 +3236,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} --- @@ -3252,7 +3252,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} --- @@ -3268,7 +3268,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} --- @@ -3282,7 +3282,7 @@ ClientResultColumnCaseInsensitive interface{} Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} --- @@ -3298,7 +3298,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} --- @@ -3312,7 +3312,7 @@ ClientSessionKeepAliveHeartbeatFrequency *f64 Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} --- @@ -3326,7 +3326,7 @@ ClientTimestampTypeMapping *string Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} --- @@ -3340,7 +3340,7 @@ Comment *string Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} --- @@ -3356,7 +3356,7 @@ Specifies a string representation of key value pairs that can be accessed by all Must be in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} --- @@ -3372,7 +3372,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} --- @@ -3388,7 +3388,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} --- @@ -3402,7 +3402,7 @@ EnableUnloadPhysicalTypeOptimization interface{} Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} --- @@ -3418,7 +3418,7 @@ Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} --- @@ -3432,7 +3432,7 @@ ErrorOnNondeterministicMerge interface{} Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} --- @@ -3446,7 +3446,7 @@ ErrorOnNondeterministicUpdate interface{} Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} --- @@ -3462,7 +3462,7 @@ Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} --- @@ -3476,7 +3476,7 @@ GeographyOutputFormat *string Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} --- @@ -3490,7 +3490,7 @@ GeometryOutputFormat *string Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} --- @@ -3502,7 +3502,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -3519,7 +3519,7 @@ JdbcTreatTimestampNtzAsUtc interface{} Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3533,7 +3533,7 @@ JdbcUseSessionTimezone interface{} Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} --- @@ -3549,7 +3549,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} --- @@ -3565,7 +3565,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} --- @@ -3581,7 +3581,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} --- @@ -3595,7 +3595,7 @@ MultiStatementCount *f64 Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} --- @@ -3611,7 +3611,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} --- @@ -3625,7 +3625,7 @@ OdbcTreatDecimalAsInt interface{} Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} --- @@ -3641,7 +3641,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} --- @@ -3657,7 +3657,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} --- @@ -3673,7 +3673,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} --- @@ -3689,7 +3689,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} --- @@ -3703,7 +3703,7 @@ Schedule TaskSchedule schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} --- @@ -3719,7 +3719,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} --- @@ -3733,7 +3733,7 @@ StatementQueuedTimeoutInSeconds *f64 Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} --- @@ -3747,7 +3747,7 @@ StatementTimeoutInSeconds *f64 Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} --- @@ -3761,7 +3761,7 @@ StrictJsonOutput interface{} This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} --- @@ -3777,7 +3777,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -3793,7 +3793,7 @@ Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} --- @@ -3809,7 +3809,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} --- @@ -3825,7 +3825,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} --- @@ -3839,7 +3839,7 @@ TimestampDayIsAlways24H interface{} Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} --- @@ -3855,7 +3855,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} --- @@ -3871,7 +3871,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} --- @@ -3885,7 +3885,7 @@ TimestampNtzOutputFormat *string Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} --- @@ -3901,7 +3901,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} --- @@ -3915,7 +3915,7 @@ TimestampTypeMapping *string Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} --- @@ -3931,7 +3931,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} --- @@ -3947,7 +3947,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} --- @@ -3963,7 +3963,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} --- @@ -3979,7 +3979,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} --- @@ -3993,7 +3993,7 @@ TransactionDefaultIsolationLevel *string Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} --- @@ -4007,7 +4007,7 @@ TwoDigitCenturyStart *f64 Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} --- @@ -4021,7 +4021,7 @@ UnsupportedDdlAction *string Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} --- @@ -4037,7 +4037,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} --- @@ -4053,7 +4053,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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -4067,7 +4067,7 @@ UserTaskMinimumTriggerIntervalInSeconds *f64 Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} --- @@ -4083,7 +4083,7 @@ Specifies the time limit on a single run of the task before it times out (in mil For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -4099,7 +4099,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} --- @@ -4115,7 +4115,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} --- @@ -4131,7 +4131,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} --- @@ -4147,7 +4147,7 @@ Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} --- @@ -4952,7 +4952,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the tas Accepts positive integers only. (conflicts with `using_cron`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#minutes Task#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#minutes Task#minutes} --- @@ -4968,7 +4968,7 @@ Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#using_cron Task#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#using_cron Task#using_cron} --- diff --git a/docs/task.java.md b/docs/task.java.md index f7de188c7..88ddaef9c 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/1.0.1/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task snowflake_task}. #### Initializers @@ -158,7 +158,7 @@ Task.Builder.create(Construct scope, java.lang.String id) | finalize | java.lang.String | Specifies the name of a root task that the finalizer task is associated with. | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#id Task#id}. | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | | jsonIndent | java.lang.Number | Specifies the number of blank spaces to indent each new element in JSON output in the session. | @@ -272,7 +272,7 @@ The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} --- @@ -284,7 +284,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} --- @@ -296,7 +296,7 @@ The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} --- @@ -306,7 +306,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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} --- @@ -316,7 +316,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if the task should be started or suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} --- @@ -326,7 +326,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} --- @@ -338,7 +338,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#after Task#after} --- @@ -350,7 +350,7 @@ By default, Snowflake ensures that only one instance of a particular DAG is allo Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -362,7 +362,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} --- @@ -374,7 +374,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} --- @@ -386,7 +386,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} --- @@ -398,7 +398,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} --- @@ -410,7 +410,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} --- @@ -422,7 +422,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} --- @@ -434,7 +434,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} --- @@ -444,7 +444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} --- @@ -456,7 +456,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} --- @@ -476,7 +476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} --- @@ -486,7 +486,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/1.0.1/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} --- @@ -498,7 +498,7 @@ Specifies a string representation of key value pairs that can be accessed by all Must be in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} --- @@ -510,7 +510,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} --- @@ -522,7 +522,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} --- @@ -532,7 +532,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} --- @@ -544,7 +544,7 @@ Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} --- @@ -554,7 +554,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} --- @@ -564,7 +564,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} --- @@ -576,7 +576,7 @@ Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} --- @@ -586,7 +586,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} --- @@ -596,7 +596,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} --- @@ -604,7 +604,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/1.0.1/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -617,7 +617,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} --- @@ -627,7 +627,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} --- @@ -639,7 +639,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} --- @@ -651,7 +651,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} --- @@ -663,7 +663,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} --- @@ -673,7 +673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} --- @@ -685,7 +685,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} --- @@ -695,7 +695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} --- @@ -707,7 +707,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} --- @@ -719,7 +719,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} --- @@ -731,7 +731,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} --- @@ -743,7 +743,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} --- @@ -753,7 +753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} --- @@ -765,7 +765,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} --- @@ -775,7 +775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} --- @@ -785,7 +785,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} --- @@ -795,7 +795,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} --- @@ -807,7 +807,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -819,7 +819,7 @@ Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} --- @@ -831,7 +831,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} --- @@ -843,7 +843,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} --- @@ -853,7 +853,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} --- @@ -865,7 +865,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} --- @@ -877,7 +877,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} --- @@ -887,7 +887,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} --- @@ -899,7 +899,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} --- @@ -909,7 +909,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} --- @@ -921,7 +921,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} --- @@ -933,7 +933,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} --- @@ -945,7 +945,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} --- @@ -957,7 +957,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} --- @@ -967,7 +967,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} --- @@ -977,7 +977,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} --- @@ -987,7 +987,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} --- @@ -999,7 +999,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} --- @@ -1011,7 +1011,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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1021,7 +1021,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} --- @@ -1033,7 +1033,7 @@ Specifies the time limit on a single run of the task before it times out (in mil For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1045,7 +1045,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} --- @@ -1057,7 +1057,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} --- @@ -1069,7 +1069,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} --- @@ -1081,7 +1081,7 @@ Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} --- @@ -1997,7 +1997,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/1.0.1/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/1.0.2/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -3985,7 +3985,7 @@ TaskConfig.builder() | finalize | java.lang.String | Specifies the name of a root task that the finalizer task is associated with. | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#id Task#id}. | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | | jsonIndent | java.lang.Number | Specifies the number of blank spaces to indent each new element in JSON output in the session. | @@ -4113,7 +4113,7 @@ The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} --- @@ -4129,7 +4129,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} --- @@ -4145,7 +4145,7 @@ The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} --- @@ -4159,7 +4159,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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} --- @@ -4173,7 +4173,7 @@ public java.lang.Object getStarted(); Specifies if the task should be started or suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} --- @@ -4187,7 +4187,7 @@ public java.lang.Object getAbortDetachedQuery(); Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} --- @@ -4203,7 +4203,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#after Task#after} --- @@ -4219,7 +4219,7 @@ By default, Snowflake ensures that only one instance of a particular DAG is allo Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -4235,7 +4235,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} --- @@ -4251,7 +4251,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} --- @@ -4267,7 +4267,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} --- @@ -4283,7 +4283,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} --- @@ -4299,7 +4299,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} --- @@ -4315,7 +4315,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} --- @@ -4331,7 +4331,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} --- @@ -4345,7 +4345,7 @@ public java.lang.Object getClientResultColumnCaseInsensitive(); Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} --- @@ -4361,7 +4361,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} --- @@ -4375,7 +4375,7 @@ public java.lang.Number getClientSessionKeepAliveHeartbeatFrequency(); Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} --- @@ -4389,7 +4389,7 @@ public java.lang.String getClientTimestampTypeMapping(); Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} --- @@ -4403,7 +4403,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/1.0.1/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} --- @@ -4419,7 +4419,7 @@ Specifies a string representation of key value pairs that can be accessed by all Must be in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} --- @@ -4435,7 +4435,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} --- @@ -4451,7 +4451,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} --- @@ -4465,7 +4465,7 @@ public java.lang.Object getEnableUnloadPhysicalTypeOptimization(); Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} --- @@ -4481,7 +4481,7 @@ Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} --- @@ -4495,7 +4495,7 @@ public java.lang.Object getErrorOnNondeterministicMerge(); Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} --- @@ -4509,7 +4509,7 @@ public java.lang.Object getErrorOnNondeterministicUpdate(); Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} --- @@ -4525,7 +4525,7 @@ Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} --- @@ -4539,7 +4539,7 @@ public java.lang.String getGeographyOutputFormat(); Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} --- @@ -4553,7 +4553,7 @@ public java.lang.String getGeometryOutputFormat(); Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} --- @@ -4565,7 +4565,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -4582,7 +4582,7 @@ public java.lang.Object getJdbcTreatTimestampNtzAsUtc(); Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4596,7 +4596,7 @@ public java.lang.Object getJdbcUseSessionTimezone(); Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} --- @@ -4612,7 +4612,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} --- @@ -4628,7 +4628,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} --- @@ -4644,7 +4644,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} --- @@ -4658,7 +4658,7 @@ public java.lang.Number getMultiStatementCount(); Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} --- @@ -4674,7 +4674,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} --- @@ -4688,7 +4688,7 @@ public java.lang.Object getOdbcTreatDecimalAsInt(); Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} --- @@ -4704,7 +4704,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} --- @@ -4720,7 +4720,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} --- @@ -4736,7 +4736,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} --- @@ -4752,7 +4752,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} --- @@ -4766,7 +4766,7 @@ public TaskSchedule getSchedule(); schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} --- @@ -4782,7 +4782,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} --- @@ -4796,7 +4796,7 @@ public java.lang.Number getStatementQueuedTimeoutInSeconds(); Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} --- @@ -4810,7 +4810,7 @@ public java.lang.Number getStatementTimeoutInSeconds(); Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} --- @@ -4824,7 +4824,7 @@ public java.lang.Object getStrictJsonOutput(); This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} --- @@ -4840,7 +4840,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -4856,7 +4856,7 @@ Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} --- @@ -4872,7 +4872,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} --- @@ -4888,7 +4888,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} --- @@ -4902,7 +4902,7 @@ public java.lang.Object getTimestampDayIsAlways24H(); Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} --- @@ -4918,7 +4918,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} --- @@ -4934,7 +4934,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} --- @@ -4948,7 +4948,7 @@ public java.lang.String getTimestampNtzOutputFormat(); Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} --- @@ -4964,7 +4964,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} --- @@ -4978,7 +4978,7 @@ public java.lang.String getTimestampTypeMapping(); Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} --- @@ -4994,7 +4994,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} --- @@ -5010,7 +5010,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} --- @@ -5026,7 +5026,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} --- @@ -5042,7 +5042,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} --- @@ -5056,7 +5056,7 @@ public java.lang.String getTransactionDefaultIsolationLevel(); Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} --- @@ -5070,7 +5070,7 @@ public java.lang.Number getTwoDigitCenturyStart(); Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} --- @@ -5084,7 +5084,7 @@ public java.lang.String getUnsupportedDdlAction(); Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} --- @@ -5100,7 +5100,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} --- @@ -5116,7 +5116,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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -5130,7 +5130,7 @@ public java.lang.Number getUserTaskMinimumTriggerIntervalInSeconds(); Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} --- @@ -5146,7 +5146,7 @@ Specifies the time limit on a single run of the task before it times out (in mil For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -5162,7 +5162,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} --- @@ -5178,7 +5178,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} --- @@ -5194,7 +5194,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} --- @@ -5210,7 +5210,7 @@ Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} --- @@ -5956,7 +5956,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the tas Accepts positive integers only. (conflicts with `using_cron`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#minutes Task#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#minutes Task#minutes} --- @@ -5972,7 +5972,7 @@ Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#using_cron Task#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#using_cron Task#using_cron} --- diff --git a/docs/task.python.md b/docs/task.python.md index bcd150b35..cf4fad4f3 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/1.0.1/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task snowflake_task}. #### Initializers @@ -138,7 +138,7 @@ task.Task( | finalize | str | Specifies the name of a root task that the finalizer task is associated with. | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#id Task#id}. | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | | json_indent | typing.Union[int, float] | Specifies the number of blank spaces to indent each new element in JSON output in the session. | @@ -252,7 +252,7 @@ The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} --- @@ -264,7 +264,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} --- @@ -276,7 +276,7 @@ The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} --- @@ -286,7 +286,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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies if the task should be started or suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} --- @@ -306,7 +306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} --- @@ -318,7 +318,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#after Task#after} --- @@ -330,7 +330,7 @@ By default, Snowflake ensures that only one instance of a particular DAG is allo Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -342,7 +342,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} --- @@ -354,7 +354,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} --- @@ -366,7 +366,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} --- @@ -378,7 +378,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} --- @@ -390,7 +390,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} --- @@ -402,7 +402,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} --- @@ -414,7 +414,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} --- @@ -424,7 +424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} --- @@ -436,7 +436,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} --- @@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} --- @@ -456,7 +456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} --- @@ -466,7 +466,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/1.0.1/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} --- @@ -478,7 +478,7 @@ Specifies a string representation of key value pairs that can be accessed by all Must be in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} --- @@ -490,7 +490,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} --- @@ -502,7 +502,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} --- @@ -512,7 +512,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} --- @@ -524,7 +524,7 @@ Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} --- @@ -534,7 +534,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} --- @@ -544,7 +544,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} --- @@ -556,7 +556,7 @@ Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} --- @@ -566,7 +566,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} --- @@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} --- @@ -584,7 +584,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/1.0.1/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -597,7 +597,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} --- @@ -607,7 +607,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} --- @@ -619,7 +619,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} --- @@ -631,7 +631,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} --- @@ -643,7 +643,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} --- @@ -653,7 +653,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} --- @@ -665,7 +665,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} --- @@ -675,7 +675,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} --- @@ -687,7 +687,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} --- @@ -699,7 +699,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} --- @@ -711,7 +711,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} --- @@ -723,7 +723,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} --- @@ -733,7 +733,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} --- @@ -745,7 +745,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} --- @@ -755,7 +755,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} --- @@ -765,7 +765,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} --- @@ -775,7 +775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} --- @@ -787,7 +787,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -799,7 +799,7 @@ Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} --- @@ -811,7 +811,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} --- @@ -823,7 +823,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} --- @@ -833,7 +833,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} --- @@ -845,7 +845,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} --- @@ -857,7 +857,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} --- @@ -867,7 +867,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} --- @@ -879,7 +879,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} --- @@ -889,7 +889,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} --- @@ -901,7 +901,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} --- @@ -913,7 +913,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} --- @@ -925,7 +925,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} --- @@ -937,7 +937,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} --- @@ -947,7 +947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} --- @@ -957,7 +957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} --- @@ -967,7 +967,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} --- @@ -979,7 +979,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} --- @@ -991,7 +991,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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -1001,7 +1001,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} --- @@ -1013,7 +1013,7 @@ Specifies the time limit on a single run of the task before it times out (in mil For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -1025,7 +1025,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} --- @@ -1037,7 +1037,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} --- @@ -1049,7 +1049,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} --- @@ -1061,7 +1061,7 @@ Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} --- @@ -1506,7 +1506,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the tas Accepts positive integers only. (conflicts with `using_cron`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#minutes Task#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#minutes Task#minutes} --- @@ -1518,7 +1518,7 @@ Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#using_cron Task#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#using_cron Task#using_cron} --- @@ -2044,7 +2044,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/1.0.1/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/1.0.2/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -4010,7 +4010,7 @@ task.TaskConfig( | finalize | str | Specifies the name of a root task that the finalizer task is associated with. | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#id Task#id}. | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | | json_indent | typing.Union[int, float] | Specifies the number of blank spaces to indent each new element in JSON output in the session. | @@ -4138,7 +4138,7 @@ The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} --- @@ -4154,7 +4154,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} --- @@ -4170,7 +4170,7 @@ The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} --- @@ -4184,7 +4184,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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} --- @@ -4198,7 +4198,7 @@ started: typing.Union[bool, IResolvable] Specifies if the task should be started or suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} --- @@ -4212,7 +4212,7 @@ abort_detached_query: typing.Union[bool, IResolvable] Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} --- @@ -4228,7 +4228,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#after Task#after} --- @@ -4244,7 +4244,7 @@ By default, Snowflake ensures that only one instance of a particular DAG is allo Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -4260,7 +4260,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} --- @@ -4276,7 +4276,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} --- @@ -4292,7 +4292,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} --- @@ -4308,7 +4308,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} --- @@ -4324,7 +4324,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} --- @@ -4340,7 +4340,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} --- @@ -4356,7 +4356,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} --- @@ -4370,7 +4370,7 @@ client_result_column_case_insensitive: typing.Union[bool, IResolvable] Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} --- @@ -4386,7 +4386,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} --- @@ -4400,7 +4400,7 @@ client_session_keep_alive_heartbeat_frequency: typing.Union[int, float] Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} --- @@ -4414,7 +4414,7 @@ client_timestamp_type_mapping: str Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} --- @@ -4428,7 +4428,7 @@ comment: str Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} --- @@ -4444,7 +4444,7 @@ Specifies a string representation of key value pairs that can be accessed by all Must be in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} --- @@ -4460,7 +4460,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} --- @@ -4476,7 +4476,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} --- @@ -4490,7 +4490,7 @@ enable_unload_physical_type_optimization: typing.Union[bool, IResolvable] Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} --- @@ -4506,7 +4506,7 @@ Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} --- @@ -4520,7 +4520,7 @@ error_on_nondeterministic_merge: typing.Union[bool, IResolvable] Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} --- @@ -4534,7 +4534,7 @@ error_on_nondeterministic_update: typing.Union[bool, IResolvable] Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} --- @@ -4550,7 +4550,7 @@ Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} --- @@ -4564,7 +4564,7 @@ geography_output_format: str Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} --- @@ -4578,7 +4578,7 @@ geometry_output_format: str Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} --- @@ -4590,7 +4590,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -4607,7 +4607,7 @@ jdbc_treat_timestamp_ntz_as_utc: typing.Union[bool, IResolvable] Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4621,7 +4621,7 @@ jdbc_use_session_timezone: typing.Union[bool, IResolvable] Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} --- @@ -4637,7 +4637,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} --- @@ -4653,7 +4653,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} --- @@ -4669,7 +4669,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} --- @@ -4683,7 +4683,7 @@ multi_statement_count: typing.Union[int, float] Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} --- @@ -4699,7 +4699,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} --- @@ -4713,7 +4713,7 @@ odbc_treat_decimal_as_int: typing.Union[bool, IResolvable] Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} --- @@ -4729,7 +4729,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} --- @@ -4745,7 +4745,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} --- @@ -4761,7 +4761,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} --- @@ -4777,7 +4777,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} --- @@ -4791,7 +4791,7 @@ schedule: TaskSchedule schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} --- @@ -4807,7 +4807,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} --- @@ -4821,7 +4821,7 @@ statement_queued_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} --- @@ -4835,7 +4835,7 @@ statement_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} --- @@ -4849,7 +4849,7 @@ strict_json_output: typing.Union[bool, IResolvable] This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} --- @@ -4865,7 +4865,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -4881,7 +4881,7 @@ Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} --- @@ -4897,7 +4897,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} --- @@ -4913,7 +4913,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} --- @@ -4927,7 +4927,7 @@ timestamp_day_is_always24_h: typing.Union[bool, IResolvable] Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} --- @@ -4943,7 +4943,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} --- @@ -4959,7 +4959,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} --- @@ -4973,7 +4973,7 @@ timestamp_ntz_output_format: str Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} --- @@ -4989,7 +4989,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} --- @@ -5003,7 +5003,7 @@ timestamp_type_mapping: str Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} --- @@ -5019,7 +5019,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} --- @@ -5035,7 +5035,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} --- @@ -5051,7 +5051,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} --- @@ -5067,7 +5067,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} --- @@ -5081,7 +5081,7 @@ transaction_default_isolation_level: str Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} --- @@ -5095,7 +5095,7 @@ two_digit_century_start: typing.Union[int, float] Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} --- @@ -5109,7 +5109,7 @@ unsupported_ddl_action: str Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} --- @@ -5125,7 +5125,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} --- @@ -5141,7 +5141,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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -5155,7 +5155,7 @@ user_task_minimum_trigger_interval_in_seconds: typing.Union[int, float] Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} --- @@ -5171,7 +5171,7 @@ Specifies the time limit on a single run of the task before it times out (in mil For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -5187,7 +5187,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} --- @@ -5203,7 +5203,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} --- @@ -5219,7 +5219,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} --- @@ -5235,7 +5235,7 @@ Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} --- @@ -5922,7 +5922,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the tas Accepts positive integers only. (conflicts with `using_cron`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#minutes Task#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#minutes Task#minutes} --- @@ -5938,7 +5938,7 @@ Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#using_cron Task#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#using_cron Task#using_cron} --- diff --git a/docs/task.typescript.md b/docs/task.typescript.md index e9f7c79d8..31f4e447b 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/1.0.1/docs/resources/task snowflake_task}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task snowflake_task}. #### Initializers @@ -956,7 +956,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/1.0.1/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/1.0.2/docs/resources/task#import import section} in the documentation of this resource for the id to use --- @@ -2841,7 +2841,7 @@ const taskConfig: task.TaskConfig = { ... } | finalize | string | Specifies the name of a root task that the finalizer task is associated with. | | geographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#id Task#id}. | | jdbcTreatTimestampNtzAsUtc | boolean \| cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | boolean \| cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | | jsonIndent | number | Specifies the number of blank spaces to indent each new element in JSON output in the session. | @@ -2969,7 +2969,7 @@ The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} --- @@ -2985,7 +2985,7 @@ Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} --- @@ -3001,7 +3001,7 @@ The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} --- @@ -3015,7 +3015,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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} --- @@ -3029,7 +3029,7 @@ public readonly started: boolean | IResolvable; Specifies if the task should be started or suspended. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} --- @@ -3043,7 +3043,7 @@ public readonly abortDetachedQuery: boolean | IResolvable; Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} --- @@ -3059,7 +3059,7 @@ Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#after Task#after} --- @@ -3075,7 +3075,7 @@ By default, Snowflake ensures that only one instance of a particular DAG is allo Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} --- @@ -3091,7 +3091,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} --- @@ -3107,7 +3107,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} --- @@ -3123,7 +3123,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} --- @@ -3139,7 +3139,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} --- @@ -3155,7 +3155,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} --- @@ -3171,7 +3171,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} --- @@ -3187,7 +3187,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} --- @@ -3201,7 +3201,7 @@ public readonly clientResultColumnCaseInsensitive: boolean | IResolvable; Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} --- @@ -3217,7 +3217,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} --- @@ -3231,7 +3231,7 @@ public readonly clientSessionKeepAliveHeartbeatFrequency: number; Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} --- @@ -3245,7 +3245,7 @@ public readonly clientTimestampTypeMapping: string; Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} --- @@ -3259,7 +3259,7 @@ public readonly comment: string; Specifies a comment for the task. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#comment Task#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} --- @@ -3275,7 +3275,7 @@ Specifies a string representation of key value pairs that can be accessed by all Must be in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} --- @@ -3291,7 +3291,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} --- @@ -3307,7 +3307,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} --- @@ -3321,7 +3321,7 @@ public readonly enableUnloadPhysicalTypeOptimization: boolean | IResolvable; Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} --- @@ -3337,7 +3337,7 @@ Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} --- @@ -3351,7 +3351,7 @@ public readonly errorOnNondeterministicMerge: boolean | IResolvable; Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} --- @@ -3365,7 +3365,7 @@ public readonly errorOnNondeterministicUpdate: boolean | IResolvable; Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} --- @@ -3381,7 +3381,7 @@ Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} --- @@ -3395,7 +3395,7 @@ public readonly geographyOutputFormat: string; Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} --- @@ -3409,7 +3409,7 @@ public readonly geometryOutputFormat: string; Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} --- @@ -3421,7 +3421,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -3438,7 +3438,7 @@ public readonly jdbcTreatTimestampNtzAsUtc: boolean | IResolvable; Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3452,7 +3452,7 @@ public readonly jdbcUseSessionTimezone: boolean | IResolvable; Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} --- @@ -3468,7 +3468,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} --- @@ -3484,7 +3484,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} --- @@ -3500,7 +3500,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} --- @@ -3514,7 +3514,7 @@ public readonly multiStatementCount: number; Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} --- @@ -3530,7 +3530,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} --- @@ -3544,7 +3544,7 @@ public readonly odbcTreatDecimalAsInt: boolean | IResolvable; Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} --- @@ -3560,7 +3560,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} --- @@ -3576,7 +3576,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} --- @@ -3592,7 +3592,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} --- @@ -3608,7 +3608,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} --- @@ -3622,7 +3622,7 @@ public readonly schedule: TaskSchedule; schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} --- @@ -3638,7 +3638,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} --- @@ -3652,7 +3652,7 @@ public readonly statementQueuedTimeoutInSeconds: number; Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} --- @@ -3666,7 +3666,7 @@ public readonly statementTimeoutInSeconds: number; Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} --- @@ -3680,7 +3680,7 @@ public readonly strictJsonOutput: boolean | IResolvable; This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} --- @@ -3696,7 +3696,7 @@ Specifies the number of consecutive failed task runs after which the current tas The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} --- @@ -3712,7 +3712,7 @@ Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} --- @@ -3728,7 +3728,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} --- @@ -3744,7 +3744,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} --- @@ -3758,7 +3758,7 @@ public readonly timestampDayIsAlways24H: boolean | IResolvable; Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} --- @@ -3774,7 +3774,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} --- @@ -3790,7 +3790,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} --- @@ -3804,7 +3804,7 @@ public readonly timestampNtzOutputFormat: string; Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} --- @@ -3820,7 +3820,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} --- @@ -3834,7 +3834,7 @@ public readonly timestampTypeMapping: string; Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} --- @@ -3850,7 +3850,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} --- @@ -3866,7 +3866,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} --- @@ -3882,7 +3882,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} --- @@ -3898,7 +3898,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} --- @@ -3912,7 +3912,7 @@ public readonly transactionDefaultIsolationLevel: string; Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} --- @@ -3926,7 +3926,7 @@ public readonly twoDigitCenturyStart: number; Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} --- @@ -3940,7 +3940,7 @@ public readonly unsupportedDdlAction: string; Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} --- @@ -3956,7 +3956,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} --- @@ -3972,7 +3972,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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} --- @@ -3986,7 +3986,7 @@ public readonly userTaskMinimumTriggerIntervalInSeconds: number; Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} --- @@ -4002,7 +4002,7 @@ Specifies the time limit on a single run of the task before it times out (in mil For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_timeout_ms Task#user_task_timeout_ms} --- @@ -4018,7 +4018,7 @@ The warehouse the task will use. Omit this parameter to use Snowflake-managed compute resources for runs of this task. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} --- @@ -4034,7 +4034,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} --- @@ -4050,7 +4050,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} --- @@ -4066,7 +4066,7 @@ Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} --- @@ -4750,7 +4750,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the tas Accepts positive integers only. (conflicts with `using_cron`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#minutes Task#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#minutes Task#minutes} --- @@ -4766,7 +4766,7 @@ Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`) -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#using_cron Task#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#using_cron Task#using_cron} --- diff --git a/docs/user.csharp.md b/docs/user.csharp.md index 5a120e21b..7285155a1 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/1.0.1/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user snowflake_user}. #### Initializers @@ -1020,7 +1020,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/1.0.1/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/1.0.2/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -3160,7 +3160,7 @@ new UserConfig { | FirstName | string | First name of the user. | | GeographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#id User#id}. | | JdbcTreatDecimalAsInt | object | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | JdbcTreatTimestampNtzAsUtc | object | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | object | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3293,7 +3293,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} --- @@ -3307,7 +3307,7 @@ public object AbortDetachedQuery { get; set; } Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} --- @@ -3323,7 +3323,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} --- @@ -3339,7 +3339,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} --- @@ -3355,7 +3355,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} --- @@ -3371,7 +3371,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} --- @@ -3387,7 +3387,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} --- @@ -3403,7 +3403,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} --- @@ -3419,7 +3419,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} --- @@ -3433,7 +3433,7 @@ public object ClientResultColumnCaseInsensitive { get; set; } Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} --- @@ -3449,7 +3449,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} --- @@ -3463,7 +3463,7 @@ public double ClientSessionKeepAliveHeartbeatFrequency { get; set; } Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} --- @@ -3477,7 +3477,7 @@ public string ClientTimestampTypeMapping { get; set; } Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} --- @@ -3491,7 +3491,7 @@ public string Comment { get; set; } Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} --- @@ -3507,7 +3507,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} --- @@ -3523,7 +3523,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} --- @@ -3539,7 +3539,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} --- @@ -3555,7 +3555,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_namespace User#default_namespace} --- @@ -3571,7 +3571,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} --- @@ -3587,7 +3587,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} --- @@ -3603,7 +3603,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -3619,7 +3619,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} --- @@ -3633,7 +3633,7 @@ public string DisableMfa { get; set; } Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} --- @@ -3647,7 +3647,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/1.0.1/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#display_name User#display_name} --- @@ -3661,7 +3661,7 @@ public string Email { get; set; } Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} --- @@ -3675,7 +3675,7 @@ public object EnableUnloadPhysicalTypeOptimization { get; set; } Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} --- @@ -3691,7 +3691,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} --- @@ -3705,7 +3705,7 @@ public object ErrorOnNondeterministicMerge { get; set; } Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} --- @@ -3719,7 +3719,7 @@ public object ErrorOnNondeterministicUpdate { get; set; } Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} --- @@ -3733,7 +3733,7 @@ public string FirstName { get; set; } First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} --- @@ -3747,7 +3747,7 @@ public string GeographyOutputFormat { get; set; } Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} --- @@ -3761,7 +3761,7 @@ public string GeometryOutputFormat { get; set; } Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} --- @@ -3773,7 +3773,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -3790,7 +3790,7 @@ public object JdbcTreatDecimalAsInt { get; set; } Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} --- @@ -3804,7 +3804,7 @@ public object JdbcTreatTimestampNtzAsUtc { get; set; } Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3818,7 +3818,7 @@ public object JdbcUseSessionTimezone { get; set; } Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} --- @@ -3834,7 +3834,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} --- @@ -3848,7 +3848,7 @@ public string LastName { get; set; } Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} --- @@ -3864,7 +3864,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} --- @@ -3880,7 +3880,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} --- @@ -3896,7 +3896,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} --- @@ -3910,7 +3910,7 @@ public string MiddleName { get; set; } Middle name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} --- @@ -3926,7 +3926,7 @@ Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} --- @@ -3942,7 +3942,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} --- @@ -3956,7 +3956,7 @@ public double MultiStatementCount { get; set; } Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} --- @@ -3972,7 +3972,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} --- @@ -3988,7 +3988,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} --- @@ -4004,7 +4004,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} --- @@ -4018,7 +4018,7 @@ public object OdbcTreatDecimalAsInt { get; set; } Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} --- @@ -4034,7 +4034,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} --- @@ -4048,7 +4048,7 @@ public object PreventUnloadToInternalStages { get; set; } Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} --- @@ -4064,7 +4064,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} --- @@ -4080,7 +4080,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} --- @@ -4096,7 +4096,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} --- @@ -4110,7 +4110,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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -4126,7 +4126,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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -4142,7 +4142,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} --- @@ -4158,7 +4158,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} --- @@ -4174,7 +4174,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} --- @@ -4188,7 +4188,7 @@ public double StatementQueuedTimeoutInSeconds { get; set; } Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} --- @@ -4202,7 +4202,7 @@ public double StatementTimeoutInSeconds { get; set; } Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} --- @@ -4216,7 +4216,7 @@ public object StrictJsonOutput { get; set; } This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} --- @@ -4232,7 +4232,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} --- @@ -4248,7 +4248,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} --- @@ -4262,7 +4262,7 @@ public object TimestampDayIsAlways24H { get; set; } Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} --- @@ -4278,7 +4278,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} --- @@ -4294,7 +4294,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} --- @@ -4308,7 +4308,7 @@ public string TimestampNtzOutputFormat { get; set; } Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} --- @@ -4324,7 +4324,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} --- @@ -4338,7 +4338,7 @@ public string TimestampTypeMapping { get; set; } Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} --- @@ -4354,7 +4354,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} --- @@ -4370,7 +4370,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} --- @@ -4386,7 +4386,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} --- @@ -4402,7 +4402,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} --- @@ -4416,7 +4416,7 @@ public string TransactionDefaultIsolationLevel { get; set; } Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} --- @@ -4430,7 +4430,7 @@ public double TwoDigitCenturyStart { get; set; } Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} --- @@ -4444,7 +4444,7 @@ public string UnsupportedDdlAction { get; set; } Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} --- @@ -4460,7 +4460,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} --- @@ -4476,7 +4476,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} --- @@ -4492,7 +4492,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} --- diff --git a/docs/user.go.md b/docs/user.go.md index 76f239fd5..87ff57d88 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/1.0.1/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user snowflake_user}. #### Initializers @@ -1020,7 +1020,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/1.0.1/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/1.0.2/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -3160,7 +3160,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/user" | FirstName | *string | First name of the user. | | GeographyOutputFormat | *string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | GeometryOutputFormat | *string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#id User#id}. | | JdbcTreatDecimalAsInt | interface{} | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | JdbcTreatTimestampNtzAsUtc | interface{} | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | JdbcUseSessionTimezone | interface{} | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3293,7 +3293,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} --- @@ -3307,7 +3307,7 @@ AbortDetachedQuery interface{} Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} --- @@ -3323,7 +3323,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} --- @@ -3339,7 +3339,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} --- @@ -3355,7 +3355,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} --- @@ -3371,7 +3371,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} --- @@ -3387,7 +3387,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} --- @@ -3403,7 +3403,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} --- @@ -3419,7 +3419,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} --- @@ -3433,7 +3433,7 @@ ClientResultColumnCaseInsensitive interface{} Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} --- @@ -3449,7 +3449,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} --- @@ -3463,7 +3463,7 @@ ClientSessionKeepAliveHeartbeatFrequency *f64 Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} --- @@ -3477,7 +3477,7 @@ ClientTimestampTypeMapping *string Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} --- @@ -3491,7 +3491,7 @@ Comment *string Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} --- @@ -3507,7 +3507,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} --- @@ -3523,7 +3523,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} --- @@ -3539,7 +3539,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} --- @@ -3555,7 +3555,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_namespace User#default_namespace} --- @@ -3571,7 +3571,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} --- @@ -3587,7 +3587,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} --- @@ -3603,7 +3603,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -3619,7 +3619,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} --- @@ -3633,7 +3633,7 @@ DisableMfa *string Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} --- @@ -3647,7 +3647,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/1.0.1/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#display_name User#display_name} --- @@ -3661,7 +3661,7 @@ Email *string Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} --- @@ -3675,7 +3675,7 @@ EnableUnloadPhysicalTypeOptimization interface{} Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} --- @@ -3691,7 +3691,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} --- @@ -3705,7 +3705,7 @@ ErrorOnNondeterministicMerge interface{} Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} --- @@ -3719,7 +3719,7 @@ ErrorOnNondeterministicUpdate interface{} Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} --- @@ -3733,7 +3733,7 @@ FirstName *string First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} --- @@ -3747,7 +3747,7 @@ GeographyOutputFormat *string Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} --- @@ -3761,7 +3761,7 @@ GeometryOutputFormat *string Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} --- @@ -3773,7 +3773,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -3790,7 +3790,7 @@ JdbcTreatDecimalAsInt interface{} Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} --- @@ -3804,7 +3804,7 @@ JdbcTreatTimestampNtzAsUtc interface{} Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3818,7 +3818,7 @@ JdbcUseSessionTimezone interface{} Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} --- @@ -3834,7 +3834,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} --- @@ -3848,7 +3848,7 @@ LastName *string Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} --- @@ -3864,7 +3864,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} --- @@ -3880,7 +3880,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} --- @@ -3896,7 +3896,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} --- @@ -3910,7 +3910,7 @@ MiddleName *string Middle name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} --- @@ -3926,7 +3926,7 @@ Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} --- @@ -3942,7 +3942,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} --- @@ -3956,7 +3956,7 @@ MultiStatementCount *f64 Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} --- @@ -3972,7 +3972,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} --- @@ -3988,7 +3988,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} --- @@ -4004,7 +4004,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} --- @@ -4018,7 +4018,7 @@ OdbcTreatDecimalAsInt interface{} Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} --- @@ -4034,7 +4034,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} --- @@ -4048,7 +4048,7 @@ PreventUnloadToInternalStages interface{} Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} --- @@ -4064,7 +4064,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} --- @@ -4080,7 +4080,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} --- @@ -4096,7 +4096,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} --- @@ -4110,7 +4110,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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -4126,7 +4126,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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -4142,7 +4142,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} --- @@ -4158,7 +4158,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} --- @@ -4174,7 +4174,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} --- @@ -4188,7 +4188,7 @@ StatementQueuedTimeoutInSeconds *f64 Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} --- @@ -4202,7 +4202,7 @@ StatementTimeoutInSeconds *f64 Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} --- @@ -4216,7 +4216,7 @@ StrictJsonOutput interface{} This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} --- @@ -4232,7 +4232,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} --- @@ -4248,7 +4248,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} --- @@ -4262,7 +4262,7 @@ TimestampDayIsAlways24H interface{} Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} --- @@ -4278,7 +4278,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} --- @@ -4294,7 +4294,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} --- @@ -4308,7 +4308,7 @@ TimestampNtzOutputFormat *string Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} --- @@ -4324,7 +4324,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} --- @@ -4338,7 +4338,7 @@ TimestampTypeMapping *string Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} --- @@ -4354,7 +4354,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} --- @@ -4370,7 +4370,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} --- @@ -4386,7 +4386,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} --- @@ -4402,7 +4402,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} --- @@ -4416,7 +4416,7 @@ TransactionDefaultIsolationLevel *string Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} --- @@ -4430,7 +4430,7 @@ TwoDigitCenturyStart *f64 Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} --- @@ -4444,7 +4444,7 @@ UnsupportedDdlAction *string Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} --- @@ -4460,7 +4460,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} --- @@ -4476,7 +4476,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} --- @@ -4492,7 +4492,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} --- diff --git a/docs/user.java.md b/docs/user.java.md index 06e298354..0ed333ddf 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/1.0.1/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user snowflake_user}. #### Initializers @@ -169,7 +169,7 @@ User.Builder.create(Construct scope, java.lang.String id) | firstName | java.lang.String | First name of the user. | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#id User#id}. | | jdbcTreatDecimalAsInt | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -288,7 +288,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} --- @@ -298,7 +298,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} --- @@ -310,7 +310,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} --- @@ -322,7 +322,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} --- @@ -334,7 +334,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} --- @@ -346,7 +346,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} --- @@ -358,7 +358,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} --- @@ -370,7 +370,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} --- @@ -382,7 +382,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} --- @@ -404,7 +404,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} --- @@ -414,7 +414,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} --- @@ -424,7 +424,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} --- @@ -434,7 +434,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} --- @@ -446,7 +446,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} --- @@ -458,7 +458,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} --- @@ -470,7 +470,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} --- @@ -482,7 +482,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_namespace User#default_namespace} --- @@ -494,7 +494,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} --- @@ -506,7 +506,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} --- @@ -518,7 +518,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -530,7 +530,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} --- @@ -540,7 +540,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} --- @@ -550,7 +550,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/1.0.1/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#display_name User#display_name} --- @@ -560,7 +560,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/1.0.1/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} --- @@ -570,7 +570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} --- @@ -582,7 +582,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} --- @@ -592,7 +592,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} --- @@ -602,7 +602,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} --- @@ -612,7 +612,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/1.0.1/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} --- @@ -622,7 +622,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} --- @@ -632,7 +632,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} --- @@ -640,7 +640,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/1.0.1/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -653,7 +653,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} --- @@ -663,7 +663,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} --- @@ -673,7 +673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} --- @@ -685,7 +685,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} --- @@ -695,7 +695,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} --- @@ -707,7 +707,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} --- @@ -719,7 +719,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} --- @@ -731,7 +731,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} --- @@ -741,7 +741,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Middle name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} --- @@ -753,7 +753,7 @@ Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} --- @@ -765,7 +765,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} --- @@ -775,7 +775,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} --- @@ -787,7 +787,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} --- @@ -799,7 +799,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} --- @@ -811,7 +811,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} --- @@ -821,7 +821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} --- @@ -833,7 +833,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} --- @@ -843,7 +843,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} --- @@ -855,7 +855,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} --- @@ -867,7 +867,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} --- @@ -879,7 +879,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} --- @@ -889,7 +889,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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -901,7 +901,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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -913,7 +913,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} --- @@ -925,7 +925,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} --- @@ -937,7 +937,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} --- @@ -947,7 +947,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} --- @@ -957,7 +957,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} --- @@ -967,7 +967,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} --- @@ -979,7 +979,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} --- @@ -991,7 +991,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} --- @@ -1001,7 +1001,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} --- @@ -1013,7 +1013,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} --- @@ -1025,7 +1025,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} --- @@ -1035,7 +1035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} --- @@ -1047,7 +1047,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} --- @@ -1057,7 +1057,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} --- @@ -1069,7 +1069,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} --- @@ -1081,7 +1081,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} --- @@ -1093,7 +1093,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} --- @@ -1105,7 +1105,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} --- @@ -1115,7 +1115,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} --- @@ -1125,7 +1125,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} --- @@ -1135,7 +1135,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} --- @@ -1147,7 +1147,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} --- @@ -1159,7 +1159,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} --- @@ -1171,7 +1171,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} --- @@ -2151,7 +2151,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/1.0.1/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/1.0.2/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -4315,7 +4315,7 @@ UserConfig.builder() | firstName | java.lang.String | First name of the user. | | geographyOutputFormat | java.lang.String | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | java.lang.String | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#id User#id}. | | jdbcTreatDecimalAsInt | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -4448,7 +4448,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} --- @@ -4462,7 +4462,7 @@ public java.lang.Object getAbortDetachedQuery(); Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} --- @@ -4478,7 +4478,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} --- @@ -4494,7 +4494,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} --- @@ -4510,7 +4510,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} --- @@ -4526,7 +4526,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} --- @@ -4542,7 +4542,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} --- @@ -4558,7 +4558,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} --- @@ -4574,7 +4574,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} --- @@ -4588,7 +4588,7 @@ public java.lang.Object getClientResultColumnCaseInsensitive(); Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} --- @@ -4604,7 +4604,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} --- @@ -4618,7 +4618,7 @@ public java.lang.Number getClientSessionKeepAliveHeartbeatFrequency(); Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} --- @@ -4632,7 +4632,7 @@ public java.lang.String getClientTimestampTypeMapping(); Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} --- @@ -4646,7 +4646,7 @@ public java.lang.String getComment(); Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} --- @@ -4662,7 +4662,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} --- @@ -4678,7 +4678,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} --- @@ -4694,7 +4694,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} --- @@ -4710,7 +4710,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_namespace User#default_namespace} --- @@ -4726,7 +4726,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} --- @@ -4742,7 +4742,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} --- @@ -4758,7 +4758,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -4774,7 +4774,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} --- @@ -4788,7 +4788,7 @@ public java.lang.String getDisableMfa(); Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} --- @@ -4802,7 +4802,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/1.0.1/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#display_name User#display_name} --- @@ -4816,7 +4816,7 @@ public java.lang.String getEmail(); Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} --- @@ -4830,7 +4830,7 @@ public java.lang.Object getEnableUnloadPhysicalTypeOptimization(); Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} --- @@ -4846,7 +4846,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} --- @@ -4860,7 +4860,7 @@ public java.lang.Object getErrorOnNondeterministicMerge(); Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} --- @@ -4874,7 +4874,7 @@ public java.lang.Object getErrorOnNondeterministicUpdate(); Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} --- @@ -4888,7 +4888,7 @@ public java.lang.String getFirstName(); First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} --- @@ -4902,7 +4902,7 @@ public java.lang.String getGeographyOutputFormat(); Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} --- @@ -4916,7 +4916,7 @@ public java.lang.String getGeometryOutputFormat(); Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} --- @@ -4928,7 +4928,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -4945,7 +4945,7 @@ public java.lang.Object getJdbcTreatDecimalAsInt(); Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} --- @@ -4959,7 +4959,7 @@ public java.lang.Object getJdbcTreatTimestampNtzAsUtc(); Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4973,7 +4973,7 @@ public java.lang.Object getJdbcUseSessionTimezone(); Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} --- @@ -4989,7 +4989,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} --- @@ -5003,7 +5003,7 @@ public java.lang.String getLastName(); Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} --- @@ -5019,7 +5019,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} --- @@ -5035,7 +5035,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} --- @@ -5051,7 +5051,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} --- @@ -5065,7 +5065,7 @@ public java.lang.String getMiddleName(); Middle name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} --- @@ -5081,7 +5081,7 @@ Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} --- @@ -5097,7 +5097,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} --- @@ -5111,7 +5111,7 @@ public java.lang.Number getMultiStatementCount(); Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} --- @@ -5127,7 +5127,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} --- @@ -5143,7 +5143,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} --- @@ -5159,7 +5159,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} --- @@ -5173,7 +5173,7 @@ public java.lang.Object getOdbcTreatDecimalAsInt(); Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} --- @@ -5189,7 +5189,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} --- @@ -5203,7 +5203,7 @@ public java.lang.Object getPreventUnloadToInternalStages(); Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} --- @@ -5219,7 +5219,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} --- @@ -5235,7 +5235,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} --- @@ -5251,7 +5251,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} --- @@ -5265,7 +5265,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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -5281,7 +5281,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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -5297,7 +5297,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} --- @@ -5313,7 +5313,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} --- @@ -5329,7 +5329,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} --- @@ -5343,7 +5343,7 @@ public java.lang.Number getStatementQueuedTimeoutInSeconds(); Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} --- @@ -5357,7 +5357,7 @@ public java.lang.Number getStatementTimeoutInSeconds(); Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} --- @@ -5371,7 +5371,7 @@ public java.lang.Object getStrictJsonOutput(); This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} --- @@ -5387,7 +5387,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} --- @@ -5403,7 +5403,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} --- @@ -5417,7 +5417,7 @@ public java.lang.Object getTimestampDayIsAlways24H(); Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} --- @@ -5433,7 +5433,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} --- @@ -5449,7 +5449,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} --- @@ -5463,7 +5463,7 @@ public java.lang.String getTimestampNtzOutputFormat(); Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} --- @@ -5479,7 +5479,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} --- @@ -5493,7 +5493,7 @@ public java.lang.String getTimestampTypeMapping(); Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} --- @@ -5509,7 +5509,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} --- @@ -5525,7 +5525,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} --- @@ -5541,7 +5541,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} --- @@ -5557,7 +5557,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} --- @@ -5571,7 +5571,7 @@ public java.lang.String getTransactionDefaultIsolationLevel(); Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} --- @@ -5585,7 +5585,7 @@ public java.lang.Number getTwoDigitCenturyStart(); Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} --- @@ -5599,7 +5599,7 @@ public java.lang.String getUnsupportedDdlAction(); Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} --- @@ -5615,7 +5615,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} --- @@ -5631,7 +5631,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} --- @@ -5647,7 +5647,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} --- diff --git a/docs/user.python.md b/docs/user.python.md index d443917c2..2d08ea0bb 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/1.0.1/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user snowflake_user}. #### Initializers @@ -147,7 +147,7 @@ user.User( | first_name | str | First name of the user. | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#id User#id}. | | jdbc_treat_decimal_as_int | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -266,7 +266,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} --- @@ -288,7 +288,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} --- @@ -300,7 +300,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} --- @@ -312,7 +312,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} --- @@ -324,7 +324,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} --- @@ -336,7 +336,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} --- @@ -348,7 +348,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} --- @@ -360,7 +360,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} --- @@ -382,7 +382,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} --- @@ -424,7 +424,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} --- @@ -436,7 +436,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} --- @@ -448,7 +448,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} --- @@ -460,7 +460,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_namespace User#default_namespace} --- @@ -472,7 +472,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} --- @@ -484,7 +484,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} --- @@ -496,7 +496,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -508,7 +508,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} --- @@ -518,7 +518,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} --- @@ -528,7 +528,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/1.0.1/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#display_name User#display_name} --- @@ -538,7 +538,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/1.0.1/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} --- @@ -548,7 +548,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} --- @@ -560,7 +560,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} --- @@ -570,7 +570,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} --- @@ -580,7 +580,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} --- @@ -590,7 +590,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/1.0.1/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} --- @@ -600,7 +600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} --- @@ -610,7 +610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} --- @@ -618,7 +618,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/1.0.1/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -631,7 +631,7 @@ If you experience problems setting this value it might not be settable. Please t Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} --- @@ -641,7 +641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} --- @@ -651,7 +651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} --- @@ -663,7 +663,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} --- @@ -673,7 +673,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} --- @@ -685,7 +685,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} --- @@ -697,7 +697,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} --- @@ -709,7 +709,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} --- @@ -719,7 +719,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Middle name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} --- @@ -731,7 +731,7 @@ Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} --- @@ -743,7 +743,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} --- @@ -753,7 +753,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} --- @@ -765,7 +765,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} --- @@ -777,7 +777,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} --- @@ -789,7 +789,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} --- @@ -799,7 +799,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} --- @@ -811,7 +811,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} --- @@ -821,7 +821,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} --- @@ -833,7 +833,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} --- @@ -845,7 +845,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} --- @@ -857,7 +857,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} --- @@ -867,7 +867,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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -879,7 +879,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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -891,7 +891,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} --- @@ -903,7 +903,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} --- @@ -915,7 +915,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} --- @@ -925,7 +925,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} --- @@ -935,7 +935,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} --- @@ -945,7 +945,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} --- @@ -957,7 +957,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} --- @@ -969,7 +969,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} --- @@ -979,7 +979,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} --- @@ -991,7 +991,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} --- @@ -1003,7 +1003,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} --- @@ -1013,7 +1013,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} --- @@ -1025,7 +1025,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} --- @@ -1035,7 +1035,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} --- @@ -1047,7 +1047,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} --- @@ -1059,7 +1059,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} --- @@ -1071,7 +1071,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} --- @@ -1083,7 +1083,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} --- @@ -1093,7 +1093,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} --- @@ -1103,7 +1103,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} --- @@ -1113,7 +1113,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} --- @@ -1125,7 +1125,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} --- @@ -1137,7 +1137,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} --- @@ -1149,7 +1149,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} --- @@ -2175,7 +2175,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/1.0.1/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/1.0.2/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -4315,7 +4315,7 @@ user.UserConfig( | first_name | str | First name of the user. | | geography_output_format | str | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometry_output_format | str | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#id User#id}. | | jdbc_treat_decimal_as_int | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbc_treat_timestamp_ntz_as_utc | typing.Union[bool, cdktf.IResolvable] | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbc_use_session_timezone | typing.Union[bool, cdktf.IResolvable] | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -4448,7 +4448,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} --- @@ -4462,7 +4462,7 @@ abort_detached_query: typing.Union[bool, IResolvable] Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} --- @@ -4478,7 +4478,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} --- @@ -4494,7 +4494,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} --- @@ -4510,7 +4510,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} --- @@ -4526,7 +4526,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} --- @@ -4542,7 +4542,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} --- @@ -4558,7 +4558,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} --- @@ -4574,7 +4574,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} --- @@ -4588,7 +4588,7 @@ client_result_column_case_insensitive: typing.Union[bool, IResolvable] Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} --- @@ -4604,7 +4604,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} --- @@ -4618,7 +4618,7 @@ client_session_keep_alive_heartbeat_frequency: typing.Union[int, float] Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} --- @@ -4632,7 +4632,7 @@ client_timestamp_type_mapping: str Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} --- @@ -4646,7 +4646,7 @@ comment: str Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} --- @@ -4662,7 +4662,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} --- @@ -4678,7 +4678,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} --- @@ -4694,7 +4694,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} --- @@ -4710,7 +4710,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_namespace User#default_namespace} --- @@ -4726,7 +4726,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} --- @@ -4742,7 +4742,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} --- @@ -4758,7 +4758,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -4774,7 +4774,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} --- @@ -4788,7 +4788,7 @@ disable_mfa: str Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} --- @@ -4802,7 +4802,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/1.0.1/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#display_name User#display_name} --- @@ -4816,7 +4816,7 @@ email: str Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} --- @@ -4830,7 +4830,7 @@ enable_unload_physical_type_optimization: typing.Union[bool, IResolvable] Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} --- @@ -4846,7 +4846,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} --- @@ -4860,7 +4860,7 @@ error_on_nondeterministic_merge: typing.Union[bool, IResolvable] Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} --- @@ -4874,7 +4874,7 @@ error_on_nondeterministic_update: typing.Union[bool, IResolvable] Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} --- @@ -4888,7 +4888,7 @@ first_name: str First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} --- @@ -4902,7 +4902,7 @@ geography_output_format: str Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} --- @@ -4916,7 +4916,7 @@ geometry_output_format: str Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} --- @@ -4928,7 +4928,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -4945,7 +4945,7 @@ jdbc_treat_decimal_as_int: typing.Union[bool, IResolvable] Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} --- @@ -4959,7 +4959,7 @@ jdbc_treat_timestamp_ntz_as_utc: typing.Union[bool, IResolvable] Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} --- @@ -4973,7 +4973,7 @@ jdbc_use_session_timezone: typing.Union[bool, IResolvable] Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} --- @@ -4989,7 +4989,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} --- @@ -5003,7 +5003,7 @@ last_name: str Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} --- @@ -5019,7 +5019,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} --- @@ -5035,7 +5035,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} --- @@ -5051,7 +5051,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} --- @@ -5065,7 +5065,7 @@ middle_name: str Middle name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} --- @@ -5081,7 +5081,7 @@ Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} --- @@ -5097,7 +5097,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} --- @@ -5111,7 +5111,7 @@ multi_statement_count: typing.Union[int, float] Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} --- @@ -5127,7 +5127,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} --- @@ -5143,7 +5143,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} --- @@ -5159,7 +5159,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} --- @@ -5173,7 +5173,7 @@ odbc_treat_decimal_as_int: typing.Union[bool, IResolvable] Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} --- @@ -5189,7 +5189,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} --- @@ -5203,7 +5203,7 @@ prevent_unload_to_internal_stages: typing.Union[bool, IResolvable] Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} --- @@ -5219,7 +5219,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} --- @@ -5235,7 +5235,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} --- @@ -5251,7 +5251,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} --- @@ -5265,7 +5265,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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -5281,7 +5281,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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -5297,7 +5297,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} --- @@ -5313,7 +5313,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} --- @@ -5329,7 +5329,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} --- @@ -5343,7 +5343,7 @@ statement_queued_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} --- @@ -5357,7 +5357,7 @@ statement_timeout_in_seconds: typing.Union[int, float] Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} --- @@ -5371,7 +5371,7 @@ strict_json_output: typing.Union[bool, IResolvable] This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} --- @@ -5387,7 +5387,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} --- @@ -5403,7 +5403,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} --- @@ -5417,7 +5417,7 @@ timestamp_day_is_always24_h: typing.Union[bool, IResolvable] Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} --- @@ -5433,7 +5433,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} --- @@ -5449,7 +5449,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} --- @@ -5463,7 +5463,7 @@ timestamp_ntz_output_format: str Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} --- @@ -5479,7 +5479,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} --- @@ -5493,7 +5493,7 @@ timestamp_type_mapping: str Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} --- @@ -5509,7 +5509,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} --- @@ -5525,7 +5525,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} --- @@ -5541,7 +5541,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} --- @@ -5557,7 +5557,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} --- @@ -5571,7 +5571,7 @@ transaction_default_isolation_level: str Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} --- @@ -5585,7 +5585,7 @@ two_digit_century_start: typing.Union[int, float] Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} --- @@ -5599,7 +5599,7 @@ unsupported_ddl_action: str Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} --- @@ -5615,7 +5615,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} --- @@ -5631,7 +5631,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} --- @@ -5647,7 +5647,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} --- diff --git a/docs/user.typescript.md b/docs/user.typescript.md index 4426baae7..77ae667b4 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/1.0.1/docs/resources/user snowflake_user}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user snowflake_user}. #### Initializers @@ -1020,7 +1020,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/1.0.1/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/1.0.2/docs/resources/user#import import section} in the documentation of this resource for the id to use --- @@ -3072,7 +3072,7 @@ const userConfig: user.UserConfig = { ... } | firstName | string | First name of the user. | | geographyOutputFormat | string | Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). | | geometryOutputFormat | string | Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#id User#id}. | | jdbcTreatDecimalAsInt | boolean \| cdktf.IResolvable | Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). | | jdbcTreatTimestampNtzAsUtc | boolean \| cdktf.IResolvable | Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). | | jdbcUseSessionTimezone | boolean \| cdktf.IResolvable | Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). | @@ -3205,7 +3205,7 @@ Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} --- @@ -3219,7 +3219,7 @@ public readonly abortDetachedQuery: boolean | IResolvable; Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} --- @@ -3235,7 +3235,7 @@ Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} --- @@ -3251,7 +3251,7 @@ The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion fun For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} --- @@ -3267,7 +3267,7 @@ The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} --- @@ -3283,7 +3283,7 @@ Parameter that specifies the maximum amount of memory the JDBC driver or ODBC dr For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} --- @@ -3299,7 +3299,7 @@ For specific ODBC functions and JDBC methods, this parameter can change the defa The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} --- @@ -3315,7 +3315,7 @@ Parameter that specifies the number of threads used by the client to pre-fetch l The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} --- @@ -3331,7 +3331,7 @@ Parameter that specifies the maximum size of each set (or chunk) of query result The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} --- @@ -3345,7 +3345,7 @@ public readonly clientResultColumnCaseInsensitive: boolean | IResolvable; Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} --- @@ -3361,7 +3361,7 @@ Parameter that indicates whether to force a user to log in again after a period For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} --- @@ -3375,7 +3375,7 @@ public readonly clientSessionKeepAliveHeartbeatFrequency: number; Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} --- @@ -3389,7 +3389,7 @@ public readonly clientTimestampTypeMapping: string; Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} --- @@ -3403,7 +3403,7 @@ public readonly comment: string; Specifies a comment for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} --- @@ -3419,7 +3419,7 @@ Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} --- @@ -3435,7 +3435,7 @@ Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} --- @@ -3451,7 +3451,7 @@ Specifies the number of days after which the user status is set to `Expired` and This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} --- @@ -3467,7 +3467,7 @@ Specifies the namespace (database only or database and schema) that is active by Note that the CREATE USER operation does not verify that the namespace exists. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_namespace User#default_namespace} --- @@ -3483,7 +3483,7 @@ Specifies the role that is active by default for the user’s session upon login Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} --- @@ -3499,7 +3499,7 @@ Specifies the secondary roles that are active for the user’s session upon logi Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} --- @@ -3515,7 +3515,7 @@ Specifies the virtual warehouse that is active by default for the user’s sessi Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} --- @@ -3531,7 +3531,7 @@ Specifies whether the user is disabled, which prevents logging in and aborts all Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} --- @@ -3545,7 +3545,7 @@ public readonly disableMfa: string; Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} --- @@ -3559,7 +3559,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/1.0.1/docs/resources/user#display_name User#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#display_name User#display_name} --- @@ -3573,7 +3573,7 @@ public readonly email: string; Email address for the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#email User#email} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} --- @@ -3587,7 +3587,7 @@ public readonly enableUnloadPhysicalTypeOptimization: boolean | IResolvable; Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} --- @@ -3603,7 +3603,7 @@ Controls whether query text is redacted if a SQL query fails due to a syntax or If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} --- @@ -3617,7 +3617,7 @@ public readonly errorOnNondeterministicMerge: boolean | IResolvable; Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} --- @@ -3631,7 +3631,7 @@ public readonly errorOnNondeterministicUpdate: boolean | IResolvable; Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} --- @@ -3645,7 +3645,7 @@ public readonly firstName: string; First name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#first_name User#first_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} --- @@ -3659,7 +3659,7 @@ public readonly geographyOutputFormat: string; Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} --- @@ -3673,7 +3673,7 @@ public readonly geometryOutputFormat: string; Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} --- @@ -3685,7 +3685,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -3702,7 +3702,7 @@ public readonly jdbcTreatDecimalAsInt: boolean | IResolvable; Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} --- @@ -3716,7 +3716,7 @@ public readonly jdbcTreatTimestampNtzAsUtc: boolean | IResolvable; Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} --- @@ -3730,7 +3730,7 @@ public readonly jdbcUseSessionTimezone: boolean | IResolvable; Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} --- @@ -3746,7 +3746,7 @@ Specifies the number of blank spaces to indent each new element in JSON output i Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} --- @@ -3760,7 +3760,7 @@ public readonly lastName: string; Last name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} --- @@ -3776,7 +3776,7 @@ Number of seconds to wait while trying to lock a resource, before timing out and For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} --- @@ -3792,7 +3792,7 @@ The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} --- @@ -3808,7 +3808,7 @@ Specifies the severity level of messages that should be ingested and made availa Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} --- @@ -3822,7 +3822,7 @@ public readonly middleName: string; Middle name of the user. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} --- @@ -3838,7 +3838,7 @@ Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} --- @@ -3854,7 +3854,7 @@ Specifies the number of minutes until the temporary lock on the user login is cl To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} --- @@ -3868,7 +3868,7 @@ public readonly multiStatementCount: number; Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} --- @@ -3884,7 +3884,7 @@ Specifies whether the user is forced to change their password on next login (inc Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} --- @@ -3900,7 +3900,7 @@ Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} --- @@ -3916,7 +3916,7 @@ Specifies whether the ORDER or NOORDER property is set by default when you creat The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} --- @@ -3930,7 +3930,7 @@ public readonly odbcTreatDecimalAsInt: boolean | IResolvable; Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} --- @@ -3946,7 +3946,7 @@ Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} --- @@ -3960,7 +3960,7 @@ public readonly preventUnloadToInternalStages: boolean | IResolvable; Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} --- @@ -3976,7 +3976,7 @@ Optional string that can be used to tag queries and other SQL statements execute The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} --- @@ -3992,7 +3992,7 @@ Specifies whether letters in double-quoted object identifiers are stored and res By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} --- @@ -4008,7 +4008,7 @@ Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} --- @@ -4022,7 +4022,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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rsa_public_key User#rsa_public_key} --- @@ -4038,7 +4038,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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} --- @@ -4054,7 +4054,7 @@ Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} --- @@ -4070,7 +4070,7 @@ Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} --- @@ -4086,7 +4086,7 @@ Specifies the name of a consumer account to simulate for testing/validating shar When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} --- @@ -4100,7 +4100,7 @@ public readonly statementQueuedTimeoutInSeconds: number; Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} --- @@ -4114,7 +4114,7 @@ public readonly statementTimeoutInSeconds: number; Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} --- @@ -4128,7 +4128,7 @@ public readonly strictJsonOutput: boolean | IResolvable; This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} --- @@ -4144,7 +4144,7 @@ Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} --- @@ -4160,7 +4160,7 @@ Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} --- @@ -4174,7 +4174,7 @@ public readonly timestampDayIsAlways24H: boolean | IResolvable; Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} --- @@ -4190,7 +4190,7 @@ Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} --- @@ -4206,7 +4206,7 @@ Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} --- @@ -4220,7 +4220,7 @@ public readonly timestampNtzOutputFormat: string; Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} --- @@ -4236,7 +4236,7 @@ Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} --- @@ -4250,7 +4250,7 @@ public readonly timestampTypeMapping: string; Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} --- @@ -4266,7 +4266,7 @@ Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} --- @@ -4282,7 +4282,7 @@ Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} --- @@ -4298,7 +4298,7 @@ Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} --- @@ -4314,7 +4314,7 @@ Specifies the action to perform when a statement issued within a non-autocommit For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} --- @@ -4328,7 +4328,7 @@ public readonly transactionDefaultIsolationLevel: string; Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} --- @@ -4342,7 +4342,7 @@ public readonly twoDigitCenturyStart: number; Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} --- @@ -4356,7 +4356,7 @@ public readonly unsupportedDdlAction: string; Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} --- @@ -4372,7 +4372,7 @@ Specifies whether to reuse persisted query results, if available, when a matchin For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} --- @@ -4388,7 +4388,7 @@ Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} --- @@ -4404,7 +4404,7 @@ Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} --- diff --git a/docs/userAuthenticationPolicyAttachment.csharp.md b/docs/userAuthenticationPolicyAttachment.csharp.md index b4eb12eb5..6cdad3557 100644 --- a/docs/userAuthenticationPolicyAttachment.csharp.md +++ b/docs/userAuthenticationPolicyAttachment.csharp.md @@ -4,7 +4,7 @@ ### UserAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserAuthenticationPolicyAt The id of the existing UserAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_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/1.0.2/docs/resources/user_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new UserAuthenticationPolicyAttachmentConfig { | Provisioners | object[] | *No description.* | | AuthenticationPolicyName | string | Fully qualified name of the authentication policy. | | UserName | string | User name of the user you want to attach the authentication policy to. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | --- @@ -853,7 +853,7 @@ public string AuthenticationPolicyName { get; set; } Fully qualified name of the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} --- @@ -867,7 +867,7 @@ public string UserName { get; set; } User name of the user you want to attach the authentication policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#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/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/userAuthenticationPolicyAttachment.go.md b/docs/userAuthenticationPolicyAttachment.go.md index cd765865b..e92c58466 100644 --- a/docs/userAuthenticationPolicyAttachment.go.md +++ b/docs/userAuthenticationPolicyAttachment.go.md @@ -4,7 +4,7 @@ ### UserAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserAuthenticationPolicyAt The id of the existing UserAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_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/1.0.2/docs/resources/user_authentication_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/v12/userauthentic | Provisioners | *[]interface{} | *No description.* | | AuthenticationPolicyName | *string | Fully qualified name of the authentication policy. | | UserName | *string | User name of the user you want to attach the authentication policy to. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | --- @@ -853,7 +853,7 @@ AuthenticationPolicyName *string Fully qualified name of the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} --- @@ -867,7 +867,7 @@ UserName *string User name of the user you want to attach the authentication policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/userAuthenticationPolicyAttachment.java.md b/docs/userAuthenticationPolicyAttachment.java.md index a89128d37..580632aee 100644 --- a/docs/userAuthenticationPolicyAttachment.java.md +++ b/docs/userAuthenticationPolicyAttachment.java.md @@ -4,7 +4,7 @@ ### UserAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. #### Initializers @@ -42,7 +42,7 @@ UserAuthenticationPolicyAttachment.Builder.create(Construct scope, java.lang.Str | provisioners | java.util.List | *No description.* | | authenticationPolicyName | java.lang.String | Fully qualified name of the authentication policy. | | userName | java.lang.String | User name of the user you want to attach the authentication policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Fully qualified name of the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_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 authentication policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#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/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 UserAuthenticationPolicyAt The id of the existing UserAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_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/1.0.2/docs/resources/user_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ UserAuthenticationPolicyAttachmentConfig.builder() | provisioners | java.util.List | *No description.* | | authenticationPolicyName | java.lang.String | Fully qualified name of the authentication policy. | | userName | java.lang.String | User name of the user you want to attach the authentication policy to. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getAuthenticationPolicyName(); Fully qualified name of the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} --- @@ -964,7 +964,7 @@ public java.lang.String getUserName(); User name of the user you want to attach the authentication policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#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/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/userAuthenticationPolicyAttachment.python.md b/docs/userAuthenticationPolicyAttachment.python.md index 4afe79a3f..c7d642741 100644 --- a/docs/userAuthenticationPolicyAttachment.python.md +++ b/docs/userAuthenticationPolicyAttachment.python.md @@ -4,7 +4,7 @@ ### UserAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. #### Initializers @@ -40,7 +40,7 @@ userAuthenticationPolicyAttachment.UserAuthenticationPolicyAttachment( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | authentication_policy_name | str | Fully qualified name of the authentication policy. | | user_name | str | User name of the user you want to attach the authentication policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Fully qualified name of the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_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 authentication policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#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/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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 UserAuthenticationPolicyAt The id of the existing UserAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_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/1.0.2/docs/resources/user_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ userAuthenticationPolicyAttachment.UserAuthenticationPolicyAttachmentConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | authentication_policy_name | str | Fully qualified name of the authentication policy. | | user_name | str | User name of the user you want to attach the authentication policy to. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | --- @@ -990,7 +990,7 @@ authentication_policy_name: str Fully qualified name of the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} --- @@ -1004,7 +1004,7 @@ user_name: str User name of the user you want to attach the authentication policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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/userAuthenticationPolicyAttachment.typescript.md b/docs/userAuthenticationPolicyAttachment.typescript.md index ffe7b783c..848ec0f35 100644 --- a/docs/userAuthenticationPolicyAttachment.typescript.md +++ b/docs/userAuthenticationPolicyAttachment.typescript.md @@ -4,7 +4,7 @@ ### UserAuthenticationPolicyAttachment -Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the UserAuthenticationPolicyAt The id of the existing UserAuthenticationPolicyAttachment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_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/1.0.2/docs/resources/user_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const userAuthenticationPolicyAttachmentConfig: userAuthenticationPolicyAttachme | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | authenticationPolicyName | string | Fully qualified name of the authentication policy. | | userName | string | User name of the user you want to attach the authentication policy to. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. | --- @@ -842,7 +842,7 @@ public readonly authenticationPolicyName: string; Fully qualified name of the authentication policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} --- @@ -856,7 +856,7 @@ public readonly userName: string; User name of the user you want to attach the authentication policy to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#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/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you 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.csharp.md b/docs/userPasswordPolicyAttachment.csharp.md index a6e906a88..cf3f6791a 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/1.0.1/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 684ea4e8a..ddb367916 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/1.0.1/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 5af8fe2a9..c3c467a5e 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/1.0.1/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 db2090fd1..9d24df152 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/1.0.1/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 c3d6da54a..a08cc07d7 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/1.0.1/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 9e4b43836..9503cdca9 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/1.0.1/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 106751cda..a0ffa8b3a 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/1.0.1/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/v12/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 dd2f3fe3e..6a404fc14 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/1.0.1/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 fe441aef9..2e0a5ab94 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/1.0.1/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 7c03ffeaf..10c39e627 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/1.0.1/docs/resources/user_public_keys snowflake_user_public_keys}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 69386765b..756499274 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/1.0.1/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view snowflake_view}. #### Initializers @@ -616,7 +616,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/1.0.1/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/1.0.2/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1228,7 +1228,7 @@ public string PolicyName { get; set; } Aggregation policy name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1242,7 +1242,7 @@ public string[] EntityKey { get; set; } Defines which columns uniquely identify an entity within the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#entity_key View#entity_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#entity_key View#entity_key} --- @@ -1282,7 +1282,7 @@ public string ColumnName { get; set; } Specifies affected column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column_name View#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column_name View#column_name} --- @@ -1296,7 +1296,7 @@ public string Comment { get; set; } Specifies a comment for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1310,7 +1310,7 @@ public ViewColumnMaskingPolicy MaskingPolicy { get; set; } masking_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#masking_policy View#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#masking_policy View#masking_policy} --- @@ -1324,7 +1324,7 @@ public ViewColumnProjectionPolicy ProjectionPolicy { get; set; } projection_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#projection_policy View#projection_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#projection_policy View#projection_policy} --- @@ -1360,7 +1360,7 @@ public string PolicyName { get; set; } Specifies the masking policy to set on a column. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1376,7 +1376,7 @@ Specifies the arguments to pass into the conditional masking policy SQL expressi The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using View#using} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using View#using} --- @@ -1410,7 +1410,7 @@ public string PolicyName { get; set; } Specifies the projection policy to set on a column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1470,7 +1470,7 @@ new ViewConfig { | CopyGrants | object | Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. | | DataMetricFunction | object | data_metric_function block. | | DataMetricSchedule | ViewDataMetricSchedule | data_metric_schedule block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#id View#id}. | | IsRecursive | string | Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). | | IsSecure | string | Specifies that the view is secure. | | IsTemporary | string | Specifies that the view persists only for the duration of the session that you created it in. | @@ -1560,7 +1560,7 @@ The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} --- @@ -1576,7 +1576,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} --- @@ -1592,7 +1592,7 @@ The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} --- @@ -1608,7 +1608,7 @@ Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} --- @@ -1622,7 +1622,7 @@ public ViewAggregationPolicy AggregationPolicy { get; set; } aggregation_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} --- @@ -1638,7 +1638,7 @@ Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} --- @@ -1652,7 +1652,7 @@ public object Column { get; set; } column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} --- @@ -1666,7 +1666,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/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1682,7 +1682,7 @@ Retains the access permissions from the original view when a view is recreated u This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} --- @@ -1696,7 +1696,7 @@ public object DataMetricFunction { get; set; } data_metric_function block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} --- @@ -1710,7 +1710,7 @@ public ViewDataMetricSchedule DataMetricSchedule { get; set; } data_metric_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} --- @@ -1722,7 +1722,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1741,7 +1741,7 @@ Specifies that the view can refer to itself using recursive syntax without neces Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} --- @@ -1757,7 +1757,7 @@ Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} --- @@ -1773,7 +1773,7 @@ Specifies that the view persists only for the duration of the session that you c A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} --- @@ -1787,7 +1787,7 @@ public ViewRowAccessPolicy RowAccessPolicy { get; set; } row_access_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} --- @@ -1827,7 +1827,7 @@ Identifier of the data metric function to add to the table or view or drop from This function identifier must be provided without arguments in parenthesis. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#function_name View#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#function_name View#function_name} --- @@ -1843,7 +1843,7 @@ The table or view columns on which to associate the data metric function. The data types of the columns must match the data types of the columns specified in the data metric function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -1859,7 +1859,7 @@ The status of the metrics association. Valid values are: `STARTED` | `SUSPENDED`. When status of a data metric function is changed, it is being reassigned with `DROP DATA METRIC FUNCTION` and `ADD DATA METRIC FUNCTION`, and then its status is changed by `MODIFY DATA METRIC FUNCTION` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schedule_status View#schedule_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schedule_status View#schedule_status} --- @@ -1897,7 +1897,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the dat Conflicts with `using_cron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using [taint](https://developer.hashicorp.com/terraform/cli/commands/taint) command, `using_cron` field, or [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) metadata argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#minutes View#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#minutes View#minutes} --- @@ -1913,7 +1913,7 @@ Specifies a cron expression and time zone for periodically running the data metr Supports a subset of standard cron utility syntax. Conflicts with `minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using_cron View#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using_cron View#using_cron} --- @@ -1962,7 +1962,7 @@ public string[] On { get; set; } Defines which columns are affected by the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -1976,7 +1976,7 @@ public string PolicyName { get; set; } Row access policy name. For more information about this resource, see [docs](./row_access_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- diff --git a/docs/view.go.md b/docs/view.go.md index 4cce2f20d..4497dd227 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/1.0.1/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view snowflake_view}. #### Initializers @@ -616,7 +616,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/1.0.1/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/1.0.2/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1228,7 +1228,7 @@ PolicyName *string Aggregation policy name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1242,7 +1242,7 @@ EntityKey *[]*string Defines which columns uniquely identify an entity within the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#entity_key View#entity_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#entity_key View#entity_key} --- @@ -1282,7 +1282,7 @@ ColumnName *string Specifies affected column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column_name View#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column_name View#column_name} --- @@ -1296,7 +1296,7 @@ Comment *string Specifies a comment for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1310,7 +1310,7 @@ MaskingPolicy ViewColumnMaskingPolicy masking_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#masking_policy View#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#masking_policy View#masking_policy} --- @@ -1324,7 +1324,7 @@ ProjectionPolicy ViewColumnProjectionPolicy projection_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#projection_policy View#projection_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#projection_policy View#projection_policy} --- @@ -1360,7 +1360,7 @@ PolicyName *string Specifies the masking policy to set on a column. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1376,7 +1376,7 @@ Specifies the arguments to pass into the conditional masking policy SQL expressi The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using View#using} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using View#using} --- @@ -1410,7 +1410,7 @@ PolicyName *string Specifies the projection policy to set on a column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1470,7 +1470,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/view" | CopyGrants | interface{} | Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. | | DataMetricFunction | interface{} | data_metric_function block. | | DataMetricSchedule | ViewDataMetricSchedule | data_metric_schedule block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#id View#id}. | | IsRecursive | *string | Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). | | IsSecure | *string | Specifies that the view is secure. | | IsTemporary | *string | Specifies that the view persists only for the duration of the session that you created it in. | @@ -1560,7 +1560,7 @@ The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} --- @@ -1576,7 +1576,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} --- @@ -1592,7 +1592,7 @@ The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} --- @@ -1608,7 +1608,7 @@ Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} --- @@ -1622,7 +1622,7 @@ AggregationPolicy ViewAggregationPolicy aggregation_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} --- @@ -1638,7 +1638,7 @@ Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} --- @@ -1652,7 +1652,7 @@ Column interface{} column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} --- @@ -1666,7 +1666,7 @@ Comment *string Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1682,7 +1682,7 @@ Retains the access permissions from the original view when a view is recreated u This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} --- @@ -1696,7 +1696,7 @@ DataMetricFunction interface{} data_metric_function block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} --- @@ -1710,7 +1710,7 @@ DataMetricSchedule ViewDataMetricSchedule data_metric_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} --- @@ -1722,7 +1722,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1741,7 +1741,7 @@ Specifies that the view can refer to itself using recursive syntax without neces Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} --- @@ -1757,7 +1757,7 @@ Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} --- @@ -1773,7 +1773,7 @@ Specifies that the view persists only for the duration of the session that you c A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} --- @@ -1787,7 +1787,7 @@ RowAccessPolicy ViewRowAccessPolicy row_access_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} --- @@ -1827,7 +1827,7 @@ Identifier of the data metric function to add to the table or view or drop from This function identifier must be provided without arguments in parenthesis. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#function_name View#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#function_name View#function_name} --- @@ -1843,7 +1843,7 @@ The table or view columns on which to associate the data metric function. The data types of the columns must match the data types of the columns specified in the data metric function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -1859,7 +1859,7 @@ The status of the metrics association. Valid values are: `STARTED` | `SUSPENDED`. When status of a data metric function is changed, it is being reassigned with `DROP DATA METRIC FUNCTION` and `ADD DATA METRIC FUNCTION`, and then its status is changed by `MODIFY DATA METRIC FUNCTION` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schedule_status View#schedule_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schedule_status View#schedule_status} --- @@ -1897,7 +1897,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the dat Conflicts with `using_cron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using [taint](https://developer.hashicorp.com/terraform/cli/commands/taint) command, `using_cron` field, or [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) metadata argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#minutes View#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#minutes View#minutes} --- @@ -1913,7 +1913,7 @@ Specifies a cron expression and time zone for periodically running the data metr Supports a subset of standard cron utility syntax. Conflicts with `minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using_cron View#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using_cron View#using_cron} --- @@ -1962,7 +1962,7 @@ On *[]*string Defines which columns are affected by the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -1976,7 +1976,7 @@ PolicyName *string Row access policy name. For more information about this resource, see [docs](./row_access_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- diff --git a/docs/view.java.md b/docs/view.java.md index a3d6de8b5..01d3f27c3 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/1.0.1/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view snowflake_view}. #### Initializers @@ -67,7 +67,7 @@ View.Builder.create(Construct scope, java.lang.String id) | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. | | dataMetricFunction | com.hashicorp.cdktf.IResolvable OR java.util.List<ViewDataMetricFunction> | data_metric_function block. | | dataMetricSchedule | ViewDataMetricSchedule | data_metric_schedule block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#id View#id}. | | isRecursive | java.lang.String | Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). | | isSecure | java.lang.String | Specifies that the view is secure. | | isTemporary | java.lang.String | Specifies that the view persists only for the duration of the session that you created it in. | @@ -143,7 +143,7 @@ The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} --- @@ -155,7 +155,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} --- @@ -167,7 +167,7 @@ The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} --- @@ -179,7 +179,7 @@ Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf aggregation_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} --- @@ -201,7 +201,7 @@ Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} --- @@ -211,7 +211,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} --- @@ -221,7 +221,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/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -233,7 +233,7 @@ Retains the access permissions from the original view when a view is recreated u This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf data_metric_function block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf data_metric_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} --- @@ -261,7 +261,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/1.0.1/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -276,7 +276,7 @@ Specifies that the view can refer to itself using recursive syntax without neces Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} --- @@ -288,7 +288,7 @@ Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} --- @@ -300,7 +300,7 @@ Specifies that the view persists only for the duration of the session that you c A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf row_access_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} --- @@ -886,7 +886,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/1.0.1/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/1.0.2/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1498,7 +1498,7 @@ public java.lang.String getPolicyName(); Aggregation policy name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1512,7 +1512,7 @@ public java.util.List getEntityKey(); Defines which columns uniquely identify an entity within the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#entity_key View#entity_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#entity_key View#entity_key} --- @@ -1552,7 +1552,7 @@ public java.lang.String getColumnName(); Specifies affected column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column_name View#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column_name View#column_name} --- @@ -1566,7 +1566,7 @@ public java.lang.String getComment(); Specifies a comment for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1580,7 +1580,7 @@ public ViewColumnMaskingPolicy getMaskingPolicy(); masking_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#masking_policy View#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#masking_policy View#masking_policy} --- @@ -1594,7 +1594,7 @@ public ViewColumnProjectionPolicy getProjectionPolicy(); projection_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#projection_policy View#projection_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#projection_policy View#projection_policy} --- @@ -1630,7 +1630,7 @@ public java.lang.String getPolicyName(); Specifies the masking policy to set on a column. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1646,7 +1646,7 @@ Specifies the arguments to pass into the conditional masking policy SQL expressi The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using View#using} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using View#using} --- @@ -1680,7 +1680,7 @@ public java.lang.String getPolicyName(); Specifies the projection policy to set on a column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1747,7 +1747,7 @@ ViewConfig.builder() | copyGrants | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. | | dataMetricFunction | com.hashicorp.cdktf.IResolvable OR java.util.List<ViewDataMetricFunction> | data_metric_function block. | | dataMetricSchedule | ViewDataMetricSchedule | data_metric_schedule block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#id View#id}. | | isRecursive | java.lang.String | Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). | | isSecure | java.lang.String | Specifies that the view is secure. | | isTemporary | java.lang.String | Specifies that the view persists only for the duration of the session that you created it in. | @@ -1837,7 +1837,7 @@ The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} --- @@ -1853,7 +1853,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} --- @@ -1869,7 +1869,7 @@ The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} --- @@ -1885,7 +1885,7 @@ Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} --- @@ -1899,7 +1899,7 @@ public ViewAggregationPolicy getAggregationPolicy(); aggregation_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} --- @@ -1915,7 +1915,7 @@ Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} --- @@ -1929,7 +1929,7 @@ public java.lang.Object getColumn(); column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} --- @@ -1943,7 +1943,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/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1959,7 +1959,7 @@ Retains the access permissions from the original view when a view is recreated u This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} --- @@ -1973,7 +1973,7 @@ public java.lang.Object getDataMetricFunction(); data_metric_function block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} --- @@ -1987,7 +1987,7 @@ public ViewDataMetricSchedule getDataMetricSchedule(); data_metric_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} --- @@ -1999,7 +1999,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2018,7 +2018,7 @@ Specifies that the view can refer to itself using recursive syntax without neces Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} --- @@ -2034,7 +2034,7 @@ Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} --- @@ -2050,7 +2050,7 @@ Specifies that the view persists only for the duration of the session that you c A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} --- @@ -2064,7 +2064,7 @@ public ViewRowAccessPolicy getRowAccessPolicy(); row_access_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} --- @@ -2104,7 +2104,7 @@ Identifier of the data metric function to add to the table or view or drop from This function identifier must be provided without arguments in parenthesis. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#function_name View#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#function_name View#function_name} --- @@ -2120,7 +2120,7 @@ The table or view columns on which to associate the data metric function. The data types of the columns must match the data types of the columns specified in the data metric function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -2136,7 +2136,7 @@ The status of the metrics association. Valid values are: `STARTED` | `SUSPENDED`. When status of a data metric function is changed, it is being reassigned with `DROP DATA METRIC FUNCTION` and `ADD DATA METRIC FUNCTION`, and then its status is changed by `MODIFY DATA METRIC FUNCTION` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schedule_status View#schedule_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schedule_status View#schedule_status} --- @@ -2174,7 +2174,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the dat Conflicts with `using_cron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using [taint](https://developer.hashicorp.com/terraform/cli/commands/taint) command, `using_cron` field, or [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) metadata argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#minutes View#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#minutes View#minutes} --- @@ -2190,7 +2190,7 @@ Specifies a cron expression and time zone for periodically running the data metr Supports a subset of standard cron utility syntax. Conflicts with `minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using_cron View#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using_cron View#using_cron} --- @@ -2238,7 +2238,7 @@ public java.util.List getOn(); Defines which columns are affected by the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -2252,7 +2252,7 @@ public java.lang.String getPolicyName(); Row access policy name. For more information about this resource, see [docs](./row_access_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- diff --git a/docs/view.python.md b/docs/view.python.md index 08e3d0026..87c98de5b 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/1.0.1/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view snowflake_view}. #### Initializers @@ -62,7 +62,7 @@ view.View( | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. | | data_metric_function | typing.Union[cdktf.IResolvable, typing.List[ViewDataMetricFunction]] | data_metric_function block. | | data_metric_schedule | ViewDataMetricSchedule | data_metric_schedule block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#id View#id}. | | is_recursive | str | Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). | | is_secure | str | Specifies that the view is secure. | | is_temporary | str | Specifies that the view persists only for the duration of the session that you created it in. | @@ -138,7 +138,7 @@ The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} --- @@ -150,7 +150,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} --- @@ -162,7 +162,7 @@ The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} --- @@ -174,7 +174,7 @@ Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf aggregation_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} --- @@ -196,7 +196,7 @@ Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} --- @@ -216,7 +216,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/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -228,7 +228,7 @@ Retains the access permissions from the original view when a view is recreated u This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf data_metric_function block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf data_metric_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} --- @@ -256,7 +256,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/1.0.1/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -271,7 +271,7 @@ Specifies that the view can refer to itself using recursive syntax without neces Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} --- @@ -283,7 +283,7 @@ Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} --- @@ -295,7 +295,7 @@ Specifies that the view persists only for the duration of the session that you c A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf row_access_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} --- @@ -696,7 +696,7 @@ def put_aggregation_policy( Aggregation policy name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -706,7 +706,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Defines which columns uniquely identify an entity within the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#entity_key View#entity_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#entity_key View#entity_key} --- @@ -755,7 +755,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the dat Conflicts with `using_cron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using [taint](https://developer.hashicorp.com/terraform/cli/commands/taint) command, `using_cron` field, or [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) metadata argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#minutes View#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#minutes View#minutes} --- @@ -767,7 +767,7 @@ Specifies a cron expression and time zone for periodically running the data metr Supports a subset of standard cron utility syntax. Conflicts with `minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using_cron View#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using_cron View#using_cron} --- @@ -786,7 +786,7 @@ def put_row_access_policy( Defines which columns are affected by the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -796,7 +796,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Row access policy name. For more information about this resource, see [docs](./row_access_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -986,7 +986,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/1.0.1/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/1.0.2/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1598,7 +1598,7 @@ policy_name: str Aggregation policy name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1612,7 +1612,7 @@ entity_key: typing.List[str] Defines which columns uniquely identify an entity within the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#entity_key View#entity_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#entity_key View#entity_key} --- @@ -1652,7 +1652,7 @@ column_name: str Specifies affected column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column_name View#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column_name View#column_name} --- @@ -1666,7 +1666,7 @@ comment: str Specifies a comment for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1680,7 +1680,7 @@ masking_policy: ViewColumnMaskingPolicy masking_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#masking_policy View#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#masking_policy View#masking_policy} --- @@ -1694,7 +1694,7 @@ projection_policy: ViewColumnProjectionPolicy projection_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#projection_policy View#projection_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#projection_policy View#projection_policy} --- @@ -1730,7 +1730,7 @@ policy_name: str Specifies the masking policy to set on a column. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1746,7 +1746,7 @@ Specifies the arguments to pass into the conditional masking policy SQL expressi The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using View#using} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using View#using} --- @@ -1780,7 +1780,7 @@ policy_name: str Specifies the projection policy to set on a column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1840,7 +1840,7 @@ view.ViewConfig( | copy_grants | typing.Union[bool, cdktf.IResolvable] | Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. | | data_metric_function | typing.Union[cdktf.IResolvable, typing.List[ViewDataMetricFunction]] | data_metric_function block. | | data_metric_schedule | ViewDataMetricSchedule | data_metric_schedule block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#id View#id}. | | is_recursive | str | Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). | | is_secure | str | Specifies that the view is secure. | | is_temporary | str | Specifies that the view persists only for the duration of the session that you created it in. | @@ -1930,7 +1930,7 @@ The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} --- @@ -1946,7 +1946,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} --- @@ -1962,7 +1962,7 @@ The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} --- @@ -1978,7 +1978,7 @@ Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} --- @@ -1992,7 +1992,7 @@ aggregation_policy: ViewAggregationPolicy aggregation_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} --- @@ -2008,7 +2008,7 @@ Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} --- @@ -2022,7 +2022,7 @@ column: typing.Union[IResolvable, typing.List[ViewColumn]] column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} --- @@ -2036,7 +2036,7 @@ comment: str Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -2052,7 +2052,7 @@ Retains the access permissions from the original view when a view is recreated u This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} --- @@ -2066,7 +2066,7 @@ data_metric_function: typing.Union[IResolvable, typing.List[ViewDataMetricFuncti data_metric_function block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} --- @@ -2080,7 +2080,7 @@ data_metric_schedule: ViewDataMetricSchedule data_metric_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} --- @@ -2092,7 +2092,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -2111,7 +2111,7 @@ Specifies that the view can refer to itself using recursive syntax without neces Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} --- @@ -2127,7 +2127,7 @@ Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} --- @@ -2143,7 +2143,7 @@ Specifies that the view persists only for the duration of the session that you c A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} --- @@ -2157,7 +2157,7 @@ row_access_policy: ViewRowAccessPolicy row_access_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} --- @@ -2197,7 +2197,7 @@ Identifier of the data metric function to add to the table or view or drop from This function identifier must be provided without arguments in parenthesis. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#function_name View#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#function_name View#function_name} --- @@ -2213,7 +2213,7 @@ The table or view columns on which to associate the data metric function. The data types of the columns must match the data types of the columns specified in the data metric function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -2229,7 +2229,7 @@ The status of the metrics association. Valid values are: `STARTED` | `SUSPENDED`. When status of a data metric function is changed, it is being reassigned with `DROP DATA METRIC FUNCTION` and `ADD DATA METRIC FUNCTION`, and then its status is changed by `MODIFY DATA METRIC FUNCTION` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schedule_status View#schedule_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schedule_status View#schedule_status} --- @@ -2267,7 +2267,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the dat Conflicts with `using_cron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using [taint](https://developer.hashicorp.com/terraform/cli/commands/taint) command, `using_cron` field, or [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) metadata argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#minutes View#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#minutes View#minutes} --- @@ -2283,7 +2283,7 @@ Specifies a cron expression and time zone for periodically running the data metr Supports a subset of standard cron utility syntax. Conflicts with `minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using_cron View#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using_cron View#using_cron} --- @@ -2330,7 +2330,7 @@ on: typing.List[str] Defines which columns are affected by the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -2344,7 +2344,7 @@ policy_name: str Row access policy name. For more information about this resource, see [docs](./row_access_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -3449,7 +3449,7 @@ def put_masking_policy( Specifies the masking policy to set on a column. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -3461,7 +3461,7 @@ Specifies the arguments to pass into the conditional masking policy SQL expressi The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using View#using} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using View#using} --- @@ -3479,7 +3479,7 @@ def put_projection_policy( Specifies the projection policy to set on a column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- diff --git a/docs/view.typescript.md b/docs/view.typescript.md index 396ad589a..773fd84dd 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/1.0.1/docs/resources/view snowflake_view}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view snowflake_view}. #### Initializers @@ -616,7 +616,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/1.0.1/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/1.0.2/docs/resources/view#import import section} in the documentation of this resource for the id to use --- @@ -1225,7 +1225,7 @@ public readonly policyName: string; Aggregation policy name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1239,7 +1239,7 @@ public readonly entityKey: string[]; Defines which columns uniquely identify an entity within the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#entity_key View#entity_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#entity_key View#entity_key} --- @@ -1274,7 +1274,7 @@ public readonly columnName: string; Specifies affected column name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column_name View#column_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column_name View#column_name} --- @@ -1288,7 +1288,7 @@ public readonly comment: string; Specifies a comment for the column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1302,7 +1302,7 @@ public readonly maskingPolicy: ViewColumnMaskingPolicy; masking_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#masking_policy View#masking_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#masking_policy View#masking_policy} --- @@ -1316,7 +1316,7 @@ public readonly projectionPolicy: ViewColumnProjectionPolicy; projection_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#projection_policy View#projection_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#projection_policy View#projection_policy} --- @@ -1349,7 +1349,7 @@ public readonly policyName: string; Specifies the masking policy to set on a column. For more information about this resource, see [docs](./masking_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1365,7 +1365,7 @@ Specifies the arguments to pass into the conditional masking policy SQL expressi The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using View#using} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using View#using} --- @@ -1397,7 +1397,7 @@ public readonly policyName: string; Specifies the projection policy to set on a column. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- @@ -1433,7 +1433,7 @@ const viewConfig: view.ViewConfig = { ... } | copyGrants | boolean \| cdktf.IResolvable | Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. | | dataMetricFunction | cdktf.IResolvable \| ViewDataMetricFunction[] | data_metric_function block. | | dataMetricSchedule | ViewDataMetricSchedule | data_metric_schedule block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#id View#id}. | | isRecursive | string | Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). | | isSecure | string | Specifies that the view is secure. | | isTemporary | string | Specifies that the view persists only for the duration of the session that you created it in. | @@ -1523,7 +1523,7 @@ The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} --- @@ -1539,7 +1539,7 @@ Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} --- @@ -1555,7 +1555,7 @@ The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} --- @@ -1571,7 +1571,7 @@ Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} --- @@ -1585,7 +1585,7 @@ public readonly aggregationPolicy: ViewAggregationPolicy; aggregation_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} --- @@ -1601,7 +1601,7 @@ Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} --- @@ -1615,7 +1615,7 @@ public readonly column: IResolvable | ViewColumn[]; column block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} --- @@ -1629,7 +1629,7 @@ public readonly comment: string; Specifies a comment for the view. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} --- @@ -1645,7 +1645,7 @@ Retains the access permissions from the original view when a view is recreated u This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} --- @@ -1659,7 +1659,7 @@ public readonly dataMetricFunction: IResolvable | ViewDataMetricFunction[]; data_metric_function block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} --- @@ -1673,7 +1673,7 @@ public readonly dataMetricSchedule: ViewDataMetricSchedule; data_metric_schedule block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} --- @@ -1685,7 +1685,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1704,7 +1704,7 @@ Specifies that the view can refer to itself using recursive syntax without neces Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} --- @@ -1720,7 +1720,7 @@ Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} --- @@ -1736,7 +1736,7 @@ Specifies that the view persists only for the duration of the session that you c A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} --- @@ -1750,7 +1750,7 @@ public readonly rowAccessPolicy: ViewRowAccessPolicy; row_access_policy block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} --- @@ -1786,7 +1786,7 @@ Identifier of the data metric function to add to the table or view or drop from This function identifier must be provided without arguments in parenthesis. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#function_name View#function_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#function_name View#function_name} --- @@ -1802,7 +1802,7 @@ The table or view columns on which to associate the data metric function. The data types of the columns must match the data types of the columns specified in the data metric function definition. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -1818,7 +1818,7 @@ The status of the metrics association. Valid values are: `STARTED` | `SUSPENDED`. When status of a data metric function is changed, it is being reassigned with `DROP DATA METRIC FUNCTION` and `ADD DATA METRIC FUNCTION`, and then its status is changed by `MODIFY DATA METRIC FUNCTION` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schedule_status View#schedule_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schedule_status View#schedule_status} --- @@ -1853,7 +1853,7 @@ Specifies an interval (in minutes) of wait time inserted between runs of the dat Conflicts with `using_cron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using [taint](https://developer.hashicorp.com/terraform/cli/commands/taint) command, `using_cron` field, or [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) metadata argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#minutes View#minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#minutes View#minutes} --- @@ -1869,7 +1869,7 @@ Specifies a cron expression and time zone for periodically running the data metr Supports a subset of standard cron utility syntax. Conflicts with `minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using_cron View#using_cron} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using_cron View#using_cron} --- @@ -1913,7 +1913,7 @@ public readonly on: string[]; Defines which columns are affected by the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} --- @@ -1927,7 +1927,7 @@ public readonly policyName: string; Row access policy name. For more information about this resource, see [docs](./row_access_policy). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} --- diff --git a/docs/warehouse.csharp.md b/docs/warehouse.csharp.md index af0e1328e..69997d005 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/1.0.1/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -579,7 +579,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/1.0.1/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/1.0.2/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1232,7 +1232,7 @@ new WarehouseConfig { | AutoSuspend | double | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | | Comment | string | Specifies a comment for the warehouse. | | EnableQueryAcceleration | string | 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/1.0.1/docs/resources/warehouse#id Warehouse#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1329,7 +1329,7 @@ Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#name Warehouse#name} --- @@ -1343,7 +1343,7 @@ public string AutoResume { get; set; } Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1357,7 +1357,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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1371,7 +1371,7 @@ public string Comment { get; set; } Specifies a comment for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#comment Warehouse#comment} --- @@ -1387,7 +1387,7 @@ Specifies whether to enable the query acceleration service for queries that rely Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1399,7 +1399,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1416,7 +1416,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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1430,7 +1430,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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1444,7 +1444,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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1458,7 +1458,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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1474,7 +1474,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/1.0.1/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/1.0.2/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1490,7 +1490,7 @@ Specifies the name of a resource monitor that is explicitly assigned to the ware For more information about this resource, see [docs](./resource_monitor). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1506,7 +1506,7 @@ Specifies the policy for automatically starting and shutting down clusters in a Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1520,7 +1520,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1534,7 +1534,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1550,7 +1550,7 @@ Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1566,7 +1566,7 @@ Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.go.md b/docs/warehouse.go.md index 88f8f21dd..b58bda1af 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/1.0.1/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -579,7 +579,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/1.0.1/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/1.0.2/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1232,7 +1232,7 @@ import "github.com/cdktf/cdktf-provider-snowflake-go/snowflake/v12/warehouse" | AutoSuspend | *f64 | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | | Comment | *string | Specifies a comment for the warehouse. | | EnableQueryAcceleration | *string | 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/1.0.1/docs/resources/warehouse#id Warehouse#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1329,7 +1329,7 @@ Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#name Warehouse#name} --- @@ -1343,7 +1343,7 @@ AutoResume *string Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1357,7 +1357,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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1371,7 +1371,7 @@ Comment *string Specifies a comment for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#comment Warehouse#comment} --- @@ -1387,7 +1387,7 @@ Specifies whether to enable the query acceleration service for queries that rely Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1399,7 +1399,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1416,7 +1416,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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1430,7 +1430,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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1444,7 +1444,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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1458,7 +1458,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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1474,7 +1474,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/1.0.1/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/1.0.2/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1490,7 +1490,7 @@ Specifies the name of a resource monitor that is explicitly assigned to the ware For more information about this resource, see [docs](./resource_monitor). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1506,7 +1506,7 @@ Specifies the policy for automatically starting and shutting down clusters in a Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1520,7 +1520,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1534,7 +1534,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1550,7 +1550,7 @@ Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1566,7 +1566,7 @@ Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.java.md b/docs/warehouse.java.md index 6d96dadbc..25fb5402b 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/1.0.1/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -60,7 +60,7 @@ Warehouse.Builder.create(Construct scope, java.lang.String id) | autoSuspend | java.lang.Number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | | comment | java.lang.String | Specifies a comment for the warehouse. | | enableQueryAcceleration | java.lang.String | 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/1.0.1/docs/resources/warehouse#id Warehouse#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -143,7 +143,7 @@ Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#name Warehouse#name} --- @@ -153,7 +153,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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -163,7 +163,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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#comment Warehouse#comment} --- @@ -185,7 +185,7 @@ Specifies whether to enable the query acceleration service for queries that rely Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -193,7 +193,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/1.0.1/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -206,7 +206,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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -216,7 +216,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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -226,7 +226,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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -236,7 +236,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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -248,7 +248,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/1.0.1/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/1.0.2/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -260,7 +260,7 @@ Specifies the name of a resource monitor that is explicitly assigned to the ware For more information about this resource, see [docs](./resource_monitor). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -272,7 +272,7 @@ Specifies the policy for automatically starting and shutting down clusters in a Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -282,7 +282,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -292,7 +292,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -304,7 +304,7 @@ Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -316,7 +316,7 @@ Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- @@ -855,7 +855,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/1.0.1/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/1.0.2/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1513,7 +1513,7 @@ WarehouseConfig.builder() | autoSuspend | java.lang.Number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | | comment | java.lang.String | Specifies a comment for the warehouse. | | enableQueryAcceleration | java.lang.String | 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/1.0.1/docs/resources/warehouse#id Warehouse#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1610,7 +1610,7 @@ Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#name Warehouse#name} --- @@ -1624,7 +1624,7 @@ public java.lang.String getAutoResume(); Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1638,7 +1638,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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1652,7 +1652,7 @@ public java.lang.String getComment(); Specifies a comment for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#comment Warehouse#comment} --- @@ -1668,7 +1668,7 @@ Specifies whether to enable the query acceleration service for queries that rely Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -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/1.0.1/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1697,7 +1697,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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1711,7 +1711,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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1725,7 +1725,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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1739,7 +1739,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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1755,7 +1755,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/1.0.1/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/1.0.2/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1771,7 +1771,7 @@ Specifies the name of a resource monitor that is explicitly assigned to the ware For more information about this resource, see [docs](./resource_monitor). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1787,7 +1787,7 @@ Specifies the policy for automatically starting and shutting down clusters in a Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1801,7 +1801,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1815,7 +1815,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1831,7 +1831,7 @@ Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1847,7 +1847,7 @@ Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.python.md b/docs/warehouse.python.md index e7d24b65a..370ffab30 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/1.0.1/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -57,7 +57,7 @@ warehouse.Warehouse( | auto_suspend | typing.Union[int, float] | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | | comment | str | Specifies a comment for the warehouse. | | enable_query_acceleration | str | 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/1.0.1/docs/resources/warehouse#id Warehouse#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowf Specifies a comment for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#comment Warehouse#comment} --- @@ -182,7 +182,7 @@ Specifies whether to enable the query acceleration service for queries that rely Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -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/1.0.1/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -203,7 +203,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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -213,7 +213,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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -223,7 +223,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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -233,7 +233,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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -245,7 +245,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/1.0.1/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/1.0.2/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -257,7 +257,7 @@ Specifies the name of a resource monitor that is explicitly assigned to the ware For more information about this resource, see [docs](./resource_monitor). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -269,7 +269,7 @@ Specifies the policy for automatically starting and shutting down clusters in a Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -279,7 +279,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -289,7 +289,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -301,7 +301,7 @@ Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -313,7 +313,7 @@ Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- @@ -898,7 +898,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/1.0.1/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/1.0.2/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1551,7 +1551,7 @@ warehouse.WarehouseConfig( | auto_suspend | typing.Union[int, float] | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | | comment | str | Specifies a comment for the warehouse. | | enable_query_acceleration | str | 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/1.0.1/docs/resources/warehouse#id Warehouse#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1648,7 +1648,7 @@ Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#name Warehouse#name} --- @@ -1662,7 +1662,7 @@ auto_resume: str Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1676,7 +1676,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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1690,7 +1690,7 @@ comment: str Specifies a comment for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#comment Warehouse#comment} --- @@ -1706,7 +1706,7 @@ Specifies whether to enable the query acceleration service for queries that rely Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1718,7 +1718,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1735,7 +1735,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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1749,7 +1749,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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1763,7 +1763,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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1777,7 +1777,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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1793,7 +1793,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/1.0.1/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/1.0.2/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1809,7 +1809,7 @@ Specifies the name of a resource monitor that is explicitly assigned to the ware For more information about this resource, see [docs](./resource_monitor). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1825,7 +1825,7 @@ Specifies the policy for automatically starting and shutting down clusters in a Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1839,7 +1839,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1853,7 +1853,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1869,7 +1869,7 @@ Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1885,7 +1885,7 @@ Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/docs/warehouse.typescript.md b/docs/warehouse.typescript.md index ea3656928..50e54220a 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/1.0.1/docs/resources/warehouse snowflake_warehouse}. +Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse snowflake_warehouse}. #### Initializers @@ -579,7 +579,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/1.0.1/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/1.0.2/docs/resources/warehouse#import import section} in the documentation of this resource for the id to use --- @@ -1207,7 +1207,7 @@ const warehouseConfig: warehouse.WarehouseConfig = { ... } | autoSuspend | number | Specifies the number of seconds of inactivity after which a warehouse is automatically suspended. | | comment | string | Specifies a comment for the warehouse. | | enableQueryAcceleration | string | 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/1.0.1/docs/resources/warehouse#id Warehouse#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. | @@ -1304,7 +1304,7 @@ Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#name Warehouse#name} --- @@ -1318,7 +1318,7 @@ public readonly autoResume: string; Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_resume Warehouse#auto_resume} --- @@ -1332,7 +1332,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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} --- @@ -1346,7 +1346,7 @@ public readonly comment: string; Specifies a comment for the warehouse. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#comment Warehouse#comment} --- @@ -1362,7 +1362,7 @@ Specifies whether to enable the query acceleration service for queries that rely Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} --- @@ -1374,7 +1374,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#id Warehouse#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -1391,7 +1391,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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} --- @@ -1405,7 +1405,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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} --- @@ -1419,7 +1419,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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} --- @@ -1433,7 +1433,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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} --- @@ -1449,7 +1449,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/1.0.1/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/1.0.2/docs/resources/warehouse#query_acceleration_max_scale_factor Warehouse#query_acceleration_max_scale_factor} --- @@ -1465,7 +1465,7 @@ Specifies the name of a resource monitor that is explicitly assigned to the ware For more information about this resource, see [docs](./resource_monitor). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} --- @@ -1481,7 +1481,7 @@ Specifies the policy for automatically starting and shutting down clusters in a Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} --- @@ -1495,7 +1495,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_queued_timeout_in_seconds Warehouse#statement_queued_timeout_in_seconds} --- @@ -1509,7 +1509,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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} --- @@ -1525,7 +1525,7 @@ Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} --- @@ -1541,7 +1541,7 @@ Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} --- diff --git a/package.json b/package.json index dc10e627b..6a17a009e 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "isDeprecated": false, "provider": { "name": "registry.terraform.io/snowflake-labs/snowflake", - "version": "1.0.1" + "version": "1.0.2" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." diff --git a/src/account-authentication-policy-attachment/README.md b/src/account-authentication-policy-attachment/README.md index c95e099b5..866e1c080 100644 --- a/src/account-authentication-policy-attachment/README.md +++ b/src/account-authentication-policy-attachment/README.md @@ -1,3 +1,3 @@ # `snowflake_account_authentication_policy_attachment` -Refer to the Terraform Registry for docs: [`snowflake_account_authentication_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment). +Refer to the Terraform Registry for docs: [`snowflake_account_authentication_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment). diff --git a/src/account-authentication-policy-attachment/index.ts b/src/account-authentication-policy-attachment/index.ts index 86c458cd9..f7c55134a 100644 --- a/src/account-authentication-policy-attachment/index.ts +++ b/src/account-authentication-policy-attachment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface AccountAuthenticationPolicyAttachmentConfig extends cdktf.Terra /** * Qualified name (`"db"."schema"."policy_name"`) of the authentication policy to apply to the current account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#authentication_policy AccountAuthenticationPolicyAttachment#authentication_policy} */ readonly authenticationPolicy: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment#id AccountAuthenticationPolicyAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 AccountAuthenticationPolicyAttachmentConfig extends cdktf.Terra } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment} */ export class AccountAuthenticationPolicyAttachment extends cdktf.TerraformResource { @@ -44,7 +44,7 @@ export class AccountAuthenticationPolicyAttachment extends cdktf.TerraformResour * Generates CDKTF code for importing a AccountAuthenticationPolicyAttachment 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 AccountAuthenticationPolicyAttachment to import - * @param importFromId The id of the existing AccountAuthenticationPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountAuthenticationPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_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 AccountAuthenticationPolicyAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -56,7 +56,7 @@ export class AccountAuthenticationPolicyAttachment extends cdktf.TerraformResour // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_authentication_policy_attachment snowflake_account_authentication_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 AccountAuthenticationPolicyAttachment extends cdktf.TerraformResour terraformResourceType: 'snowflake_account_authentication_policy_attachment', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/account-parameter/README.md b/src/account-parameter/README.md index 68f4f3d19..ed1619ce0 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/1.0.1/docs/resources/account_parameter). +Refer to the Terraform Registry for docs: [`snowflake_account_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter). diff --git a/src/account-parameter/index.ts b/src/account-parameter/index.ts index aa1359231..3aa14d4f6 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/1.0.1/docs/resources/account_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_parameter#id AccountParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 (case-insensitive): `ALLOW_CLIENT_MFA_CACHING` | `ALLOW_ID_TOKEN` | `CLIENT_ENCRYPTION_KEY_SIZE` | `CORTEX_ENABLED_CROSS_REGION` | `ENABLE_IDENTIFIER_FIRST_LOGIN` | `ENABLE_INTERNAL_STAGES_PRIVATELINK` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_IMAGE_REPOSITORY` | `ENABLE_TRI_SECRET_AND_REKEY_OPT_OUT_FOR_SPCS_BLOCK_STORAGE` | `ENABLE_UNHANDLED_EXCEPTIONS_REPORTING` | `ENFORCE_NETWORK_RULES_FOR_INTERNAL_STAGES` | `EVENT_TABLE` | `EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `INITIAL_REPLICATION_SIZE_LIMIT_IN_TB` | `MIN_DATA_RETENTION_TIME_IN_DAYS` | `NETWORK_POLICY` | `OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST` | `PERIODIC_DATA_REKEYING` | `PREVENT_LOAD_FROM_INLINE_URL` | `PREVENT_UNLOAD_TO_INLINE_URL` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_CREATION` | `REQUIRE_STORAGE_INTEGRATION_FOR_STAGE_OPERATION` | `SSO_LOGIN_PAGE` | `ABORT_DETACHED_QUERY` | `ACTIVE_PYTHON_PROFILER` | `AUTOCOMMIT` | `BINARY_INPUT_FORMAT` | `BINARY_OUTPUT_FORMAT` | `CLIENT_ENABLE_LOG_INFO_STATEMENT_PARAMETERS` | `CLIENT_MEMORY_LIMIT` | `CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX` | `CLIENT_METADATA_USE_SESSION_DATABASE` | `CLIENT_PREFETCH_THREADS` | `CLIENT_RESULT_CHUNK_SIZE` | `CLIENT_SESSION_KEEP_ALIVE` | `CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY` | `CLIENT_TIMESTAMP_TYPE_MAPPING` | `ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION` | `CLIENT_RESULT_COLUMN_CASE_INSENSITIVE` | `CSV_TIMESTAMP_FORMAT` | `DATE_INPUT_FORMAT` | `DATE_OUTPUT_FORMAT` | `ERROR_ON_NONDETERMINISTIC_MERGE` | `ERROR_ON_NONDETERMINISTIC_UPDATE` | `GEOGRAPHY_OUTPUT_FORMAT` | `GEOMETRY_OUTPUT_FORMAT` | `HYBRID_TABLE_LOCK_TIMEOUT` | `JDBC_TREAT_DECIMAL_AS_INT` | `JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC` | `JDBC_USE_SESSION_TIMEZONE` | `JSON_INDENT` | `JS_TREAT_INTEGER_AS_BIGINT` | `LOCK_TIMEOUT` | `MULTI_STATEMENT_COUNT` | `NOORDER_SEQUENCE_AS_DEFAULT` | `ODBC_TREAT_DECIMAL_AS_INT` | `PYTHON_PROFILER_MODULES` | `PYTHON_PROFILER_TARGET_STAGE` | `QUERY_TAG` | `QUOTED_IDENTIFIERS_IGNORE_CASE` | `ROWS_PER_RESULTSET` | `S3_STAGE_VPCE_DNS_NAME` | `SEARCH_PATH` | `SIMULATED_DATA_SHARING_CONSUMER` | `STATEMENT_TIMEOUT_IN_SECONDS` | `STRICT_JSON_OUTPUT` | `TIME_INPUT_FORMAT` | `TIME_OUTPUT_FORMAT` | `TIMESTAMP_DAY_IS_ALWAYS_24H` | `TIMESTAMP_INPUT_FORMAT` | `TIMESTAMP_LTZ_OUTPUT_FORMAT` | `TIMESTAMP_NTZ_OUTPUT_FORMAT` | `TIMESTAMP_OUTPUT_FORMAT` | `TIMESTAMP_TYPE_MAPPING` | `TIMESTAMP_TZ_OUTPUT_FORMAT` | `TIMEZONE` | `TRANSACTION_ABORT_ON_ERROR` | `TRANSACTION_DEFAULT_ISOLATION_LEVEL` | `TWO_DIGIT_CENTURY_START` | `UNSUPPORTED_DDL_ACTION` | `USE_CACHED_RESULT` | `WEEK_OF_YEAR_POLICY` | `WEEK_START` | `CATALOG` | `DATA_RETENTION_TIME_IN_DAYS` | `DEFAULT_DDL_COLLATION` | `EXTERNAL_VOLUME` | `LOG_LEVEL` | `MAX_CONCURRENCY_LEVEL` | `MAX_DATA_EXTENSION_TIME_IN_DAYS` | `PIPE_EXECUTION_PAUSED` | `PREVENT_UNLOAD_TO_INTERNAL_STAGES` | `REPLACE_INVALID_CHARACTERS` | `STATEMENT_QUEUED_TIMEOUT_IN_SECONDS` | `STORAGE_SERIALIZATION_POLICY` | `SHARE_RESTRICTIONS` | `SUSPEND_TASK_AFTER_NUM_FAILURES` | `TRACE_LEVEL` | `USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE` | `USER_TASK_TIMEOUT_MS` | `TASK_AUTO_RETRY_ATTEMPTS` | `USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS` | `METRIC_LEVEL` | `ENABLE_CONSOLE_OUTPUT` | `ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR` | `ENABLE_PERSONAL_DATABASE`. Deprecated parameters are not supported in the provider. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#key AccountParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. The parameter values are validated in Snowflake. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter#value AccountParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_parameter#value AccountParameter#value} */ readonly value: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_parameter snowflake_account_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account_parameter snowflake_account_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/account-password-policy-attachment/README.md b/src/account-password-policy-attachment/README.md index c37816441..dc91c9dbe 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/1.0.1/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/1.0.2/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 31cb51647..3b505c381 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/1.0.1/docs/resources/account_password_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#id AccountPasswordPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment#password_policy AccountPasswordPolicyAttachment#password_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account_password_policy_attachment snowflake_account_password_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/account-role/README.md b/src/account-role/README.md index c1f3d1389..c7eb39a13 100644 --- a/src/account-role/README.md +++ b/src/account-role/README.md @@ -1,3 +1,3 @@ # `snowflake_account_role` -Refer to the Terraform Registry for docs: [`snowflake_account_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role). +Refer to the Terraform Registry for docs: [`snowflake_account_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role). diff --git a/src/account-role/index.ts b/src/account-role/index.ts index c1fa54733..1f8c47511 100644 --- a/src/account-role/index.ts +++ b/src/account-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,11 +13,11 @@ import * as cdktf from 'cdktf'; export interface AccountRoleConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#comment AccountRole#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#comment AccountRole#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#id AccountRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#id AccountRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -26,7 +26,7 @@ export interface AccountRoleConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the role; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#name AccountRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role#name AccountRole#name} */ readonly name: string; } @@ -152,7 +152,7 @@ export class AccountRoleShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_account_role} */ export class AccountRole extends cdktf.TerraformResource { @@ -168,7 +168,7 @@ export class AccountRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a AccountRole 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 AccountRole to import - * @param importFromId The id of the existing AccountRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AccountRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/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 AccountRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -180,7 +180,7 @@ export class AccountRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account_role snowflake_account_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account_role snowflake_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 @@ -191,7 +191,7 @@ export class AccountRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/account/README.md b/src/account/README.md index 7ed78a493..1c457c2d8 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/1.0.1/docs/resources/account). +Refer to the Terraform Registry for docs: [`snowflake_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account). diff --git a/src/account/index.ts b/src/account/index.ts index f58fd4f09..e9af42b49 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/1.0.1/docs/resources/account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,59 +15,59 @@ 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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_name Account#admin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_name Account#admin_name} */ readonly adminName: string; /** * Password for the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_password Account#admin_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_password Account#admin_password} */ readonly adminPassword?: string; /** * Assigns a public key to the initial administrative user of the account. Either admin_password or admin_rsa_public_key has to be specified. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/account#admin_rsa_public_key Account#admin_rsa_public_key} */ readonly adminRsaPublicKey?: string; /** * Used for setting the type of the first user that is assigned the ACCOUNTADMIN role during account creation. Valid options are: `PERSON` | `SERVICE` | `LEGACY_SERVICE` External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#admin_user_type Account#admin_user_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#admin_user_type Account#admin_user_type} */ readonly adminUserType?: string; /** * Specifies a comment for the account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#comment Account#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#comment Account#comment} */ readonly comment?: string; /** * Snowflake Edition of the account. See more about Snowflake Editions in the [official documentation](https://docs.snowflake.com/en/user-guide/intro-editions). Valid options are: `STANDARD` | `ENTERPRISE` | `BUSINESS_CRITICAL` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#edition Account#edition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#email Account#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#email Account#email} */ readonly email: string; /** * First name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#first_name Account#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#first_name Account#first_name} */ readonly firstName?: string; /** * Specifies the number of days during which the account can be restored (“undropped”). The minimum is 3 days and the maximum is 90 days. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/docs/resources/account#id Account#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -76,37 +76,37 @@ export interface AccountConfig extends cdktf.TerraformMetaArguments { /** * Sets an account property that determines whether the ORGADMIN role is enabled in the account. Only an organization administrator (i.e. user with the ORGADMIN role) can set the property. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#is_org_admin Account#is_org_admin} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#is_org_admin Account#is_org_admin} */ readonly isOrgAdmin?: string; /** * Last name of the initial administrative user of the account. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#last_name Account#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. This field cannot be used whenever admin_user_type is set to SERVICE. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#must_change_password Account#must_change_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#must_change_password Account#must_change_password} */ readonly mustChangePassword?: string; /** * Specifies the identifier (i.e. name) for the account. It must be unique within an organization, regardless of which Snowflake Region the account is in and 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/1.0.1/docs/resources/account#name Account#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#name Account#name} */ readonly name: string; /** * [Snowflake Region ID](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-snowflake-region-ids) of the 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/1.0.1/docs/resources/account#region Account#region} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region Account#region} */ readonly region?: string; /** * ID of the region group where the account is created. To retrieve the region group ID for existing accounts in your organization, execute the [SHOW REGIONS](https://docs.snowflake.com/en/sql-reference/sql/show-regions) command. For information about when you might need to specify region group, see [Region groups](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#label-region-groups). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account#region_group Account#region_group} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account#region_group Account#region_group} */ readonly regionGroup?: string; } @@ -327,7 +327,7 @@ export class AccountShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account snowflake_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/account snowflake_account} */ export class Account extends cdktf.TerraformResource { @@ -343,7 +343,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/1.0.1/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/1.0.2/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) { @@ -355,7 +355,7 @@ export class Account extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/account snowflake_account} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -366,7 +366,7 @@ export class Account extends cdktf.TerraformResource { terraformResourceType: 'snowflake_account', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/alert/README.md b/src/alert/README.md index b112b0fcf..15ad2f5d1 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/1.0.1/docs/resources/alert). +Refer to the Terraform Registry for docs: [`snowflake_alert`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert). diff --git a/src/alert/index.ts b/src/alert/index.ts index 06630b5fd..521061b6c 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/1.0.1/docs/resources/alert +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#action Alert#action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#comment Alert#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#condition Alert#condition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#database Alert#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#enabled Alert#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#enabled Alert#enabled} */ readonly enabled?: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#id Alert#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#name Alert#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#schema Alert#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#warehouse Alert#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#alert_schedule Alert#alert_schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#expression Alert#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#time_zone Alert#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert#interval Alert#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/alert#interval Alert#interval} */ readonly interval?: number; /** * cron block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/alert#cron Alert#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/alert snowflake_alert} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/alert snowflake_alert} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/api-authentication-integration-with-authorization-code-grant/README.md b/src/api-authentication-integration-with-authorization-code-grant/README.md index d559e7288..80589d90b 100644 --- a/src/api-authentication-integration-with-authorization-code-grant/README.md +++ b/src/api-authentication-integration-with-authorization-code-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_api_authentication_integration_with_authorization_code_grant` -Refer to the Terraform Registry for docs: [`snowflake_api_authentication_integration_with_authorization_code_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant). +Refer to the Terraform Registry for docs: [`snowflake_api_authentication_integration_with_authorization_code_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant). diff --git a/src/api-authentication-integration-with-authorization-code-grant/index.ts b/src/api-authentication-integration-with-authorization-code-grant/index.ts index ac3d07682..672dd10ab 100644 --- a/src/api-authentication-integration-with-authorization-code-grant/index.ts +++ b/src/api-authentication-integration-with-authorization-code-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantConfig ex /** * Specifies a comment for the integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#comment ApiAuthenticationIntegrationWithAuthorizationCodeGrant#comment} */ readonly comment?: string; /** * Specifies whether this security integration is enabled or disabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#enabled ApiAuthenticationIntegrationWithAuthorizationCodeGrant#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ApiAuthenticationIntegrationWithAuthorizationCodeGrantConfig ex /** * Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#name ApiAuthenticationIntegrationWithAuthorizationCodeGrant#name} */ readonly name: string; /** * Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_access_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_access_token_validity} */ readonly oauthAccessTokenValidity?: number; /** * Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_allowed_scopes ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_allowed_scopes} */ readonly oauthAllowedScopes?: string[]; /** * Specifies the URL for authenticating to the external service. If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_authorization_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_authorization_endpoint} */ readonly oauthAuthorizationEndpoint?: string; /** * Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_auth_method ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_auth_method} */ readonly oauthClientAuthMethod?: string; /** * Specifies the client ID for the OAuth application in the external service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_id ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_id} */ readonly oauthClientId: string; /** * Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_client_secret ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_client_secret} */ readonly oauthClientSecret: string; /** * Specifies the value to determine the validity of the refresh token obtained from the OAuth server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_refresh_token_validity ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_refresh_token_validity} */ readonly oauthRefreshTokenValidity?: number; /** * Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#oauth_token_endpoint ApiAuthenticationIntegrationWithAuthorizationCodeGrant#oauth_token_endpoint} */ readonly oauthTokenEndpoint?: string; } @@ -1410,7 +1410,7 @@ export class ApiAuthenticationIntegrationWithAuthorizationCodeGrantShowOutputLis } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant} */ export class ApiAuthenticationIntegrationWithAuthorizationCodeGrant extends cdktf.TerraformResource { @@ -1426,7 +1426,7 @@ export class ApiAuthenticationIntegrationWithAuthorizationCodeGrant extends cdkt * Generates CDKTF code for importing a ApiAuthenticationIntegrationWithAuthorizationCodeGrant 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 ApiAuthenticationIntegrationWithAuthorizationCodeGrant to import - * @param importFromId The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ApiAuthenticationIntegrationWithAuthorizationCodeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ApiAuthenticationIntegrationWithAuthorizationCodeGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1438,7 +1438,7 @@ export class ApiAuthenticationIntegrationWithAuthorizationCodeGrant extends cdkt // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_authorization_code_grant snowflake_api_authentication_integration_with_authorization_code_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 @@ -1449,7 +1449,7 @@ export class ApiAuthenticationIntegrationWithAuthorizationCodeGrant extends cdkt terraformResourceType: 'snowflake_api_authentication_integration_with_authorization_code_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/api-authentication-integration-with-client-credentials/README.md b/src/api-authentication-integration-with-client-credentials/README.md index f6cacb0d7..cc1778aeb 100644 --- a/src/api-authentication-integration-with-client-credentials/README.md +++ b/src/api-authentication-integration-with-client-credentials/README.md @@ -1,3 +1,3 @@ # `snowflake_api_authentication_integration_with_client_credentials` -Refer to the Terraform Registry for docs: [`snowflake_api_authentication_integration_with_client_credentials`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials). +Refer to the Terraform Registry for docs: [`snowflake_api_authentication_integration_with_client_credentials`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials). diff --git a/src/api-authentication-integration-with-client-credentials/index.ts b/src/api-authentication-integration-with-client-credentials/index.ts index 685a42998..b1f542682 100644 --- a/src/api-authentication-integration-with-client-credentials/index.ts +++ b/src/api-authentication-integration-with-client-credentials/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ApiAuthenticationIntegrationWithClientCredentialsConfig extends /** * Specifies a comment for the integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#comment ApiAuthenticationIntegrationWithClientCredentials#comment} */ readonly comment?: string; /** * Specifies whether this security integration is enabled or disabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#enabled ApiAuthenticationIntegrationWithClientCredentials#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#id ApiAuthenticationIntegrationWithClientCredentials#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ApiAuthenticationIntegrationWithClientCredentialsConfig extends /** * Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#name ApiAuthenticationIntegrationWithClientCredentials#name} */ readonly name: string; /** * Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_access_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_access_token_validity} */ readonly oauthAccessTokenValidity?: number; /** * Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_allowed_scopes ApiAuthenticationIntegrationWithClientCredentials#oauth_allowed_scopes} */ readonly oauthAllowedScopes?: string[]; /** * Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_auth_method ApiAuthenticationIntegrationWithClientCredentials#oauth_client_auth_method} */ readonly oauthClientAuthMethod?: string; /** * Specifies the client ID for the OAuth application in the external service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_id ApiAuthenticationIntegrationWithClientCredentials#oauth_client_id} */ readonly oauthClientId: string; /** * Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_client_secret ApiAuthenticationIntegrationWithClientCredentials#oauth_client_secret} */ readonly oauthClientSecret: string; /** * Specifies the value to determine the validity of the refresh token obtained from the OAuth server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_refresh_token_validity ApiAuthenticationIntegrationWithClientCredentials#oauth_refresh_token_validity} */ readonly oauthRefreshTokenValidity?: number; /** * Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#oauth_token_endpoint ApiAuthenticationIntegrationWithClientCredentials#oauth_token_endpoint} */ readonly oauthTokenEndpoint?: string; } @@ -1404,7 +1404,7 @@ export class ApiAuthenticationIntegrationWithClientCredentialsShowOutputList ext } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials} */ export class ApiAuthenticationIntegrationWithClientCredentials extends cdktf.TerraformResource { @@ -1420,7 +1420,7 @@ export class ApiAuthenticationIntegrationWithClientCredentials extends cdktf.Ter * Generates CDKTF code for importing a ApiAuthenticationIntegrationWithClientCredentials 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 ApiAuthenticationIntegrationWithClientCredentials to import - * @param importFromId The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ApiAuthenticationIntegrationWithClientCredentials that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ApiAuthenticationIntegrationWithClientCredentials to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1432,7 +1432,7 @@ export class ApiAuthenticationIntegrationWithClientCredentials extends cdktf.Ter // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_client_credentials snowflake_api_authentication_integration_with_client_credentials} 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 @@ -1443,7 +1443,7 @@ export class ApiAuthenticationIntegrationWithClientCredentials extends cdktf.Ter terraformResourceType: 'snowflake_api_authentication_integration_with_client_credentials', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/api-authentication-integration-with-jwt-bearer/README.md b/src/api-authentication-integration-with-jwt-bearer/README.md index ae755710e..fa3be823b 100644 --- a/src/api-authentication-integration-with-jwt-bearer/README.md +++ b/src/api-authentication-integration-with-jwt-bearer/README.md @@ -1,3 +1,3 @@ # `snowflake_api_authentication_integration_with_jwt_bearer` -Refer to the Terraform Registry for docs: [`snowflake_api_authentication_integration_with_jwt_bearer`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer). +Refer to the Terraform Registry for docs: [`snowflake_api_authentication_integration_with_jwt_bearer`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer). diff --git a/src/api-authentication-integration-with-jwt-bearer/index.ts b/src/api-authentication-integration-with-jwt-bearer/index.ts index 47cb96113..aa47d7f55 100644 --- a/src/api-authentication-integration-with-jwt-bearer/index.ts +++ b/src/api-authentication-integration-with-jwt-bearer/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ApiAuthenticationIntegrationWithJwtBearerConfig extends cdktf.T /** * Specifies a comment for the integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#comment ApiAuthenticationIntegrationWithJwtBearer#comment} */ readonly comment?: string; /** * Specifies whether this security integration is enabled or disabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#enabled ApiAuthenticationIntegrationWithJwtBearer#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#id ApiAuthenticationIntegrationWithJwtBearer#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,53 +34,53 @@ export interface ApiAuthenticationIntegrationWithJwtBearerConfig extends cdktf.T /** * Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#name ApiAuthenticationIntegrationWithJwtBearer#name} */ readonly name: string; /** * Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_access_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_access_token_validity} */ readonly oauthAccessTokenValidity?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_assertion_issuer ApiAuthenticationIntegrationWithJwtBearer#oauth_assertion_issuer} */ readonly oauthAssertionIssuer: string; /** * Specifies the URL for authenticating to the external service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_authorization_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_authorization_endpoint} */ readonly oauthAuthorizationEndpoint?: string; /** * Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_auth_method ApiAuthenticationIntegrationWithJwtBearer#oauth_client_auth_method} */ readonly oauthClientAuthMethod?: string; /** * Specifies the client ID for the OAuth application in the external service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_id ApiAuthenticationIntegrationWithJwtBearer#oauth_client_id} */ readonly oauthClientId: string; /** * Specifies the client secret for the OAuth application in the ServiceNow instance from the previous step. The connector uses this to request an access token from the ServiceNow instance. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_client_secret ApiAuthenticationIntegrationWithJwtBearer#oauth_client_secret} */ readonly oauthClientSecret: string; /** * Specifies the value to determine the validity of the refresh token obtained from the OAuth server. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_refresh_token_validity ApiAuthenticationIntegrationWithJwtBearer#oauth_refresh_token_validity} */ readonly oauthRefreshTokenValidity?: number; /** * Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#oauth_token_endpoint ApiAuthenticationIntegrationWithJwtBearer#oauth_token_endpoint} */ readonly oauthTokenEndpoint?: string; } @@ -1408,7 +1408,7 @@ export class ApiAuthenticationIntegrationWithJwtBearerShowOutputList extends cdk } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer} */ export class ApiAuthenticationIntegrationWithJwtBearer extends cdktf.TerraformResource { @@ -1424,7 +1424,7 @@ export class ApiAuthenticationIntegrationWithJwtBearer extends cdktf.TerraformRe * Generates CDKTF code for importing a ApiAuthenticationIntegrationWithJwtBearer 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 ApiAuthenticationIntegrationWithJwtBearer to import - * @param importFromId The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ApiAuthenticationIntegrationWithJwtBearer that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ApiAuthenticationIntegrationWithJwtBearer to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1436,7 +1436,7 @@ export class ApiAuthenticationIntegrationWithJwtBearer extends cdktf.TerraformRe // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_authentication_integration_with_jwt_bearer snowflake_api_authentication_integration_with_jwt_bearer} 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 @@ -1447,7 +1447,7 @@ export class ApiAuthenticationIntegrationWithJwtBearer extends cdktf.TerraformRe terraformResourceType: 'snowflake_api_authentication_integration_with_jwt_bearer', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/api-integration/README.md b/src/api-integration/README.md index a6abd4421..7d986633d 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/1.0.1/docs/resources/api_integration). +Refer to the Terraform Registry for docs: [`snowflake_api_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration). diff --git a/src/api-integration/index.ts b/src/api-integration/index.ts index a6c08ab47..9f8a2bdbd 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/1.0.1/docs/resources/api_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#api_allowed_prefixes ApiIntegration#api_allowed_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#api_blocked_prefixes ApiIntegration#api_blocked_prefixes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#api_key ApiIntegration#api_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#api_provider ApiIntegration#api_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration#azure_tenant_id ApiIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#comment ApiIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#enabled ApiIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#google_audience ApiIntegration#google_audience} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#id ApiIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/api_integration#name ApiIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/api_integration#name ApiIntegration#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/api_integration snowflake_api_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/api_integration snowflake_api_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/authentication-policy/README.md b/src/authentication-policy/README.md index e6ffec629..4218ca6fc 100644 --- a/src/authentication-policy/README.md +++ b/src/authentication-policy/README.md @@ -1,3 +1,3 @@ # `snowflake_authentication_policy` -Refer to the Terraform Registry for docs: [`snowflake_authentication_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy). +Refer to the Terraform Registry for docs: [`snowflake_authentication_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy). diff --git a/src/authentication-policy/index.ts b/src/authentication-policy/index.ts index cded3935c..221e6fa46 100644 --- a/src/authentication-policy/index.ts +++ b/src/authentication-policy/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface AuthenticationPolicyConfig extends cdktf.TerraformMetaArguments /** * A list of authentication methods that are allowed during login. This parameter accepts one or more of the following values: `ALL` | `SAML` | `PASSWORD` | `OAUTH` | `KEYPAIR` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#authentication_methods AuthenticationPolicy#authentication_methods} */ readonly authenticationMethods?: string[]; /** * A list of clients that can authenticate with Snowflake. If a client tries to connect, and the client is not one of the valid CLIENT_TYPES, then the login attempt fails. Allowed values are `ALL` | `SNOWFLAKE_UI` | `DRIVERS` | `SNOWSQL`. The CLIENT_TYPES property of an authentication policy is a best effort method to block user logins based on specific clients. It should not be used as the sole control to establish a security boundary. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#client_types AuthenticationPolicy#client_types} */ readonly clientTypes?: string[]; /** * Specifies a comment for the authentication policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#comment AuthenticationPolicy#comment} */ readonly comment?: string; /** * The database in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#database AuthenticationPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#database AuthenticationPolicy#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#id AuthenticationPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#id AuthenticationPolicy#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 AuthenticationPolicyConfig extends cdktf.TerraformMetaArguments /** * A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_authentication_methods AuthenticationPolicy#mfa_authentication_methods} */ readonly mfaAuthenticationMethods?: string[]; /** * Determines whether a user must enroll in multi-factor authentication. Allowed values are REQUIRED and OPTIONAL. When REQUIRED is specified, Enforces users to enroll in MFA. If this value is used, then the CLIENT_TYPES parameter must include SNOWFLAKE_UI, because Snowsight is the only place users can enroll in multi-factor authentication (MFA). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#mfa_enrollment AuthenticationPolicy#mfa_enrollment} */ readonly mfaEnrollment?: string; /** * Specifies the identifier for the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#name AuthenticationPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#name AuthenticationPolicy#name} */ readonly name: string; /** * The schema in which to create the authentication policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#schema AuthenticationPolicy#schema} */ readonly schema: string; /** * A list of security integrations the authentication policy is associated with. This parameter has no effect when SAML or OAUTH are not in the AUTHENTICATION_METHODS list. All values in the SECURITY_INTEGRATIONS list must be compatible with the values in the AUTHENTICATION_METHODS list. For example, if SECURITY_INTEGRATIONS contains a SAML security integration, and AUTHENTICATION_METHODS contains OAUTH, then you cannot create the authentication policy. To allow all security integrations use ALL as parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#security_integrations AuthenticationPolicy#security_integrations} */ readonly securityIntegrations?: string[]; } @@ -296,7 +296,7 @@ export class AuthenticationPolicyShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_policy} */ export class AuthenticationPolicy extends cdktf.TerraformResource { @@ -312,7 +312,7 @@ export class AuthenticationPolicy extends cdktf.TerraformResource { * Generates CDKTF code for importing a AuthenticationPolicy 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 AuthenticationPolicy to import - * @param importFromId The id of the existing AuthenticationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing AuthenticationPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the AuthenticationPolicy to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -324,7 +324,7 @@ export class AuthenticationPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/authentication_policy snowflake_authentication_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/authentication_policy snowflake_authentication_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 @@ -335,7 +335,7 @@ export class AuthenticationPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_authentication_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/cortex-search-service/README.md b/src/cortex-search-service/README.md index 3d7f641b6..c552b025f 100644 --- a/src/cortex-search-service/README.md +++ b/src/cortex-search-service/README.md @@ -1,3 +1,3 @@ # `snowflake_cortex_search_service` -Refer to the Terraform Registry for docs: [`snowflake_cortex_search_service`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service). +Refer to the Terraform Registry for docs: [`snowflake_cortex_search_service`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service). diff --git a/src/cortex-search-service/index.ts b/src/cortex-search-service/index.ts index 61ac125f2..9d8e3f3ed 100644 --- a/src/cortex-search-service/index.ts +++ b/src/cortex-search-service/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface CortexSearchServiceConfig extends cdktf.TerraformMetaArguments /** * Specifies the list of columns in the base table to enable filtering on when issuing queries to the service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#attributes CortexSearchService#attributes} */ readonly attributes?: string[]; /** * Specifies a comment for the Cortex search service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#comment CortexSearchService#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#comment CortexSearchService#comment} */ readonly comment?: string; /** * The database in which to create the Cortex search service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#database CortexSearchService#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#database CortexSearchService#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#id CortexSearchService#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#id CortexSearchService#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,53 +40,53 @@ export interface CortexSearchServiceConfig extends cdktf.TerraformMetaArguments /** * Specifies the name of the Cortex search service. The name must be unique for the schema in which the service is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#name CortexSearchService#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#name CortexSearchService#name} */ readonly name: string; /** * Specifies the column to use as the search column for the Cortex search service; must be a text value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#on CortexSearchService#on} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#on CortexSearchService#on} */ readonly on: string; /** * Specifies the query to use to populate the Cortex search service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#query CortexSearchService#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#query CortexSearchService#query} */ readonly query: string; /** * The schema in which to create the Cortex search service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#schema CortexSearchService#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#schema CortexSearchService#schema} */ readonly schema: string; /** * Specifies the maximum target lag time for the Cortex search service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#target_lag CortexSearchService#target_lag} */ readonly targetLag: string; /** * The warehouse in which to create the Cortex search service. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#warehouse CortexSearchService#warehouse} */ readonly warehouse: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#timeouts CortexSearchService#timeouts} */ readonly timeouts?: CortexSearchServiceTimeouts; } export interface CortexSearchServiceTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#create CortexSearchService#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#create CortexSearchService#create} */ readonly create?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#update CortexSearchService#update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#update CortexSearchService#update} */ readonly update?: string; } @@ -209,7 +209,7 @@ export class CortexSearchServiceTimeoutsOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service} */ export class CortexSearchService extends cdktf.TerraformResource { @@ -225,7 +225,7 @@ export class CortexSearchService extends cdktf.TerraformResource { * Generates CDKTF code for importing a CortexSearchService 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 CortexSearchService to import - * @param importFromId The id of the existing CortexSearchService that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing CortexSearchService that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the CortexSearchService to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -237,7 +237,7 @@ export class CortexSearchService extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/cortex_search_service snowflake_cortex_search_service} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/cortex_search_service snowflake_cortex_search_service} 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 @@ -248,7 +248,7 @@ export class CortexSearchService extends cdktf.TerraformResource { terraformResourceType: 'snowflake_cortex_search_service', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-account-roles/README.md b/src/data-snowflake-account-roles/README.md index 05aa49f5b..4ba2f055d 100644 --- a/src/data-snowflake-account-roles/README.md +++ b/src/data-snowflake-account-roles/README.md @@ -1,3 +1,3 @@ # `data_snowflake_account_roles` -Refer to the Terraform Registry for docs: [`data_snowflake_account_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles). +Refer to the Terraform Registry for docs: [`data_snowflake_account_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles). diff --git a/src/data-snowflake-account-roles/index.ts b/src/data-snowflake-account-roles/index.ts index d8a10662f..43b50d636 100644 --- a/src/data-snowflake-account-roles/index.ts +++ b/src/data-snowflake-account-roles/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeAccountRolesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#id DataSnowflakeAccountRoles#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeAccountRolesConfig extends cdktf.TerraformMetaArgu /** * Filters the SHOW GRANTS output by class name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#in_class DataSnowflakeAccountRoles#in_class} */ readonly inClass?: string; /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#like DataSnowflakeAccountRoles#like} */ readonly like?: string; } @@ -230,7 +230,7 @@ export class DataSnowflakeAccountRolesAccountRolesList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_roles} */ export class DataSnowflakeAccountRoles extends cdktf.TerraformDataSource { @@ -246,7 +246,7 @@ export class DataSnowflakeAccountRoles extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeAccountRoles 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 DataSnowflakeAccountRoles to import - * @param importFromId The id of the existing DataSnowflakeAccountRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeAccountRoles that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeAccountRoles to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -258,7 +258,7 @@ export class DataSnowflakeAccountRoles extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/account_roles snowflake_account_roles} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/account_roles snowflake_account_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 @@ -269,7 +269,7 @@ export class DataSnowflakeAccountRoles extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_account_roles', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-accounts/README.md b/src/data-snowflake-accounts/README.md index b886dbed7..9f7e28678 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/1.0.1/docs/data-sources/accounts). +Refer to the Terraform Registry for docs: [`data_snowflake_accounts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts). diff --git a/src/data-snowflake-accounts/index.ts b/src/data-snowflake-accounts/index.ts index 82b1742c3..ba4b8f39d 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/1.0.1/docs/data-sources/accounts +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/accounts#id DataSnowflakeAccounts#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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,13 +22,13 @@ export interface DataSnowflakeAccountsConfig extends cdktf.TerraformMetaArgument /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#like DataSnowflakeAccounts#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#like DataSnowflakeAccounts#like} */ readonly like?: string; /** * Includes dropped accounts that have not yet been deleted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts#with_history DataSnowflakeAccounts#with_history} */ readonly withHistory?: boolean | cdktf.IResolvable; } @@ -325,7 +325,7 @@ export class DataSnowflakeAccountsAccountsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts snowflake_accounts} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/accounts snowflake_accounts} */ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { @@ -341,7 +341,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/1.0.1/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/1.0.2/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) { @@ -353,7 +353,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/accounts snowflake_accounts} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -364,7 +364,7 @@ export class DataSnowflakeAccounts extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_accounts', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-alerts/README.md b/src/data-snowflake-alerts/README.md index df5e27791..898b3a89e 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/1.0.1/docs/data-sources/alerts). +Refer to the Terraform Registry for docs: [`data_snowflake_alerts`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts). diff --git a/src/data-snowflake-alerts/index.ts b/src/data-snowflake-alerts/index.ts index 26f3aa5c3..dbb37a3b4 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/1.0.1/docs/data-sources/alerts +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#database DataSnowflakeAlerts#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/alerts#database DataSnowflakeAlerts#database} */ readonly database?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/alerts#id DataSnowflakeAlerts#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#pattern DataSnowflakeAlerts#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts#schema DataSnowflakeAlerts#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/alerts snowflake_alerts} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/alerts snowflake_alerts} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-connections/README.md b/src/data-snowflake-connections/README.md index 67906e729..ede331754 100644 --- a/src/data-snowflake-connections/README.md +++ b/src/data-snowflake-connections/README.md @@ -1,3 +1,3 @@ # `data_snowflake_connections` -Refer to the Terraform Registry for docs: [`data_snowflake_connections`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections). +Refer to the Terraform Registry for docs: [`data_snowflake_connections`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections). diff --git a/src/data-snowflake-connections/index.ts b/src/data-snowflake-connections/index.ts index c5a654881..26d3a1793 100644 --- a/src/data-snowflake-connections/index.ts +++ b/src/data-snowflake-connections/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeConnectionsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#id DataSnowflakeConnections#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#id DataSnowflakeConnections#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeConnectionsConfig extends cdktf.TerraformMetaArgum /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#like DataSnowflakeConnections#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#like DataSnowflakeConnections#like} */ readonly like?: string; } @@ -234,7 +234,7 @@ export class DataSnowflakeConnectionsConnectionsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections} */ export class DataSnowflakeConnections extends cdktf.TerraformDataSource { @@ -250,7 +250,7 @@ export class DataSnowflakeConnections extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeConnections 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 DataSnowflakeConnections to import - * @param importFromId The id of the existing DataSnowflakeConnections that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeConnections that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeConnections to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -262,7 +262,7 @@ export class DataSnowflakeConnections extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/connections snowflake_connections} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/connections snowflake_connections} 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 @@ -273,7 +273,7 @@ export class DataSnowflakeConnections extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_connections', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-cortex-search-services/README.md b/src/data-snowflake-cortex-search-services/README.md index d88335599..6a2d4accb 100644 --- a/src/data-snowflake-cortex-search-services/README.md +++ b/src/data-snowflake-cortex-search-services/README.md @@ -1,3 +1,3 @@ # `data_snowflake_cortex_search_services` -Refer to the Terraform Registry for docs: [`data_snowflake_cortex_search_services`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services). +Refer to the Terraform Registry for docs: [`data_snowflake_cortex_search_services`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services). diff --git a/src/data-snowflake-cortex-search-services/index.ts b/src/data-snowflake-cortex-search-services/index.ts index cd0c9cd3d..b44c60dba 100644 --- a/src/data-snowflake-cortex-search-services/index.ts +++ b/src/data-snowflake-cortex-search-services/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeCortexSearchServicesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#id DataSnowflakeCortexSearchServices#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeCortexSearchServicesConfig extends cdktf.Terraform /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#like DataSnowflakeCortexSearchServices#like} */ readonly like?: string; /** * Filters the output with **case-sensitive** characters indicating the beginning of the object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#starts_with DataSnowflakeCortexSearchServices#starts_with} */ readonly startsWith?: string; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#in DataSnowflakeCortexSearchServices#in} */ readonly in?: DataSnowflakeCortexSearchServicesIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#limit DataSnowflakeCortexSearchServices#limit} */ readonly limit?: DataSnowflakeCortexSearchServicesLimit; } @@ -143,19 +143,19 @@ export interface DataSnowflakeCortexSearchServicesIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#account DataSnowflakeCortexSearchServices#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/1.0.1/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#database DataSnowflakeCortexSearchServices#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/1.0.1/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#schema DataSnowflakeCortexSearchServices#schema} */ readonly schema?: string; } @@ -299,13 +299,13 @@ export interface DataSnowflakeCortexSearchServicesLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#from DataSnowflakeCortexSearchServices#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#rows DataSnowflakeCortexSearchServices#rows} */ readonly rows: number; } @@ -415,7 +415,7 @@ export class DataSnowflakeCortexSearchServicesLimitOutputReference extends cdktf } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services} */ export class DataSnowflakeCortexSearchServices extends cdktf.TerraformDataSource { @@ -431,7 +431,7 @@ export class DataSnowflakeCortexSearchServices extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataSnowflakeCortexSearchServices 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 DataSnowflakeCortexSearchServices to import - * @param importFromId The id of the existing DataSnowflakeCortexSearchServices that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeCortexSearchServices that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeCortexSearchServices to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -443,7 +443,7 @@ export class DataSnowflakeCortexSearchServices extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/cortex_search_services snowflake_cortex_search_services} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/cortex_search_services snowflake_cortex_search_services} 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 @@ -454,7 +454,7 @@ export class DataSnowflakeCortexSearchServices extends cdktf.TerraformDataSource terraformResourceType: 'snowflake_cortex_search_services', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-current-account/README.md b/src/data-snowflake-current-account/README.md index 11516cab5..48017a25c 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/1.0.1/docs/data-sources/current_account). +Refer to the Terraform Registry for docs: [`data_snowflake_current_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_account). diff --git a/src/data-snowflake-current-account/index.ts b/src/data-snowflake-current-account/index.ts index a8d133e1d..b75c623ef 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/1.0.1/docs/data-sources/current_account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account#id DataSnowflakeCurrentAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_account snowflake_current_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_account snowflake_current_account} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-current-role/README.md b/src/data-snowflake-current-role/README.md index a06ce7079..e55e38d70 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/1.0.1/docs/data-sources/current_role). +Refer to the Terraform Registry for docs: [`data_snowflake_current_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/current_role). diff --git a/src/data-snowflake-current-role/index.ts b/src/data-snowflake-current-role/index.ts index 6ab0c5c37..eefdbd40e 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/1.0.1/docs/data-sources/current_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role#id DataSnowflakeCurrentRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/current_role snowflake_current_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/current_role snowflake_current_role} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-database-role/README.md b/src/data-snowflake-database-role/README.md index bdeb9f0ff..5ae326bcb 100644 --- a/src/data-snowflake-database-role/README.md +++ b/src/data-snowflake-database-role/README.md @@ -1,3 +1,3 @@ # `data_snowflake_database_role` -Refer to the Terraform Registry for docs: [`data_snowflake_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role). +Refer to the Terraform Registry for docs: [`data_snowflake_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role). diff --git a/src/data-snowflake-database-role/index.ts b/src/data-snowflake-database-role/index.ts index e136442c5..f9c08e79e 100644 --- a/src/data-snowflake-database-role/index.ts +++ b/src/data-snowflake-database-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface DataSnowflakeDatabaseRoleConfig extends cdktf.TerraformMetaArgu /** * The database from which to return the database role from. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#database DataSnowflakeDatabaseRole#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#id DataSnowflakeDatabaseRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeDatabaseRoleConfig extends cdktf.TerraformMetaArgu /** * Database role name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role#name DataSnowflakeDatabaseRole#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_role} */ export class DataSnowflakeDatabaseRole extends cdktf.TerraformDataSource { @@ -50,7 +50,7 @@ export class DataSnowflakeDatabaseRole extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeDatabaseRole 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 DataSnowflakeDatabaseRole to import - * @param importFromId The id of the existing DataSnowflakeDatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeDatabaseRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/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 DataSnowflakeDatabaseRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class DataSnowflakeDatabaseRole extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_role snowflake_database_role} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_role snowflake_database_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 @@ -73,7 +73,7 @@ export class DataSnowflakeDatabaseRole extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_database_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-database-roles/README.md b/src/data-snowflake-database-roles/README.md index 086836251..84a9cf383 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/1.0.1/docs/data-sources/database_roles). +Refer to the Terraform Registry for docs: [`data_snowflake_database_roles`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles). diff --git a/src/data-snowflake-database-roles/index.ts b/src/data-snowflake-database-roles/index.ts index 96360860a..3c5f8b9f8 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/1.0.1/docs/data-sources/database_roles +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeDatabaseRolesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#id DataSnowflakeDatabaseRoles#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,19 +22,19 @@ 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/1.0.1/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#in_database DataSnowflakeDatabaseRoles#in_database} */ readonly inDatabase: string; /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#like DataSnowflakeDatabaseRoles#like} */ readonly like?: string; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#limit DataSnowflakeDatabaseRoles#limit} */ readonly limit?: DataSnowflakeDatabaseRolesLimit; } @@ -248,13 +248,13 @@ export interface DataSnowflakeDatabaseRolesLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#from DataSnowflakeDatabaseRoles#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles#rows DataSnowflakeDatabaseRoles#rows} */ readonly rows: number; } @@ -364,7 +364,7 @@ export class DataSnowflakeDatabaseRolesLimitOutputReference extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles snowflake_database_roles} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database_roles snowflake_database_roles} */ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { @@ -380,7 +380,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/1.0.1/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/1.0.2/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) { @@ -392,7 +392,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database_roles snowflake_database_roles} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -403,7 +403,7 @@ export class DataSnowflakeDatabaseRoles extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_database_roles', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-database/README.md b/src/data-snowflake-database/README.md index f266709d8..384abff31 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/1.0.1/docs/data-sources/database). +Refer to the Terraform Registry for docs: [`data_snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database). diff --git a/src/data-snowflake-database/index.ts b/src/data-snowflake-database/index.ts index 1763abcc7..cd6021038 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/1.0.1/docs/data-sources/database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#id DataSnowflakeDatabase#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/database#name DataSnowflakeDatabase#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/database#name DataSnowflakeDatabase#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/database snowflake_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/database snowflake_database} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-databases/README.md b/src/data-snowflake-databases/README.md index a6f81f832..fd12721da 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/1.0.1/docs/data-sources/databases). +Refer to the Terraform Registry for docs: [`data_snowflake_databases`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases). diff --git a/src/data-snowflake-databases/index.ts b/src/data-snowflake-databases/index.ts index eeb89bc71..aab5e9fce 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/1.0.1/docs/data-sources/databases +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeDatabasesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#id DataSnowflakeDatabases#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,31 +22,31 @@ export interface DataSnowflakeDatabasesConfig extends cdktf.TerraformMetaArgumen /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#like DataSnowflakeDatabases#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#like DataSnowflakeDatabases#like} */ readonly like?: string; /** * Filters the output with **case-sensitive** characters indicating the beginning of the object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#starts_with DataSnowflakeDatabases#starts_with} */ readonly startsWith?: string; /** * Runs DESC DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_describe DataSnowflakeDatabases#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * Runs SHOW PARAMETERS FOR DATABASE for each database returned by SHOW DATABASES. The output of describe is saved to the parameters field as a map. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#with_parameters DataSnowflakeDatabases#with_parameters} */ readonly withParameters?: boolean | cdktf.IResolvable; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#limit DataSnowflakeDatabases#limit} */ readonly limit?: DataSnowflakeDatabasesLimit; } @@ -2053,13 +2053,13 @@ export interface DataSnowflakeDatabasesLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#from DataSnowflakeDatabases#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#from DataSnowflakeDatabases#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases#rows DataSnowflakeDatabases#rows} */ readonly rows: number; } @@ -2169,7 +2169,7 @@ export class DataSnowflakeDatabasesLimitOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases snowflake_databases} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/databases snowflake_databases} */ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { @@ -2185,7 +2185,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/1.0.1/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/1.0.2/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) { @@ -2197,7 +2197,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/databases snowflake_databases} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -2208,7 +2208,7 @@ export class DataSnowflakeDatabases extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_databases', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-dynamic-tables/README.md b/src/data-snowflake-dynamic-tables/README.md index b0530b096..c3fe59334 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/1.0.1/docs/data-sources/dynamic_tables). +Refer to the Terraform Registry for docs: [`data_snowflake_dynamic_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/dynamic_tables). diff --git a/src/data-snowflake-dynamic-tables/index.ts b/src/data-snowflake-dynamic-tables/index.ts index 7199f38f0..1c44fc2f2 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/1.0.1/docs/data-sources/dynamic_tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#id DataSnowflakeDynamicTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#starts_with DataSnowflakeDynamicTables#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#in DataSnowflakeDynamicTables#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#like DataSnowflakeDynamicTables#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#limit DataSnowflakeDynamicTables#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#account DataSnowflakeDynamicTables#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#database DataSnowflakeDynamicTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#schema DataSnowflakeDynamicTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#pattern DataSnowflakeDynamicTables#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#from DataSnowflakeDynamicTables#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables#rows DataSnowflakeDynamicTables#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/dynamic_tables snowflake_dynamic_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-external-functions/README.md b/src/data-snowflake-external-functions/README.md index 3e9e58998..2b21fd2be 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/1.0.1/docs/data-sources/external_functions). +Refer to the Terraform Registry for docs: [`data_snowflake_external_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions). diff --git a/src/data-snowflake-external-functions/index.ts b/src/data-snowflake-external-functions/index.ts index 4dff9ecc4..b64f47861 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/1.0.1/docs/data-sources/external_functions +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_functions#database DataSnowflakeExternalFunctions#database} */ readonly database?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_functions#id DataSnowflakeExternalFunctions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions#schema DataSnowflakeExternalFunctions#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_functions snowflake_external_functions} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_functions snowflake_external_functions} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-external-tables/README.md b/src/data-snowflake-external-tables/README.md index 49ccf8d00..67df7930c 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/1.0.1/docs/data-sources/external_tables). +Refer to the Terraform Registry for docs: [`data_snowflake_external_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables). diff --git a/src/data-snowflake-external-tables/index.ts b/src/data-snowflake-external-tables/index.ts index 548802d55..42f0e2e29 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/1.0.1/docs/data-sources/external_tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/external_tables#database DataSnowflakeExternalTables#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/external_tables#id DataSnowflakeExternalTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables#schema DataSnowflakeExternalTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/external_tables snowflake_external_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/external_tables snowflake_external_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-failover-groups/README.md b/src/data-snowflake-failover-groups/README.md index f3fa50c0c..4aeb6526e 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/1.0.1/docs/data-sources/failover_groups). +Refer to the Terraform Registry for docs: [`data_snowflake_failover_groups`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/failover_groups). diff --git a/src/data-snowflake-failover-groups/index.ts b/src/data-snowflake-failover-groups/index.ts index df4ffeec7..799df234c 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/1.0.1/docs/data-sources/failover_groups +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#id DataSnowflakeFailoverGroups#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups#in_account DataSnowflakeFailoverGroups#in_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/failover_groups snowflake_failover_groups} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-file-formats/README.md b/src/data-snowflake-file-formats/README.md index 7f02ea113..e21c5235c 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/1.0.1/docs/data-sources/file_formats). +Refer to the Terraform Registry for docs: [`data_snowflake_file_formats`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats). diff --git a/src/data-snowflake-file-formats/index.ts b/src/data-snowflake-file-formats/index.ts index f00f43ee0..fea0f1b1d 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/1.0.1/docs/data-sources/file_formats +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/file_formats#database DataSnowflakeFileFormats#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/file_formats#id DataSnowflakeFileFormats#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats#schema DataSnowflakeFileFormats#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/file_formats snowflake_file_formats} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/file_formats snowflake_file_formats} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-functions/README.md b/src/data-snowflake-functions/README.md index 538bc9fb8..3a9c77e4e 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/1.0.1/docs/data-sources/functions). +Refer to the Terraform Registry for docs: [`data_snowflake_functions`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions). diff --git a/src/data-snowflake-functions/index.ts b/src/data-snowflake-functions/index.ts index e3faa2324..7161e0d5d 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/1.0.1/docs/data-sources/functions +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#database DataSnowflakeFunctions#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/functions#database DataSnowflakeFunctions#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/functions#id DataSnowflakeFunctions#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions#schema DataSnowflakeFunctions#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/functions snowflake_functions} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/functions snowflake_functions} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-grants/README.md b/src/data-snowflake-grants/README.md index ed3549bde..a6403e383 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/1.0.1/docs/data-sources/grants). +Refer to the Terraform Registry for docs: [`data_snowflake_grants`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants). diff --git a/src/data-snowflake-grants/index.ts b/src/data-snowflake-grants/index.ts index 31c1e6485..3471bcaf6 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/1.0.1/docs/data-sources/grants +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#id DataSnowflakeGrants#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_in DataSnowflakeGrants#future_grants_in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#future_grants_to DataSnowflakeGrants#future_grants_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_of DataSnowflakeGrants#grants_of} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_on DataSnowflakeGrants#grants_on} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#grants_to DataSnowflakeGrants#grants_to} */ readonly grantsTo?: DataSnowflakeGrantsGrantsTo; } @@ -164,13 +164,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/1.0.1/docs/data-sources/grants#database DataSnowflakeGrants#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database DataSnowflakeGrants#database} */ readonly database?: string; /** * Lists all privileges on new (i.e. future) objects of a specified type in the schema granted to a role. Schema must be a fully qualified name ("<db_name>"."<schema_name>"). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#schema DataSnowflakeGrants#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#schema DataSnowflakeGrants#schema} */ readonly schema?: string; } @@ -285,13 +285,13 @@ export interface DataSnowflakeGrantsFutureGrantsTo { /** * Lists all privileges on new (i.e. future) objects of a specified type in a database or schema granted to the account role. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} */ readonly accountRole?: string; /** * Lists all privileges on new (i.e. future) objects granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} */ readonly databaseRole?: string; } @@ -406,25 +406,25 @@ export interface DataSnowflakeGrantsGrantsOf { /** * Lists all users and roles to which the account role has been granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} */ readonly accountRole?: string; /** * Lists all the users and roles to which the application role has been granted. Must be a fully qualified name ("<db_name>"."<database_role_name>"). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} */ readonly applicationRole?: string; /** * Lists all users and roles to which the database role has been granted. Must be a fully qualified name ("<db_name>"."<database_role_name>"). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} */ readonly databaseRole?: 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/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} */ readonly share?: string; } @@ -597,19 +597,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/1.0.1/docs/data-sources/grants#account DataSnowflakeGrants#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#object_name DataSnowflakeGrants#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#object_type DataSnowflakeGrants#object_type} */ readonly objectType?: string; } @@ -753,7 +753,7 @@ export interface DataSnowflakeGrantsGrantsToShare { /** * Lists all of the privileges and roles granted to the specified share. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share_name DataSnowflakeGrants#share_name} */ readonly shareName: string; } @@ -836,37 +836,37 @@ 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/1.0.1/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#account_role DataSnowflakeGrants#account_role} */ readonly accountRole?: string; /** * Lists all the privileges and roles granted to the application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application DataSnowflakeGrants#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application DataSnowflakeGrants#application} */ readonly application?: string; /** * Lists all the privileges and roles granted to the application role. Must be a fully qualified name ("<app_name>"."<app_role_name>"). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#application_role DataSnowflakeGrants#application_role} */ readonly applicationRole?: string; /** * Lists all privileges and roles granted to the database role. Must be a fully qualified name ("<db_name>"."<database_role_name>"). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#database_role DataSnowflakeGrants#database_role} */ readonly databaseRole?: 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/1.0.1/docs/data-sources/grants#user DataSnowflakeGrants#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#user DataSnowflakeGrants#user} */ readonly user?: string; /** * share block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants#share DataSnowflakeGrants#share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants#share DataSnowflakeGrants#share} */ readonly share?: DataSnowflakeGrantsGrantsToShare; } @@ -1095,7 +1095,7 @@ export class DataSnowflakeGrantsGrantsToOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants snowflake_grants} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/grants snowflake_grants} */ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { @@ -1111,7 +1111,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/1.0.1/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/1.0.2/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) { @@ -1123,7 +1123,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/grants snowflake_grants} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -1134,7 +1134,7 @@ export class DataSnowflakeGrants extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_grants', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-masking-policies/README.md b/src/data-snowflake-masking-policies/README.md index 32f9b0c2f..d827cea64 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/1.0.1/docs/data-sources/masking_policies). +Refer to the Terraform Registry for docs: [`data_snowflake_masking_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies). diff --git a/src/data-snowflake-masking-policies/index.ts b/src/data-snowflake-masking-policies/index.ts index e151950c2..e1b2f2458 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/1.0.1/docs/data-sources/masking_policies +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeMaskingPoliciesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#id DataSnowflakeMaskingPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,25 +22,25 @@ export interface DataSnowflakeMaskingPoliciesConfig extends cdktf.TerraformMetaA /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#like DataSnowflakeMaskingPolicies#like} */ readonly like?: string; /** * Runs DESC MASKING POLICY for each masking policy returned by SHOW MASKING POLICIES. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#with_describe DataSnowflakeMaskingPolicies#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#in DataSnowflakeMaskingPolicies#in} */ readonly in?: DataSnowflakeMaskingPoliciesIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#limit DataSnowflakeMaskingPolicies#limit} */ readonly limit?: DataSnowflakeMaskingPoliciesLimit; } @@ -416,31 +416,31 @@ export interface DataSnowflakeMaskingPoliciesIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#account DataSnowflakeMaskingPolicies#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the specified application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application DataSnowflakeMaskingPolicies#application} */ readonly application?: string; /** * Returns records for the specified application package. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#application_package DataSnowflakeMaskingPolicies#application_package} */ readonly applicationPackage?: string; /** * Returns records for the current database in use or for a specified database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#database DataSnowflakeMaskingPolicies#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema. Use fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#schema DataSnowflakeMaskingPolicies#schema} */ readonly schema?: string; } @@ -642,13 +642,13 @@ export interface DataSnowflakeMaskingPoliciesLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#from DataSnowflakeMaskingPolicies#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies#rows DataSnowflakeMaskingPolicies#rows} */ readonly rows: number; } @@ -758,7 +758,7 @@ export class DataSnowflakeMaskingPoliciesLimitOutputReference extends cdktf.Comp } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/masking_policies snowflake_masking_policies} */ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { @@ -774,7 +774,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/1.0.1/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/1.0.2/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) { @@ -786,7 +786,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/masking_policies snowflake_masking_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -797,7 +797,7 @@ export class DataSnowflakeMaskingPolicies extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_masking_policies', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-materialized-views/README.md b/src/data-snowflake-materialized-views/README.md index 8f1950f5d..fc489fdc3 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/1.0.1/docs/data-sources/materialized_views). +Refer to the Terraform Registry for docs: [`data_snowflake_materialized_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views). diff --git a/src/data-snowflake-materialized-views/index.ts b/src/data-snowflake-materialized-views/index.ts index af8a10a1f..92046f372 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/1.0.1/docs/data-sources/materialized_views +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/materialized_views#database DataSnowflakeMaterializedViews#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/materialized_views#id DataSnowflakeMaterializedViews#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views#schema DataSnowflakeMaterializedViews#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/materialized_views snowflake_materialized_views} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-network-policies/README.md b/src/data-snowflake-network-policies/README.md index 0e8bc9769..f05de44e8 100644 --- a/src/data-snowflake-network-policies/README.md +++ b/src/data-snowflake-network-policies/README.md @@ -1,3 +1,3 @@ # `data_snowflake_network_policies` -Refer to the Terraform Registry for docs: [`data_snowflake_network_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies). +Refer to the Terraform Registry for docs: [`data_snowflake_network_policies`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies). diff --git a/src/data-snowflake-network-policies/index.ts b/src/data-snowflake-network-policies/index.ts index a2e1c1ab1..eeb47852a 100644 --- a/src/data-snowflake-network-policies/index.ts +++ b/src/data-snowflake-network-policies/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeNetworkPoliciesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#id DataSnowflakeNetworkPolicies#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeNetworkPoliciesConfig extends cdktf.TerraformMetaA /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#like DataSnowflakeNetworkPolicies#like} */ readonly like?: string; /** * Runs DESC NETWORK POLICY for each network policy returned by SHOW NETWORK POLICIES. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#with_describe DataSnowflakeNetworkPolicies#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; } @@ -311,7 +311,7 @@ export class DataSnowflakeNetworkPoliciesNetworkPoliciesList extends cdktf.Compl } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_policies} */ export class DataSnowflakeNetworkPolicies extends cdktf.TerraformDataSource { @@ -327,7 +327,7 @@ export class DataSnowflakeNetworkPolicies extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeNetworkPolicies 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 DataSnowflakeNetworkPolicies to import - * @param importFromId The id of the existing DataSnowflakeNetworkPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeNetworkPolicies that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeNetworkPolicies to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -339,7 +339,7 @@ export class DataSnowflakeNetworkPolicies extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/network_policies snowflake_network_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/network_policies snowflake_network_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 @@ -350,7 +350,7 @@ export class DataSnowflakeNetworkPolicies extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_network_policies', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-parameters/README.md b/src/data-snowflake-parameters/README.md index e753b161b..8706dd128 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/1.0.1/docs/data-sources/parameters). +Refer to the Terraform Registry for docs: [`data_snowflake_parameters`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/parameters). diff --git a/src/data-snowflake-parameters/index.ts b/src/data-snowflake-parameters/index.ts index 168f132e6..86718fea7 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/1.0.1/docs/data-sources/parameters +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#id DataSnowflakeParameters#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_name DataSnowflakeParameters#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#object_type DataSnowflakeParameters#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#parameter_type DataSnowflakeParameters#parameter_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#pattern DataSnowflakeParameters#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters#user DataSnowflakeParameters#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/parameters snowflake_parameters} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/parameters snowflake_parameters} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-pipes/README.md b/src/data-snowflake-pipes/README.md index 210faff8f..122437ec5 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/1.0.1/docs/data-sources/pipes). +Refer to the Terraform Registry for docs: [`data_snowflake_pipes`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes). diff --git a/src/data-snowflake-pipes/index.ts b/src/data-snowflake-pipes/index.ts index 42f0191a9..1a2f532b7 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/1.0.1/docs/data-sources/pipes +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#database DataSnowflakePipes#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/pipes#database DataSnowflakePipes#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/pipes#id DataSnowflakePipes#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes#schema DataSnowflakePipes#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/pipes snowflake_pipes} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/pipes snowflake_pipes} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-procedures/README.md b/src/data-snowflake-procedures/README.md index 00ed17262..8cdd4b831 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/1.0.1/docs/data-sources/procedures). +Refer to the Terraform Registry for docs: [`data_snowflake_procedures`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures). diff --git a/src/data-snowflake-procedures/index.ts b/src/data-snowflake-procedures/index.ts index 7f3dfc33e..47e386659 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/1.0.1/docs/data-sources/procedures +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#database DataSnowflakeProcedures#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/procedures#database DataSnowflakeProcedures#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/procedures#id DataSnowflakeProcedures#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures#schema DataSnowflakeProcedures#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/procedures snowflake_procedures} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/procedures snowflake_procedures} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-resource-monitors/README.md b/src/data-snowflake-resource-monitors/README.md index 90dd40903..78f120a9e 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/1.0.1/docs/data-sources/resource_monitors). +Refer to the Terraform Registry for docs: [`data_snowflake_resource_monitors`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors). diff --git a/src/data-snowflake-resource-monitors/index.ts b/src/data-snowflake-resource-monitors/index.ts index 3e12da1e5..5c1c151e6 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/1.0.1/docs/data-sources/resource_monitors +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/resource_monitors#id DataSnowflakeResourceMonitors#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,7 +22,7 @@ export interface DataSnowflakeResourceMonitorsConfig extends cdktf.TerraformMeta /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors#like DataSnowflakeResourceMonitors#like} */ readonly like?: string; } @@ -239,7 +239,7 @@ export class DataSnowflakeResourceMonitorsResourceMonitorsList extends cdktf.Com } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/resource_monitors snowflake_resource_monitors} */ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { @@ -255,7 +255,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/1.0.1/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/1.0.2/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) { @@ -267,7 +267,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/resource_monitors snowflake_resource_monitors} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -278,7 +278,7 @@ export class DataSnowflakeResourceMonitors extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_resource_monitors', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-row-access-policies/README.md b/src/data-snowflake-row-access-policies/README.md index b49b8a995..e9c89d761 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/1.0.1/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/1.0.2/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 6ca027308..f83093c3a 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/1.0.1/docs/data-sources/row_access_policies +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeRowAccessPoliciesConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#id DataSnowflakeRowAccessPolicies#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,25 +22,25 @@ export interface DataSnowflakeRowAccessPoliciesConfig extends cdktf.TerraformMet /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#like DataSnowflakeRowAccessPolicies#like} */ readonly like?: string; /** * Runs DESC ROW ACCESS POLICY for each row access policy returned by SHOW ROW ACCESS POLICIES. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#with_describe DataSnowflakeRowAccessPolicies#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#in DataSnowflakeRowAccessPolicies#in} */ readonly in?: DataSnowflakeRowAccessPoliciesIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#limit DataSnowflakeRowAccessPolicies#limit} */ readonly limit?: DataSnowflakeRowAccessPoliciesLimit; } @@ -416,31 +416,31 @@ export interface DataSnowflakeRowAccessPoliciesIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#account DataSnowflakeRowAccessPolicies#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the specified application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application DataSnowflakeRowAccessPolicies#application} */ readonly application?: string; /** * Returns records for the specified application package. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#application_package DataSnowflakeRowAccessPolicies#application_package} */ readonly applicationPackage?: string; /** * Returns records for the current database in use or for a specified database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#database DataSnowflakeRowAccessPolicies#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema. Use fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#schema DataSnowflakeRowAccessPolicies#schema} */ readonly schema?: string; } @@ -642,13 +642,13 @@ export interface DataSnowflakeRowAccessPoliciesLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#from DataSnowflakeRowAccessPolicies#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies#rows DataSnowflakeRowAccessPolicies#rows} */ readonly rows: number; } @@ -758,7 +758,7 @@ export class DataSnowflakeRowAccessPoliciesLimitOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/row_access_policies snowflake_row_access_policies} */ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { @@ -774,7 +774,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/1.0.1/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/1.0.2/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) { @@ -786,7 +786,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/row_access_policies snowflake_row_access_policies} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -797,7 +797,7 @@ export class DataSnowflakeRowAccessPolicies extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_row_access_policies', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-schemas/README.md b/src/data-snowflake-schemas/README.md index 1bdaddd33..63eba7773 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/1.0.1/docs/data-sources/schemas). +Refer to the Terraform Registry for docs: [`data_snowflake_schemas`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas). diff --git a/src/data-snowflake-schemas/index.ts b/src/data-snowflake-schemas/index.ts index 838cdaf30..e28448e14 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/1.0.1/docs/data-sources/schemas +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSchemasConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#id DataSnowflakeSchemas#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,37 +22,37 @@ export interface DataSnowflakeSchemasConfig extends cdktf.TerraformMetaArguments /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#like DataSnowflakeSchemas#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#like DataSnowflakeSchemas#like} */ readonly like?: string; /** * Filters the output with **case-sensitive** characters indicating the beginning of the object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#starts_with DataSnowflakeSchemas#starts_with} */ readonly startsWith?: string; /** * Runs DESC SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_describe DataSnowflakeSchemas#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * Runs SHOW PARAMETERS FOR SCHEMA for each schema returned by SHOW SCHEMAS. The output of describe is saved to the parameters field as a map. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#with_parameters DataSnowflakeSchemas#with_parameters} */ readonly withParameters?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#in DataSnowflakeSchemas#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#in DataSnowflakeSchemas#in} */ readonly in?: DataSnowflakeSchemasIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#limit DataSnowflakeSchemas#limit} */ readonly limit?: DataSnowflakeSchemasLimit; } @@ -2145,25 +2145,25 @@ export interface DataSnowflakeSchemasIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#account DataSnowflakeSchemas#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#account DataSnowflakeSchemas#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the specified application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application DataSnowflakeSchemas#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application DataSnowflakeSchemas#application} */ readonly application?: string; /** * Returns records for the specified application package. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#application_package DataSnowflakeSchemas#application_package} */ readonly applicationPackage?: 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/1.0.1/docs/data-sources/schemas#database DataSnowflakeSchemas#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#database DataSnowflakeSchemas#database} */ readonly database?: string; } @@ -2336,13 +2336,13 @@ export interface DataSnowflakeSchemasLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#from DataSnowflakeSchemas#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#from DataSnowflakeSchemas#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas#rows DataSnowflakeSchemas#rows} */ readonly rows: number; } @@ -2452,7 +2452,7 @@ export class DataSnowflakeSchemasLimitOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas snowflake_schemas} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/schemas snowflake_schemas} */ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { @@ -2468,7 +2468,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/1.0.1/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/1.0.2/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) { @@ -2480,7 +2480,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/schemas snowflake_schemas} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -2491,7 +2491,7 @@ export class DataSnowflakeSchemas extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_schemas', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-secrets/README.md b/src/data-snowflake-secrets/README.md index 35089db21..7b078ef7c 100644 --- a/src/data-snowflake-secrets/README.md +++ b/src/data-snowflake-secrets/README.md @@ -1,3 +1,3 @@ # `data_snowflake_secrets` -Refer to the Terraform Registry for docs: [`data_snowflake_secrets`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets). +Refer to the Terraform Registry for docs: [`data_snowflake_secrets`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets). diff --git a/src/data-snowflake-secrets/index.ts b/src/data-snowflake-secrets/index.ts index 4d018bf3e..78c6437c7 100644 --- a/src/data-snowflake-secrets/index.ts +++ b/src/data-snowflake-secrets/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSecretsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#id DataSnowflakeSecrets#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#id DataSnowflakeSecrets#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeSecretsConfig extends cdktf.TerraformMetaArguments /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#like DataSnowflakeSecrets#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#like DataSnowflakeSecrets#like} */ readonly like?: string; /** * Runs DESC SECRET for each secret returned by SHOW SECRETS. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#with_describe DataSnowflakeSecrets#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#in DataSnowflakeSecrets#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#in DataSnowflakeSecrets#in} */ readonly in?: DataSnowflakeSecretsIn; } @@ -369,31 +369,31 @@ export interface DataSnowflakeSecretsIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#account DataSnowflakeSecrets#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#account DataSnowflakeSecrets#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the specified application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application DataSnowflakeSecrets#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application DataSnowflakeSecrets#application} */ readonly application?: string; /** * Returns records for the specified application package. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#application_package DataSnowflakeSecrets#application_package} */ readonly applicationPackage?: string; /** * Returns records for the current database in use or for a specified database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#database DataSnowflakeSecrets#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#database DataSnowflakeSecrets#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema. Use fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#schema DataSnowflakeSecrets#schema} */ readonly schema?: string; } @@ -593,7 +593,7 @@ export class DataSnowflakeSecretsInOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets} */ export class DataSnowflakeSecrets extends cdktf.TerraformDataSource { @@ -609,7 +609,7 @@ export class DataSnowflakeSecrets extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeSecrets 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 DataSnowflakeSecrets to import - * @param importFromId The id of the existing DataSnowflakeSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSecrets that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSecrets to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -621,7 +621,7 @@ export class DataSnowflakeSecrets extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/secrets snowflake_secrets} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/secrets snowflake_secrets} 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 @@ -632,7 +632,7 @@ export class DataSnowflakeSecrets extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_secrets', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-security-integrations/README.md b/src/data-snowflake-security-integrations/README.md index b231a4012..69a3b0f13 100644 --- a/src/data-snowflake-security-integrations/README.md +++ b/src/data-snowflake-security-integrations/README.md @@ -1,3 +1,3 @@ # `data_snowflake_security_integrations` -Refer to the Terraform Registry for docs: [`data_snowflake_security_integrations`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations). +Refer to the Terraform Registry for docs: [`data_snowflake_security_integrations`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations). diff --git a/src/data-snowflake-security-integrations/index.ts b/src/data-snowflake-security-integrations/index.ts index e59a82205..00c5c2d51 100644 --- a/src/data-snowflake-security-integrations/index.ts +++ b/src/data-snowflake-security-integrations/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeSecurityIntegrationsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#id DataSnowflakeSecurityIntegrations#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeSecurityIntegrationsConfig extends cdktf.Terraform /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#like DataSnowflakeSecurityIntegrations#like} */ readonly like?: string; /** * Runs DESC SECURITY INTEGRATION for each security integration returned by SHOW SECURITY INTEGRATIONS. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#with_describe DataSnowflakeSecurityIntegrations#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; } @@ -5662,7 +5662,7 @@ export class DataSnowflakeSecurityIntegrationsSecurityIntegrationsList extends c } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_integrations} */ export class DataSnowflakeSecurityIntegrations extends cdktf.TerraformDataSource { @@ -5678,7 +5678,7 @@ export class DataSnowflakeSecurityIntegrations extends cdktf.TerraformDataSource * Generates CDKTF code for importing a DataSnowflakeSecurityIntegrations 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 DataSnowflakeSecurityIntegrations to import - * @param importFromId The id of the existing DataSnowflakeSecurityIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeSecurityIntegrations that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeSecurityIntegrations to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -5690,7 +5690,7 @@ export class DataSnowflakeSecurityIntegrations extends cdktf.TerraformDataSource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/security_integrations snowflake_security_integrations} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/security_integrations snowflake_security_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 @@ -5701,7 +5701,7 @@ export class DataSnowflakeSecurityIntegrations extends cdktf.TerraformDataSource terraformResourceType: 'snowflake_security_integrations', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-sequences/README.md b/src/data-snowflake-sequences/README.md index e95ac1f96..cdaf82ba5 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/1.0.1/docs/data-sources/sequences). +Refer to the Terraform Registry for docs: [`data_snowflake_sequences`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences). diff --git a/src/data-snowflake-sequences/index.ts b/src/data-snowflake-sequences/index.ts index a4a4d5467..e1112fcc9 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/1.0.1/docs/data-sources/sequences +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#database DataSnowflakeSequences#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/sequences#database DataSnowflakeSequences#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/sequences#id DataSnowflakeSequences#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences#schema DataSnowflakeSequences#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/sequences snowflake_sequences} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/sequences snowflake_sequences} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-shares/README.md b/src/data-snowflake-shares/README.md index 0053a35a7..f8dccf55c 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/1.0.1/docs/data-sources/shares). +Refer to the Terraform Registry for docs: [`data_snowflake_shares`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/shares). diff --git a/src/data-snowflake-shares/index.ts b/src/data-snowflake-shares/index.ts index bd275f23c..0b3b95000 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/1.0.1/docs/data-sources/shares +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#id DataSnowflakeShares#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares#pattern DataSnowflakeShares#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/shares snowflake_shares} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/shares snowflake_shares} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-stages/README.md b/src/data-snowflake-stages/README.md index ac87a3be8..651b0e14c 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/1.0.1/docs/data-sources/stages). +Refer to the Terraform Registry for docs: [`data_snowflake_stages`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages). diff --git a/src/data-snowflake-stages/index.ts b/src/data-snowflake-stages/index.ts index f57ec8081..05277b0e4 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/1.0.1/docs/data-sources/stages +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#database DataSnowflakeStages#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/stages#database DataSnowflakeStages#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/stages#id DataSnowflakeStages#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages#schema DataSnowflakeStages#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/stages snowflake_stages} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/stages snowflake_stages} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-storage-integrations/README.md b/src/data-snowflake-storage-integrations/README.md index b7cfc4ca3..1965b0b63 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/1.0.1/docs/data-sources/storage_integrations). +Refer to the Terraform Registry for docs: [`data_snowflake_storage_integrations`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/storage_integrations). diff --git a/src/data-snowflake-storage-integrations/index.ts b/src/data-snowflake-storage-integrations/index.ts index 8120b9801..bdbd59842 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/1.0.1/docs/data-sources/storage_integrations +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations#id DataSnowflakeStorageIntegrations#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/storage_integrations snowflake_storage_integrations} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-streamlits/README.md b/src/data-snowflake-streamlits/README.md index 6ebd1643a..864fccf34 100644 --- a/src/data-snowflake-streamlits/README.md +++ b/src/data-snowflake-streamlits/README.md @@ -1,3 +1,3 @@ # `data_snowflake_streamlits` -Refer to the Terraform Registry for docs: [`data_snowflake_streamlits`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits). +Refer to the Terraform Registry for docs: [`data_snowflake_streamlits`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits). diff --git a/src/data-snowflake-streamlits/index.ts b/src/data-snowflake-streamlits/index.ts index 7829c9289..3ba5561ba 100644 --- a/src/data-snowflake-streamlits/index.ts +++ b/src/data-snowflake-streamlits/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeStreamlitsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#id DataSnowflakeStreamlits#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeStreamlitsConfig extends cdktf.TerraformMetaArgume /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#like DataSnowflakeStreamlits#like} */ readonly like?: string; /** * Runs DESC STREAMLIT for each streamlit returned by SHOW STREAMLITS. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#with_describe DataSnowflakeStreamlits#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#in DataSnowflakeStreamlits#in} */ readonly in?: DataSnowflakeStreamlitsIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#limit DataSnowflakeStreamlits#limit} */ readonly limit?: DataSnowflakeStreamlitsLimit; } @@ -375,19 +375,19 @@ export interface DataSnowflakeStreamlitsIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#account DataSnowflakeStreamlits#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#account DataSnowflakeStreamlits#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/1.0.1/docs/data-sources/streamlits#database DataSnowflakeStreamlits#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#database DataSnowflakeStreamlits#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/1.0.1/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#schema DataSnowflakeStreamlits#schema} */ readonly schema?: string; } @@ -531,13 +531,13 @@ export interface DataSnowflakeStreamlitsLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#from DataSnowflakeStreamlits#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#rows DataSnowflakeStreamlits#rows} */ readonly rows: number; } @@ -647,7 +647,7 @@ export class DataSnowflakeStreamlitsLimitOutputReference extends cdktf.ComplexOb } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits} */ export class DataSnowflakeStreamlits extends cdktf.TerraformDataSource { @@ -663,7 +663,7 @@ export class DataSnowflakeStreamlits extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeStreamlits 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 DataSnowflakeStreamlits to import - * @param importFromId The id of the existing DataSnowflakeStreamlits that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeStreamlits that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeStreamlits to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -675,7 +675,7 @@ export class DataSnowflakeStreamlits extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streamlits snowflake_streamlits} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streamlits snowflake_streamlits} 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 @@ -686,7 +686,7 @@ export class DataSnowflakeStreamlits extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_streamlits', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-streams/README.md b/src/data-snowflake-streams/README.md index 1ca9c7963..780e94f16 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/1.0.1/docs/data-sources/streams). +Refer to the Terraform Registry for docs: [`data_snowflake_streams`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams). diff --git a/src/data-snowflake-streams/index.ts b/src/data-snowflake-streams/index.ts index dc5e75526..db96c9b47 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/1.0.1/docs/data-sources/streams +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeStreamsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#id DataSnowflakeStreams#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,31 +22,31 @@ export interface DataSnowflakeStreamsConfig extends cdktf.TerraformMetaArguments /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#like DataSnowflakeStreams#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#like DataSnowflakeStreams#like} */ readonly like?: string; /** * Filters the output with **case-sensitive** characters indicating the beginning of the object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#starts_with DataSnowflakeStreams#starts_with} */ readonly startsWith?: string; /** * Runs DESC STREAM for each user returned by SHOW STREAMS. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#with_describe DataSnowflakeStreams#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#in DataSnowflakeStreams#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#in DataSnowflakeStreams#in} */ readonly in?: DataSnowflakeStreamsIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#limit DataSnowflakeStreams#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#limit DataSnowflakeStreams#limit} */ readonly limit?: DataSnowflakeStreamsLimit; } @@ -426,31 +426,31 @@ export interface DataSnowflakeStreamsIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#account DataSnowflakeStreams#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#account DataSnowflakeStreams#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the specified application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application DataSnowflakeStreams#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application DataSnowflakeStreams#application} */ readonly application?: string; /** * Returns records for the specified application package. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#application_package DataSnowflakeStreams#application_package} */ readonly applicationPackage?: string; /** * Returns records for the current database in use or for a specified database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#database DataSnowflakeStreams#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#database DataSnowflakeStreams#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema. Use fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#schema DataSnowflakeStreams#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#schema DataSnowflakeStreams#schema} */ readonly schema?: string; } @@ -652,13 +652,13 @@ export interface DataSnowflakeStreamsLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#from DataSnowflakeStreams#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#from DataSnowflakeStreams#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams#rows DataSnowflakeStreams#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams#rows DataSnowflakeStreams#rows} */ readonly rows: number; } @@ -768,7 +768,7 @@ export class DataSnowflakeStreamsLimitOutputReference extends cdktf.ComplexObjec } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams snowflake_streams} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/streams snowflake_streams} */ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { @@ -784,7 +784,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/1.0.1/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/1.0.2/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) { @@ -796,7 +796,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/streams snowflake_streams} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -807,7 +807,7 @@ export class DataSnowflakeStreams extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_streams', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, 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 27f3f75b8..e9cf847cd 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/1.0.1/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/1.0.2/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 51de697b4..10b87852e 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/1.0.1/docs/data-sources/system_generate_scim_access_token +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/system_generate_scim_access_token#id DataSnowflakeSystemGenerateScimAccessToken#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, 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 0cc11e8f1..3692a6529 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/1.0.1/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/1.0.2/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 6c401eb46..db9cc5440 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/1.0.1/docs/data-sources/system_get_aws_sns_iam_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, 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 a9a9d2336..70ef00cbe 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/1.0.1/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/1.0.2/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 362c1d4d8..0b6b06675 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/1.0.1/docs/data-sources/system_get_privatelink_config +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config#id DataSnowflakeSystemGetPrivatelinkConfig#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/system_get_privatelink_config snowflake_system_get_privatelink_config} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, 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 612aded07..2cfd34475 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/1.0.1/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/1.0.2/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 1bb074448..ba7230853 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/1.0.1/docs/data-sources/system_get_snowflake_platform_info +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/system_get_snowflake_platform_info#id DataSnowflakeSystemGetSnowflakePlatformInfo#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-tables/README.md b/src/data-snowflake-tables/README.md index cfda02c0c..62b187046 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/1.0.1/docs/data-sources/tables). +Refer to the Terraform Registry for docs: [`data_snowflake_tables`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables). diff --git a/src/data-snowflake-tables/index.ts b/src/data-snowflake-tables/index.ts index 5c5467614..95af599e0 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/1.0.1/docs/data-sources/tables +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#database DataSnowflakeTables#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tables#database DataSnowflakeTables#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tables#id DataSnowflakeTables#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables#schema DataSnowflakeTables#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/tables snowflake_tables} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/data-sources/tables snowflake_tables} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-tags/README.md b/src/data-snowflake-tags/README.md index 34e4f6cae..3db4786ce 100644 --- a/src/data-snowflake-tags/README.md +++ b/src/data-snowflake-tags/README.md @@ -1,3 +1,3 @@ # `data_snowflake_tags` -Refer to the Terraform Registry for docs: [`data_snowflake_tags`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags). +Refer to the Terraform Registry for docs: [`data_snowflake_tags`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags). diff --git a/src/data-snowflake-tags/index.ts b/src/data-snowflake-tags/index.ts index 9de08d52f..29740391f 100644 --- a/src/data-snowflake-tags/index.ts +++ b/src/data-snowflake-tags/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeTagsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#id DataSnowflakeTags#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#id DataSnowflakeTags#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 DataSnowflakeTagsConfig extends cdktf.TerraformMetaArguments { /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#like DataSnowflakeTags#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#like DataSnowflakeTags#like} */ readonly like?: string; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#in DataSnowflakeTags#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#in DataSnowflakeTags#in} */ readonly in?: DataSnowflakeTagsIn; } @@ -222,31 +222,31 @@ export interface DataSnowflakeTagsIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#account DataSnowflakeTags#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#account DataSnowflakeTags#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the specified application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application DataSnowflakeTags#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application DataSnowflakeTags#application} */ readonly application?: string; /** * Returns records for the specified application package. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#application_package DataSnowflakeTags#application_package} */ readonly applicationPackage?: string; /** * Returns records for the current database in use or for a specified database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#database DataSnowflakeTags#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#database DataSnowflakeTags#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema. Use fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#schema DataSnowflakeTags#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#schema DataSnowflakeTags#schema} */ readonly schema?: string; } @@ -446,7 +446,7 @@ export class DataSnowflakeTagsInOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags} */ export class DataSnowflakeTags extends cdktf.TerraformDataSource { @@ -462,7 +462,7 @@ export class DataSnowflakeTags extends cdktf.TerraformDataSource { * Generates CDKTF code for importing a DataSnowflakeTags 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 DataSnowflakeTags to import - * @param importFromId The id of the existing DataSnowflakeTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing DataSnowflakeTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataSnowflakeTags to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -474,7 +474,7 @@ export class DataSnowflakeTags extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tags snowflake_tags} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tags snowflake_tags} 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 @@ -485,7 +485,7 @@ export class DataSnowflakeTags extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_tags', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-tasks/README.md b/src/data-snowflake-tasks/README.md index f6bc9052f..34d676ac1 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/1.0.1/docs/data-sources/tasks). +Refer to the Terraform Registry for docs: [`data_snowflake_tasks`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks). diff --git a/src/data-snowflake-tasks/index.ts b/src/data-snowflake-tasks/index.ts index 381d7009b..201e28aca 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/1.0.1/docs/data-sources/tasks +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeTasksConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#id DataSnowflakeTasks#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,37 +22,37 @@ export interface DataSnowflakeTasksConfig extends cdktf.TerraformMetaArguments { /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#like DataSnowflakeTasks#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#like DataSnowflakeTasks#like} */ readonly like?: string; /** * Filters the command output to return only root tasks (tasks with no predecessors). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#root_only DataSnowflakeTasks#root_only} */ readonly rootOnly?: boolean | cdktf.IResolvable; /** * Filters the output with **case-sensitive** characters indicating the beginning of the object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#starts_with DataSnowflakeTasks#starts_with} */ readonly startsWith?: string; /** * Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#with_parameters DataSnowflakeTasks#with_parameters} */ readonly withParameters?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#in DataSnowflakeTasks#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#in DataSnowflakeTasks#in} */ readonly in?: DataSnowflakeTasksIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#limit DataSnowflakeTasks#limit} */ readonly limit?: DataSnowflakeTasksLimit; } @@ -6336,31 +6336,31 @@ export interface DataSnowflakeTasksIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#account DataSnowflakeTasks#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#account DataSnowflakeTasks#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the specified application. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application DataSnowflakeTasks#application} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application DataSnowflakeTasks#application} */ readonly application?: string; /** * Returns records for the specified application package. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#application_package DataSnowflakeTasks#application_package} */ readonly applicationPackage?: string; /** * Returns records for the current database in use or for a specified database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#database DataSnowflakeTasks#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#database DataSnowflakeTasks#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema. Use fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#schema DataSnowflakeTasks#schema} */ readonly schema?: string; } @@ -6562,13 +6562,13 @@ export interface DataSnowflakeTasksLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#from DataSnowflakeTasks#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#from DataSnowflakeTasks#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks#rows DataSnowflakeTasks#rows} */ readonly rows: number; } @@ -6678,7 +6678,7 @@ export class DataSnowflakeTasksLimitOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks snowflake_tasks} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/tasks snowflake_tasks} */ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { @@ -6694,7 +6694,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/1.0.1/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/1.0.2/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) { @@ -6706,7 +6706,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/tasks snowflake_tasks} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -6717,7 +6717,7 @@ export class DataSnowflakeTasks extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_tasks', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-users/README.md b/src/data-snowflake-users/README.md index be9c3b035..5980e21aa 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/1.0.1/docs/data-sources/users). +Refer to the Terraform Registry for docs: [`data_snowflake_users`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users). diff --git a/src/data-snowflake-users/index.ts b/src/data-snowflake-users/index.ts index 1c84a8099..1009aba25 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/1.0.1/docs/data-sources/users +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/users#id DataSnowflakeUsers#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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,31 +22,31 @@ export interface DataSnowflakeUsersConfig extends cdktf.TerraformMetaArguments { /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#like DataSnowflakeUsers#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#like DataSnowflakeUsers#like} */ readonly like?: string; /** * Filters the output with **case-sensitive** characters indicating the beginning of the object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#starts_with DataSnowflakeUsers#starts_with} */ readonly startsWith?: string; /** * Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_describe DataSnowflakeUsers#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#with_parameters DataSnowflakeUsers#with_parameters} */ readonly withParameters?: boolean | cdktf.IResolvable; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#limit DataSnowflakeUsers#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#limit DataSnowflakeUsers#limit} */ readonly limit?: DataSnowflakeUsersLimit; } @@ -6510,13 +6510,13 @@ export interface DataSnowflakeUsersLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#from DataSnowflakeUsers#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#from DataSnowflakeUsers#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users#rows DataSnowflakeUsers#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users#rows DataSnowflakeUsers#rows} */ readonly rows: number; } @@ -6626,7 +6626,7 @@ export class DataSnowflakeUsersLimitOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users snowflake_users} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/users snowflake_users} */ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { @@ -6642,7 +6642,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/1.0.1/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/1.0.2/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) { @@ -6654,7 +6654,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/users snowflake_users} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -6665,7 +6665,7 @@ export class DataSnowflakeUsers extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_users', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-views/README.md b/src/data-snowflake-views/README.md index 89f20652b..cb414655c 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/1.0.1/docs/data-sources/views). +Refer to the Terraform Registry for docs: [`data_snowflake_views`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views). diff --git a/src/data-snowflake-views/index.ts b/src/data-snowflake-views/index.ts index 55269760a..df5b53312 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/1.0.1/docs/data-sources/views +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,7 +13,7 @@ import * as cdktf from 'cdktf'; export interface DataSnowflakeViewsConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#id DataSnowflakeViews#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,31 +22,31 @@ export interface DataSnowflakeViewsConfig extends cdktf.TerraformMetaArguments { /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#like DataSnowflakeViews#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#like DataSnowflakeViews#like} */ readonly like?: string; /** * Filters the output with **case-sensitive** characters indicating the beginning of the object name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#starts_with DataSnowflakeViews#starts_with} */ readonly startsWith?: string; /** * Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#with_describe DataSnowflakeViews#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * in block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#in DataSnowflakeViews#in} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#in DataSnowflakeViews#in} */ readonly in?: DataSnowflakeViewsIn; /** * limit block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#limit DataSnowflakeViews#limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#limit DataSnowflakeViews#limit} */ readonly limit?: DataSnowflakeViewsLimit; } @@ -401,19 +401,19 @@ export interface DataSnowflakeViewsIn { /** * Returns records for the entire account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#account DataSnowflakeViews#account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#account DataSnowflakeViews#account} */ readonly account?: boolean | cdktf.IResolvable; /** * Returns records for the current database in use or for a specified database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#database DataSnowflakeViews#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#database DataSnowflakeViews#database} */ readonly database?: string; /** * Returns records for the current schema in use or a specified schema. Use fully qualified name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#schema DataSnowflakeViews#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#schema DataSnowflakeViews#schema} */ readonly schema?: string; } @@ -557,13 +557,13 @@ export interface DataSnowflakeViewsLimit { /** * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#from DataSnowflakeViews#from} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#from DataSnowflakeViews#from} */ readonly from?: string; /** * The maximum number of rows to return. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views#rows DataSnowflakeViews#rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views#rows DataSnowflakeViews#rows} */ readonly rows: number; } @@ -673,7 +673,7 @@ export class DataSnowflakeViewsLimitOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views snowflake_views} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/views snowflake_views} */ export class DataSnowflakeViews extends cdktf.TerraformDataSource { @@ -689,7 +689,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/1.0.1/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/1.0.2/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) { @@ -701,7 +701,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/views snowflake_views} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -712,7 +712,7 @@ export class DataSnowflakeViews extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_views', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/data-snowflake-warehouses/README.md b/src/data-snowflake-warehouses/README.md index 7fb74a019..4dfa0b047 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/1.0.1/docs/data-sources/warehouses). +Refer to the Terraform Registry for docs: [`data_snowflake_warehouses`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses). diff --git a/src/data-snowflake-warehouses/index.ts b/src/data-snowflake-warehouses/index.ts index 4d144280e..4e3cc72bd 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/1.0.1/docs/data-sources/warehouses +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/data-sources/warehouses#id DataSnowflakeWarehouses#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -22,19 +22,19 @@ export interface DataSnowflakeWarehousesConfig extends cdktf.TerraformMetaArgume /** * Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#like DataSnowflakeWarehouses#like} */ readonly like?: string; /** * Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_describe DataSnowflakeWarehouses#with_describe} */ readonly withDescribe?: boolean | cdktf.IResolvable; /** * Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the parameters field as a map. By default this value is set to true. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses#with_parameters DataSnowflakeWarehouses#with_parameters} */ readonly withParameters?: boolean | cdktf.IResolvable; } @@ -791,7 +791,7 @@ export class DataSnowflakeWarehousesWarehousesList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses snowflake_warehouses} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/data-sources/warehouses snowflake_warehouses} */ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { @@ -807,7 +807,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/1.0.1/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/1.0.2/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) { @@ -819,7 +819,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/data-sources/warehouses snowflake_warehouses} Data Source + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -830,7 +830,7 @@ export class DataSnowflakeWarehouses extends cdktf.TerraformDataSource { terraformResourceType: 'snowflake_warehouses', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/database-role/README.md b/src/database-role/README.md index 4902aaa91..f3e84c73a 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/1.0.1/docs/resources/database_role). +Refer to the Terraform Registry for docs: [`snowflake_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role). diff --git a/src/database-role/index.ts b/src/database-role/index.ts index 8eea6b5df..3d774fb77 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/1.0.1/docs/resources/database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/database_role#comment DatabaseRole#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#comment DatabaseRole#comment} */ readonly comment?: string; /** * The database in which to create the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#database DatabaseRole#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#database DatabaseRole#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#id DatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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,7 +34,7 @@ export interface DatabaseRoleConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the database role. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role#name DatabaseRole#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role#name DatabaseRole#name} */ readonly name: string; } @@ -170,7 +170,7 @@ export class DatabaseRoleShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role snowflake_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database_role snowflake_database_role} */ export class DatabaseRole extends cdktf.TerraformResource { @@ -186,7 +186,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/1.0.1/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/1.0.2/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) { @@ -198,7 +198,7 @@ export class DatabaseRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database_role snowflake_database_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -209,7 +209,7 @@ export class DatabaseRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/database/README.md b/src/database/README.md index b2d94755c..3192aa29c 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/1.0.1/docs/resources/database). +Refer to the Terraform Registry for docs: [`snowflake_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database). diff --git a/src/database/index.ts b/src/database/index.ts index b43c7381e..ed9011eec 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/1.0.1/docs/resources/database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,47 +15,47 @@ export interface DatabaseConfig extends cdktf.TerraformMetaArguments { /** * The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#catalog Database#catalog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#catalog Database#catalog} */ readonly catalog?: string; /** * Specifies a comment for the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#comment Database#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#comment Database#comment} */ readonly comment?: string; /** * Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the database, as well as specifying the default Time Travel retention time for all schemas created in the database. For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/database#data_retention_time_in_days Database#data_retention_time_in_days} */ readonly dataRetentionTimeInDays?: number; /** * Specifies a default collation specification for all schemas and tables added to the database. It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#default_ddl_collation Database#default_ddl_collation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#default_ddl_collation Database#default_ddl_collation} */ readonly defaultDdlCollation?: string; /** * Specifies whether to drop public schema on creation or not. Modifying the parameter after database is already created won't have any effect. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#drop_public_schema_on_creation Database#drop_public_schema_on_creation} */ readonly dropPublicSchemaOnCreation?: boolean | cdktf.IResolvable; /** * If true, enables stdout/stderr fast path logging for anonymous stored procedures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_console_output Database#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_console_output Database#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#external_volume Database#external_volume} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#external_volume Database#external_volume} */ readonly externalVolume?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#id Database#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -64,85 +64,85 @@ export interface DatabaseConfig extends cdktf.TerraformMetaArguments { /** * Specifies the 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/1.0.1/docs/resources/database#is_transient Database#is_transient} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#is_transient Database#is_transient} */ readonly isTransient?: boolean | cdktf.IResolvable; /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#log_level Database#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#log_level Database#log_level} */ readonly logLevel?: string; /** * Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#max_data_extension_time_in_days Database#max_data_extension_time_in_days} */ readonly maxDataExtensionTimeInDays?: number; /** * Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#name Database#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#name Database#name} */ readonly name: string; /** * If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#quoted_identifiers_ignore_case Database#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replace_invalid_characters Database#replace_invalid_characters} */ readonly replaceInvalidCharacters?: boolean | cdktf.IResolvable; /** * The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#storage_serialization_policy Database#storage_serialization_policy} */ readonly storageSerializationPolicy?: string; /** * How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#suspend_task_after_num_failures Database#suspend_task_after_num_failures} */ readonly suspendTaskAfterNumFailures?: number; /** * Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#task_auto_retry_attempts Database#task_auto_retry_attempts} */ readonly taskAutoRetryAttempts?: number; /** * Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#trace_level Database#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#trace_level Database#trace_level} */ readonly traceLevel?: string; /** * The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_managed_initial_warehouse_size Database#user_task_managed_initial_warehouse_size} */ readonly userTaskManagedInitialWarehouseSize?: string; /** * Minimum amount of time between Triggered Task executions in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_minimum_trigger_interval_in_seconds Database#user_task_minimum_trigger_interval_in_seconds} */ readonly userTaskMinimumTriggerIntervalInSeconds?: number; /** * User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#user_task_timeout_ms Database#user_task_timeout_ms} */ readonly userTaskTimeoutMs?: number; /** * replication block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#replication Database#replication} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#replication Database#replication} */ readonly replication?: DatabaseReplication; } @@ -150,13 +150,13 @@ export interface DatabaseReplicationEnableToAccount { /** * Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"".""`. For more information about this resource, see [docs](./account). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#account_identifier Database#account_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#account_identifier Database#account_identifier} */ readonly accountIdentifier: string; /** * Specifies if failover should be enabled for the specified account identifier * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#with_failover Database#with_failover} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#with_failover Database#with_failover} */ readonly withFailover?: boolean | cdktf.IResolvable; } @@ -300,13 +300,13 @@ export interface DatabaseReplication { /** * Allows replicating data to accounts on lower editions in either of the following scenarios: 1. The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#ignore_edition_check Database#ignore_edition_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#ignore_edition_check Database#ignore_edition_check} */ readonly ignoreEditionCheck?: boolean | cdktf.IResolvable; /** * enable_to_account block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database#enable_to_account Database#enable_to_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database#enable_to_account Database#enable_to_account} */ readonly enableToAccount: DatabaseReplicationEnableToAccount[] | cdktf.IResolvable; } @@ -416,7 +416,7 @@ export class DatabaseReplicationOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database snowflake_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/database snowflake_database} */ export class Database extends cdktf.TerraformResource { @@ -432,7 +432,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/1.0.1/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/1.0.2/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) { @@ -444,7 +444,7 @@ export class Database extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/database snowflake_database} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -455,7 +455,7 @@ export class Database extends cdktf.TerraformResource { terraformResourceType: 'snowflake_database', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/dynamic-table/README.md b/src/dynamic-table/README.md index 8a79392e5..2f7fb1fa1 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/1.0.1/docs/resources/dynamic_table). +Refer to the Terraform Registry for docs: [`snowflake_dynamic_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table). diff --git a/src/dynamic-table/index.ts b/src/dynamic-table/index.ts index 299d05fab..57e5e1dfc 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/1.0.1/docs/resources/dynamic_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#comment DynamicTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#database DynamicTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/dynamic_table#database DynamicTable#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/dynamic_table#id DynamicTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#initialize DynamicTable#initialize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#name DynamicTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#or_replace DynamicTable#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#query DynamicTable#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#refresh_mode DynamicTable#refresh_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#schema DynamicTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#warehouse DynamicTable#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#target_lag DynamicTable#target_lag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#downstream DynamicTable#downstream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table#maximum_duration DynamicTable#maximum_duration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/dynamic_table snowflake_dynamic_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/dynamic_table snowflake_dynamic_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/email-notification-integration/README.md b/src/email-notification-integration/README.md index 34444d5f9..0214f98ae 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/1.0.1/docs/resources/email_notification_integration). +Refer to the Terraform Registry for docs: [`snowflake_email_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration). diff --git a/src/email-notification-integration/index.ts b/src/email-notification-integration/index.ts index 93c165cf1..83c7b6c13 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/1.0.1/docs/resources/email_notification_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#allowed_recipients EmailNotificationIntegration#allowed_recipients} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#comment EmailNotificationIntegration#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration#enabled EmailNotificationIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#id EmailNotificationIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/email_notification_integration#name EmailNotificationIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/email_notification_integration#name EmailNotificationIntegration#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/email_notification_integration snowflake_email_notification_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/email_notification_integration snowflake_email_notification_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/execute/README.md b/src/execute/README.md index a0fea6313..f7359032e 100644 --- a/src/execute/README.md +++ b/src/execute/README.md @@ -1,3 +1,3 @@ # `snowflake_execute` -Refer to the Terraform Registry for docs: [`snowflake_execute`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute). +Refer to the Terraform Registry for docs: [`snowflake_execute`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute). diff --git a/src/execute/index.ts b/src/execute/index.ts index ddc0ce084..94706f6cf 100644 --- a/src/execute/index.ts +++ b/src/execute/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface ExecuteConfig 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/1.0.1/docs/resources/execute#execute Execute#execute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#execute Execute#execute} */ readonly execute: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#id Execute#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#id Execute#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,218 @@ export interface ExecuteConfig extends cdktf.TerraformMetaArguments { /** * Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#query Execute#query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#query Execute#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/1.0.1/docs/resources/execute#revert Execute#revert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#revert Execute#revert} */ readonly revert: string; + /** + * timeouts block + * + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#timeouts Execute#timeouts} + */ + readonly timeouts?: ExecuteTimeouts; +} +export interface ExecuteTimeouts { + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#create Execute#create} + */ + readonly create?: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#delete Execute#delete} + */ + readonly delete?: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#read Execute#read} + */ + readonly read?: string; + /** + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#update Execute#update} + */ + readonly update?: string; +} + +export function executeTimeoutsToTerraform(struct?: ExecuteTimeouts | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + return { + create: cdktf.stringToTerraform(struct!.create), + delete: cdktf.stringToTerraform(struct!.delete), + read: cdktf.stringToTerraform(struct!.read), + update: cdktf.stringToTerraform(struct!.update), + } +} + + +export function executeTimeoutsToHclTerraform(struct?: ExecuteTimeouts | cdktf.IResolvable): any { + if (!cdktf.canInspect(struct) || cdktf.Tokenization.isResolvable(struct)) { return struct; } + if (cdktf.isComplexElement(struct)) { + throw new Error("A complex element was used as configuration, this is not supported: https://cdk.tf/complex-object-as-configuration"); + } + const attrs = { + create: { + value: cdktf.stringToHclTerraform(struct!.create), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + delete: { + value: cdktf.stringToHclTerraform(struct!.delete), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + read: { + value: cdktf.stringToHclTerraform(struct!.read), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + update: { + value: cdktf.stringToHclTerraform(struct!.update), + isBlock: false, + type: "simple", + storageClassType: "string", + }, + }; + + // remove undefined attributes + return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined)); +} + +export class ExecuteTimeoutsOutputReference extends cdktf.ComplexObject { + private isEmptyObject = false; + private resolvableValue?: cdktf.IResolvable; + + /** + * @param terraformResource The parent resource + * @param terraformAttribute The attribute on the parent resource this class is referencing + */ + public constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string) { + super(terraformResource, terraformAttribute, false); + } + + public get internalValue(): ExecuteTimeouts | cdktf.IResolvable | undefined { + if (this.resolvableValue) { + return this.resolvableValue; + } + let hasAnyValues = this.isEmptyObject; + const internalValueResult: any = {}; + if (this._create !== undefined) { + hasAnyValues = true; + internalValueResult.create = this._create; + } + if (this._delete !== undefined) { + hasAnyValues = true; + internalValueResult.delete = this._delete; + } + if (this._read !== undefined) { + hasAnyValues = true; + internalValueResult.read = this._read; + } + if (this._update !== undefined) { + hasAnyValues = true; + internalValueResult.update = this._update; + } + return hasAnyValues ? internalValueResult : undefined; + } + + public set internalValue(value: ExecuteTimeouts | cdktf.IResolvable | undefined) { + if (value === undefined) { + this.isEmptyObject = false; + this.resolvableValue = undefined; + this._create = undefined; + this._delete = undefined; + this._read = undefined; + this._update = undefined; + } + else if (cdktf.Tokenization.isResolvable(value)) { + this.isEmptyObject = false; + this.resolvableValue = value; + } + else { + this.isEmptyObject = Object.keys(value).length === 0; + this.resolvableValue = undefined; + this._create = value.create; + this._delete = value.delete; + this._read = value.read; + this._update = value.update; + } + } + + // create - computed: false, optional: true, required: false + private _create?: string; + public get create() { + return this.getStringAttribute('create'); + } + public set create(value: string) { + this._create = value; + } + public resetCreate() { + this._create = undefined; + } + // Temporarily expose input value. Use with caution. + public get createInput() { + return this._create; + } + + // delete - computed: false, optional: true, required: false + private _delete?: string; + public get delete() { + return this.getStringAttribute('delete'); + } + public set delete(value: string) { + this._delete = value; + } + public resetDelete() { + this._delete = undefined; + } + // Temporarily expose input value. Use with caution. + public get deleteInput() { + return this._delete; + } + + // read - computed: false, optional: true, required: false + private _read?: string; + public get read() { + return this.getStringAttribute('read'); + } + public set read(value: string) { + this._read = value; + } + public resetRead() { + this._read = undefined; + } + // Temporarily expose input value. Use with caution. + public get readInput() { + return this._read; + } + + // update - computed: false, optional: true, required: false + private _update?: string; + public get update() { + return this.getStringAttribute('update'); + } + public set update(value: string) { + this._update = value; + } + public resetUpdate() { + this._update = undefined; + } + // Temporarily expose input value. Use with caution. + public get updateInput() { + return this._update; + } } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute snowflake_execute} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute snowflake_execute} */ export class Execute extends cdktf.TerraformResource { @@ -56,7 +255,7 @@ export class Execute extends cdktf.TerraformResource { * Generates CDKTF code for importing a Execute 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 Execute to import - * @param importFromId The id of the existing Execute that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Execute that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Execute to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +267,7 @@ export class Execute extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/execute snowflake_execute} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/execute snowflake_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 +278,7 @@ export class Execute extends cdktf.TerraformResource { terraformResourceType: 'snowflake_execute', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, @@ -94,6 +293,7 @@ export class Execute extends cdktf.TerraformResource { this._id = config.id; this._query = config.query; this._revert = config.revert; + this._timeouts.internalValue = config.timeouts; } // ========== @@ -164,6 +364,22 @@ export class Execute extends cdktf.TerraformResource { return this._revert; } + // timeouts - computed: false, optional: true, required: false + private _timeouts = new ExecuteTimeoutsOutputReference(this, "timeouts"); + public get timeouts() { + return this._timeouts; + } + public putTimeouts(value: ExecuteTimeouts) { + this._timeouts.internalValue = value; + } + public resetTimeouts() { + this._timeouts.internalValue = undefined; + } + // Temporarily expose input value. Use with caution. + public get timeoutsInput() { + return this._timeouts.internalValue; + } + // ========= // SYNTHESIS // ========= @@ -174,6 +390,7 @@ export class Execute extends cdktf.TerraformResource { id: cdktf.stringToTerraform(this._id), query: cdktf.stringToTerraform(this._query), revert: cdktf.stringToTerraform(this._revert), + timeouts: executeTimeoutsToTerraform(this._timeouts.internalValue), }; } @@ -203,6 +420,12 @@ export class Execute extends cdktf.TerraformResource { type: "simple", storageClassType: "string", }, + timeouts: { + value: executeTimeoutsToHclTerraform(this._timeouts.internalValue), + isBlock: true, + type: "struct", + storageClassType: "ExecuteTimeouts", + }, }; // remove undefined attributes diff --git a/src/external-function/README.md b/src/external-function/README.md index ff923157c..985051f8c 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/1.0.1/docs/resources/external_function). +Refer to the Terraform Registry for docs: [`snowflake_external_function`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function). diff --git a/src/external-function/index.ts b/src/external-function/index.ts index cd6b6a58a..d2919406c 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/1.0.1/docs/resources/external_function +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#api_integration ExternalFunction#api_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#comment ExternalFunction#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#compression ExternalFunction#compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#context_headers ExternalFunction#context_headers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#database ExternalFunction#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_function#database ExternalFunction#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_function#id ExternalFunction#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#max_batch_rows ExternalFunction#max_batch_rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#null_input_behavior ExternalFunction#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#request_translator ExternalFunction#request_translator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#response_translator ExternalFunction#response_translator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_behavior ExternalFunction#return_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_null_allowed ExternalFunction#return_null_allowed} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#return_type ExternalFunction#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#schema ExternalFunction#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/external_function#arg ExternalFunction#arg} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#header ExternalFunction#header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#type ExternalFunction#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#name ExternalFunction#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function#value ExternalFunction#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_function snowflake_external_function} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/external_function snowflake_external_function} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/external-oauth-integration/README.md b/src/external-oauth-integration/README.md index ebb4008ad..703ab90fc 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/1.0.1/docs/resources/external_oauth_integration). +Refer to the Terraform Registry for docs: [`snowflake_external_oauth_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration). diff --git a/src/external-oauth-integration/index.ts b/src/external-oauth-integration/index.ts index ee91115df..0b25f2c09 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/1.0.1/docs/resources/external_oauth_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,95 +15,95 @@ export interface ExternalOauthIntegrationConfig extends cdktf.TerraformMetaArgum /** * Specifies a comment for the OAuth integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#comment ExternalOauthIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#enabled ExternalOauthIntegration#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** * Specifies the list of roles that the client can set as the primary role. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_allowed_roles_list ExternalOauthIntegration#external_oauth_allowed_roles_list} */ readonly externalOauthAllowedRolesList?: string[]; /** * Specifies whether the OAuth client or user can use a role that is not defined in the OAuth access token. Valid values are (case-insensitive): `DISABLE` | `ENABLE` | `ENABLE_FOR_PRIVILEGE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_any_role_mode ExternalOauthIntegration#external_oauth_any_role_mode} */ readonly externalOauthAnyRoleMode?: 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_audience_list ExternalOauthIntegration#external_oauth_audience_list} */ readonly externalOauthAudienceList?: string[]; /** * Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL_OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_blocked_roles_list ExternalOauthIntegration#external_oauth_blocked_roles_list} */ readonly externalOauthBlockedRolesList?: 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/1.0.1/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_issuer ExternalOauthIntegration#external_oauth_issuer} */ readonly externalOauthIssuer: 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. If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_jws_keys_url ExternalOauthIntegration#external_oauth_jws_keys_url} */ readonly externalOauthJwsKeysUrl?: string[]; /** * Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key ExternalOauthIntegration#external_oauth_rsa_public_key} */ readonly externalOauthRsaPublicKey?: string; /** * Specifies a second RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. Used for key rotation. If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_rsa_public_key_2 ExternalOauthIntegration#external_oauth_rsa_public_key_2} */ readonly externalOauthRsaPublicKey2?: string; /** * Specifies the scope delimiter in the authorization token. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_delimiter ExternalOauthIntegration#external_oauth_scope_delimiter} */ readonly externalOauthScopeDelimiter?: string; /** * Specifies the access token claim to map the access token to an account role. If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_scope_mapping_attribute ExternalOauthIntegration#external_oauth_scope_mapping_attribute} */ readonly externalOauthScopeMappingAttribute?: string; /** * Indicates which Snowflake user record attribute should be used to map the access token to a Snowflake user record. Valid values are (case-insensitive): `LOGIN_NAME` | `EMAIL_ADDRESS`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_snowflake_user_mapping_attribute ExternalOauthIntegration#external_oauth_snowflake_user_mapping_attribute} */ readonly externalOauthSnowflakeUserMappingAttribute: string; /** * Specifies the access token claim or claims that can be used to map the access token to a Snowflake user record. If removed from the config, the resource is recreated. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_token_user_mapping_claim ExternalOauthIntegration#external_oauth_token_user_mapping_claim} */ readonly externalOauthTokenUserMappingClaim: 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. Valid values are (case-insensitive): `OKTA` | `AZURE` | `PING_FEDERATE` | `CUSTOM`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#external_oauth_type ExternalOauthIntegration#external_oauth_type} */ readonly externalOauthType: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#id ExternalOauthIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -112,7 +112,7 @@ export interface ExternalOauthIntegrationConfig extends cdktf.TerraformMetaArgum /** * 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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration#name ExternalOauthIntegration#name} */ readonly name: string; } @@ -1707,7 +1707,7 @@ export class ExternalOauthIntegrationShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_oauth_integration snowflake_external_oauth_integration} */ export class ExternalOauthIntegration extends cdktf.TerraformResource { @@ -1723,7 +1723,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/1.0.1/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/1.0.2/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) { @@ -1735,7 +1735,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_oauth_integration snowflake_external_oauth_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -1746,7 +1746,7 @@ export class ExternalOauthIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_oauth_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/external-table/README.md b/src/external-table/README.md index d16a66f0d..c4acab9c8 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/1.0.1/docs/resources/external_table). +Refer to the Terraform Registry for docs: [`snowflake_external_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table). diff --git a/src/external-table/index.ts b/src/external-table/index.ts index ed185004e..8d9da5d0c 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/1.0.1/docs/resources/external_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,98 +15,98 @@ 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/1.0.1/docs/resources/external_table#auto_refresh ExternalTable#auto_refresh} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#aws_sns_topic ExternalTable#aws_sns_topic} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#comment ExternalTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#copy_grants ExternalTable#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#database ExternalTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#file_format ExternalTable#file_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#id ExternalTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. */ readonly id?: string; /** - * Specifies a location for the external table. + * Specifies a location for the external table, using its FQDN. You can hardcode it (`"@MYDB.MYSCHEMA.MYSTAGE"`), or populate dynamically (`"@${snowflake_stage.mystage.fully_qualified_name}"`) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_table#location ExternalTable#location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#partition_by ExternalTable#partition_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#pattern ExternalTable#pattern} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#refresh_on_create ExternalTable#refresh_on_create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#table_format ExternalTable#table_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#column ExternalTable#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#tag ExternalTable#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#as ExternalTable#as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#type ExternalTable#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#database ExternalTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#name ExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#schema ExternalTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table#value ExternalTable#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/external_table snowflake_external_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/external_table snowflake_external_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/external-volume/README.md b/src/external-volume/README.md index 89655e78a..1e7c9e18b 100644 --- a/src/external-volume/README.md +++ b/src/external-volume/README.md @@ -1,3 +1,3 @@ # `snowflake_external_volume` -Refer to the Terraform Registry for docs: [`snowflake_external_volume`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume). +Refer to the Terraform Registry for docs: [`snowflake_external_volume`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume). diff --git a/src/external-volume/index.ts b/src/external-volume/index.ts index 914d9ac73..d4015c203 100644 --- a/src/external-volume/index.ts +++ b/src/external-volume/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ExternalVolumeConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether write operations are allowed for the external volume; must be set to TRUE for Iceberg tables that use Snowflake as the catalog. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#allow_writes ExternalVolume#allow_writes} */ readonly allowWrites?: string; /** * Specifies a comment for the external volume. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#comment ExternalVolume#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#comment ExternalVolume#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#id ExternalVolume#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#id ExternalVolume#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 ExternalVolumeConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the external volume; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#name ExternalVolume#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#name ExternalVolume#name} */ readonly name: string; /** * storage_location block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location ExternalVolume#storage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location ExternalVolume#storage_location} */ readonly storageLocation: ExternalVolumeStorageLocation[] | cdktf.IResolvable; } @@ -228,43 +228,43 @@ export interface ExternalVolumeStorageLocation { /** * Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#azure_tenant_id ExternalVolume#azure_tenant_id} */ readonly azureTenantId?: string; /** * Specifies the ID for the KMS-managed key used to encrypt files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_kms_key_id ExternalVolume#encryption_kms_key_id} */ readonly encryptionKmsKeyId?: string; /** * Specifies the encryption type used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#encryption_type ExternalVolume#encryption_type} */ readonly encryptionType?: string; /** * Specifies the case-sensitive Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_aws_role_arn ExternalVolume#storage_aws_role_arn} */ readonly storageAwsRoleArn?: string; /** * Specifies the base URL for your cloud storage location. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_base_url ExternalVolume#storage_base_url} */ readonly storageBaseUrl: string; /** * Name of the storage location. Must be unique for the external volume. Do not use the name `terraform_provider_sentinel_storage_location` - this is reserved for the provider for performing update operations. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_location_name ExternalVolume#storage_location_name} */ readonly storageLocationName: string; /** * Specifies the cloud storage provider that stores your data files. Valid values are (case-insensitive): `GCS` | `AZURE` | `S3` | `S3GOV`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#storage_provider ExternalVolume#storage_provider} */ readonly storageProvider: string; } @@ -550,7 +550,7 @@ export class ExternalVolumeStorageLocationList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume snowflake_external_volume} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume snowflake_external_volume} */ export class ExternalVolume extends cdktf.TerraformResource { @@ -566,7 +566,7 @@ export class ExternalVolume extends cdktf.TerraformResource { * Generates CDKTF code for importing a ExternalVolume 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 ExternalVolume to import - * @param importFromId The id of the existing ExternalVolume that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ExternalVolume that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ExternalVolume to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -578,7 +578,7 @@ export class ExternalVolume extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/external_volume snowflake_external_volume} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/external_volume snowflake_external_volume} 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 @@ -589,7 +589,7 @@ export class ExternalVolume extends cdktf.TerraformResource { terraformResourceType: 'snowflake_external_volume', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/failover-group/README.md b/src/failover-group/README.md index 5d43127f0..2b63ed1ca 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/1.0.1/docs/resources/failover_group). +Refer to the Terraform Registry for docs: [`snowflake_failover_group`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/failover_group). diff --git a/src/failover-group/index.ts b/src/failover-group/index.ts index caf7d9262..dd9f3fa21 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/1.0.1/docs/resources/failover_group +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_accounts FailoverGroup#allowed_accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_databases FailoverGroup#allowed_databases} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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", "STORAGE INTEGRATIONS", "EXTERNAL ACCESS INTEGRATIONS", "NOTIFICATION INTEGRATIONS" * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/failover_group#allowed_integration_types FailoverGroup#allowed_integration_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#allowed_shares FailoverGroup#allowed_shares} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#id FailoverGroup#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#ignore_edition_check FailoverGroup#ignore_edition_check} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#object_types FailoverGroup#object_types} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#from_replica FailoverGroup#from_replica} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#replication_schedule FailoverGroup#replication_schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#name FailoverGroup#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#organization_name FailoverGroup#organization_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#source_account_name FailoverGroup#source_account_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#expression FailoverGroup#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#time_zone FailoverGroup#time_zone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#interval FailoverGroup#interval} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group#cron FailoverGroup#cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/failover_group snowflake_failover_group} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/failover_group snowflake_failover_group} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/file-format/README.md b/src/file-format/README.md index 6ab02b6bf..05bef56a1 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/1.0.1/docs/resources/file_format). +Refer to the Terraform Registry for docs: [`snowflake_file_format`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/file_format). diff --git a/src/file-format/index.ts b/src/file-format/index.ts index 45431eb0b..fd99449fb 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/1.0.1/docs/resources/file_format +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#allow_duplicate FileFormat#allow_duplicate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#binary_as_text FileFormat#binary_as_text} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#binary_format FileFormat#binary_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#comment FileFormat#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#compression FileFormat#compression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#database FileFormat#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#date_format FileFormat#date_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#disable_auto_convert FileFormat#disable_auto_convert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#disable_snowflake_data FileFormat#disable_snowflake_data} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#enable_octal FileFormat#enable_octal} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#encoding FileFormat#encoding} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#escape FileFormat#escape} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#escape_unenclosed_field FileFormat#escape_unenclosed_field} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#field_delimiter FileFormat#field_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#file_extension FileFormat#file_extension} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#format_type FileFormat#format_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#id FileFormat#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#ignore_utf8_errors FileFormat#ignore_utf8_errors} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#name FileFormat#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#null_if FileFormat#null_if} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#parse_header FileFormat#parse_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#preserve_space FileFormat#preserve_space} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#record_delimiter FileFormat#record_delimiter} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#replace_invalid_characters FileFormat#replace_invalid_characters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#schema FileFormat#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#skip_blank_lines FileFormat#skip_blank_lines} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format#skip_header FileFormat#skip_header} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_null_values FileFormat#strip_null_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_outer_array FileFormat#strip_outer_array} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#strip_outer_element FileFormat#strip_outer_element} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#time_format FileFormat#time_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#timestamp_format FileFormat#timestamp_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format#trim_space FileFormat#trim_space} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/file_format snowflake_file_format} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/file_format snowflake_file_format} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/function-java/README.md b/src/function-java/README.md index 7d30852fe..759cd4b9b 100644 --- a/src/function-java/README.md +++ b/src/function-java/README.md @@ -1,3 +1,3 @@ # `snowflake_function_java` -Refer to the Terraform Registry for docs: [`snowflake_function_java`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java). +Refer to the Terraform Registry for docs: [`snowflake_function_java`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java). diff --git a/src/function-java/index.ts b/src/function-java/index.ts index 5ad50a350..f78a12408 100644 --- a/src/function-java/index.ts +++ b/src/function-java/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface FunctionJavaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#comment FunctionJava#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#comment FunctionJava#comment} */ readonly comment?: string; /** * The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#database FunctionJava#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#database FunctionJava#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#enable_console_output FunctionJava#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#external_access_integrations FunctionJava#external_access_integrations} */ readonly externalAccessIntegrations?: string[]; /** * Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Java source code. For more information, see [Introduction to Java UDFs](https://docs.snowflake.com/en/developer-guide/udf/java/udf-java-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#function_definition FunctionJava#function_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#function_definition FunctionJava#function_definition} */ readonly functionDefinition?: string; /** * The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#handler FunctionJava#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#handler FunctionJava#handler} */ readonly handler: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#id FunctionJava#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#id FunctionJava#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,91 +58,91 @@ export interface FunctionJavaConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#is_secure FunctionJava#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#is_secure FunctionJava#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#log_level FunctionJava#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#log_level FunctionJava#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#metric_level FunctionJava#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#metric_level FunctionJava#metric_level} */ readonly metricLevel?: string; /** * The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#name FunctionJava#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#name FunctionJava#name} */ readonly name: string; /** * Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#null_input_behavior FunctionJava#null_input_behavior} */ readonly nullInputBehavior?: string; /** * The name and version number of Snowflake system packages required as dependencies. The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#packages FunctionJava#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#packages FunctionJava#packages} */ readonly packages?: string[]; /** * Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_results_behavior FunctionJava#return_results_behavior} */ readonly returnResultsBehavior?: string; /** * Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#return_type FunctionJava#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#return_type FunctionJava#return_type} */ readonly returnType: string; /** * Specifies the Java JDK runtime version to use. The supported versions of Java are 11.x and 17.x. If RUNTIME_VERSION is not set, Java JDK 11 is used. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#runtime_version FunctionJava#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#runtime_version FunctionJava#runtime_version} */ readonly runtimeVersion?: string; /** * The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#schema FunctionJava#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#schema FunctionJava#schema} */ readonly schema: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#trace_level FunctionJava#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#trace_level FunctionJava#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arguments FunctionJava#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arguments FunctionJava#arguments} */ readonly arguments?: FunctionJavaArguments[] | cdktf.IResolvable; /** * imports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#imports FunctionJava#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#imports FunctionJava#imports} */ readonly imports?: FunctionJavaImports[] | cdktf.IResolvable; /** * secrets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secrets FunctionJava#secrets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secrets FunctionJava#secrets} */ readonly secrets?: FunctionJavaSecrets[] | cdktf.IResolvable; /** * target_path block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#target_path FunctionJava#target_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#target_path FunctionJava#target_path} */ readonly targetPath?: FunctionJavaTargetPath; } @@ -794,19 +794,19 @@ export interface FunctionJavaArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_data_type FunctionJava#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_default_value FunctionJava#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#arg_name FunctionJava#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#arg_name FunctionJava#arg_name} */ readonly argName: string; } @@ -976,13 +976,13 @@ export interface FunctionJavaImports { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} */ readonly stageLocation: string; } @@ -1123,13 +1123,13 @@ export interface FunctionJavaSecrets { /** * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_id FunctionJava#secret_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_id FunctionJava#secret_id} */ readonly secretId: string; /** * The variable that will be used in handler code when retrieving information from the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#secret_variable_name FunctionJava#secret_variable_name} */ readonly secretVariableName: string; } @@ -1270,13 +1270,13 @@ export interface FunctionJavaTargetPath { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#path_on_stage FunctionJava#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#stage_location FunctionJava#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#stage_location FunctionJava#stage_location} */ readonly stageLocation: string; } @@ -1383,7 +1383,7 @@ export class FunctionJavaTargetPathOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java snowflake_function_java} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java snowflake_function_java} */ export class FunctionJava extends cdktf.TerraformResource { @@ -1399,7 +1399,7 @@ export class FunctionJava extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionJava 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 FunctionJava to import - * @param importFromId The id of the existing FunctionJava that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionJava that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionJava to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1411,7 +1411,7 @@ export class FunctionJava extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_java snowflake_function_java} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_java snowflake_function_java} 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 @@ -1422,7 +1422,7 @@ export class FunctionJava extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function_java', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/function-javascript/README.md b/src/function-javascript/README.md index 4fae51f8c..c7b042c04 100644 --- a/src/function-javascript/README.md +++ b/src/function-javascript/README.md @@ -1,3 +1,3 @@ # `snowflake_function_javascript` -Refer to the Terraform Registry for docs: [`snowflake_function_javascript`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript). +Refer to the Terraform Registry for docs: [`snowflake_function_javascript`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript). diff --git a/src/function-javascript/index.ts b/src/function-javascript/index.ts index 6649f0c4c..93dfcee40 100644 --- a/src/function-javascript/index.ts +++ b/src/function-javascript/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface FunctionJavascriptConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#comment FunctionJavascript#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#comment FunctionJavascript#comment} */ readonly comment?: string; /** * The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#database FunctionJavascript#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#database FunctionJavascript#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#enable_console_output FunctionJavascript#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be JavaScript source code. For more information, see [Introduction to JavaScript UDFs](https://docs.snowflake.com/en/developer-guide/udf/javascript/udf-javascript-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#function_definition FunctionJavascript#function_definition} */ readonly functionDefinition: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#id FunctionJavascript#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#id FunctionJavascript#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,61 +46,61 @@ export interface FunctionJavascriptConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#is_secure FunctionJavascript#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#log_level FunctionJavascript#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#log_level FunctionJavascript#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#metric_level FunctionJavascript#metric_level} */ readonly metricLevel?: string; /** * The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#name FunctionJavascript#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#name FunctionJavascript#name} */ readonly name: string; /** * Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#null_input_behavior FunctionJavascript#null_input_behavior} */ readonly nullInputBehavior?: string; /** * Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_results_behavior FunctionJavascript#return_results_behavior} */ readonly returnResultsBehavior?: string; /** * Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#return_type FunctionJavascript#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#return_type FunctionJavascript#return_type} */ readonly returnType: string; /** * The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#schema FunctionJavascript#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#schema FunctionJavascript#schema} */ readonly schema: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#trace_level FunctionJavascript#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arguments FunctionJavascript#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arguments FunctionJavascript#arguments} */ readonly arguments?: FunctionJavascriptArguments[] | cdktf.IResolvable; } @@ -752,19 +752,19 @@ export interface FunctionJavascriptArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_data_type FunctionJavascript#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_default_value FunctionJavascript#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#arg_name FunctionJavascript#arg_name} */ readonly argName: string; } @@ -932,7 +932,7 @@ export class FunctionJavascriptArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript snowflake_function_javascript} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript snowflake_function_javascript} */ export class FunctionJavascript extends cdktf.TerraformResource { @@ -948,7 +948,7 @@ export class FunctionJavascript extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionJavascript 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 FunctionJavascript to import - * @param importFromId The id of the existing FunctionJavascript that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionJavascript that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionJavascript to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -960,7 +960,7 @@ export class FunctionJavascript extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_javascript snowflake_function_javascript} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_javascript snowflake_function_javascript} 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 @@ -971,7 +971,7 @@ export class FunctionJavascript extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function_javascript', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/function-python/README.md b/src/function-python/README.md index f3d4811c2..c5303bd3b 100644 --- a/src/function-python/README.md +++ b/src/function-python/README.md @@ -1,3 +1,3 @@ # `snowflake_function_python` -Refer to the Terraform Registry for docs: [`snowflake_function_python`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python). +Refer to the Terraform Registry for docs: [`snowflake_function_python`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python). diff --git a/src/function-python/index.ts b/src/function-python/index.ts index 396a8f967..7df9c175d 100644 --- a/src/function-python/index.ts +++ b/src/function-python/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface FunctionPythonConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#comment FunctionPython#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#comment FunctionPython#comment} */ readonly comment?: string; /** * The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#database FunctionPython#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#database FunctionPython#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#enable_console_output FunctionPython#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#external_access_integrations FunctionPython#external_access_integrations} */ readonly externalAccessIntegrations?: string[]; /** * Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Python source code. For more information, see [Introduction to Python UDFs](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#function_definition FunctionPython#function_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#function_definition FunctionPython#function_definition} */ readonly functionDefinition?: string; /** * The name of the handler function or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a function name. If the handler code is in-line with the CREATE FUNCTION statement, you can use the function name alone. When the handler code is referenced at a stage, this value should be qualified with the module name, as in the following form: `my_module.my_function`. If the handler is for a tabular UDF, the HANDLER value should be the name of a handler class. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#handler FunctionPython#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#handler FunctionPython#handler} */ readonly handler: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#id FunctionPython#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#id FunctionPython#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,91 +58,91 @@ export interface FunctionPythonConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the function is an aggregate function. For more information about user-defined aggregate functions, see [Python user-defined aggregate functions](https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-aggregate-functions). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_aggregate FunctionPython#is_aggregate} */ readonly isAggregate?: string; /** * Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#is_secure FunctionPython#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#is_secure FunctionPython#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#log_level FunctionPython#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#log_level FunctionPython#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#metric_level FunctionPython#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#metric_level FunctionPython#metric_level} */ readonly metricLevel?: string; /** * The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#name FunctionPython#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#name FunctionPython#name} */ readonly name: string; /** * Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#null_input_behavior FunctionPython#null_input_behavior} */ readonly nullInputBehavior?: string; /** * The name and version number of packages required as dependencies. The value should be of the form `package_name==version_number`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#packages FunctionPython#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#packages FunctionPython#packages} */ readonly packages?: string[]; /** * Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_results_behavior FunctionPython#return_results_behavior} */ readonly returnResultsBehavior?: string; /** * Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#return_type FunctionPython#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#return_type FunctionPython#return_type} */ readonly returnType: string; /** * Specifies the Python version to use. The supported versions of Python are: 3.9, 3.10, and 3.11. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#runtime_version FunctionPython#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#runtime_version FunctionPython#runtime_version} */ readonly runtimeVersion: string; /** * The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#schema FunctionPython#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#schema FunctionPython#schema} */ readonly schema: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#trace_level FunctionPython#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#trace_level FunctionPython#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arguments FunctionPython#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arguments FunctionPython#arguments} */ readonly arguments?: FunctionPythonArguments[] | cdktf.IResolvable; /** * imports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#imports FunctionPython#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#imports FunctionPython#imports} */ readonly imports?: FunctionPythonImports[] | cdktf.IResolvable; /** * secrets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secrets FunctionPython#secrets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secrets FunctionPython#secrets} */ readonly secrets?: FunctionPythonSecrets[] | cdktf.IResolvable; } @@ -794,19 +794,19 @@ export interface FunctionPythonArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_data_type FunctionPython#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_default_value FunctionPython#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#arg_name FunctionPython#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#arg_name FunctionPython#arg_name} */ readonly argName: string; } @@ -976,13 +976,13 @@ export interface FunctionPythonImports { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#path_on_stage FunctionPython#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#stage_location FunctionPython#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#stage_location FunctionPython#stage_location} */ readonly stageLocation: string; } @@ -1123,13 +1123,13 @@ export interface FunctionPythonSecrets { /** * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_id FunctionPython#secret_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_id FunctionPython#secret_id} */ readonly secretId: string; /** * The variable that will be used in handler code when retrieving information from the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#secret_variable_name FunctionPython#secret_variable_name} */ readonly secretVariableName: string; } @@ -1268,7 +1268,7 @@ export class FunctionPythonSecretsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python snowflake_function_python} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python snowflake_function_python} */ export class FunctionPython extends cdktf.TerraformResource { @@ -1284,7 +1284,7 @@ export class FunctionPython extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionPython 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 FunctionPython to import - * @param importFromId The id of the existing FunctionPython that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionPython that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionPython to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1296,7 +1296,7 @@ export class FunctionPython extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_python snowflake_function_python} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_python snowflake_function_python} 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 @@ -1307,7 +1307,7 @@ export class FunctionPython extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function_python', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/function-scala/README.md b/src/function-scala/README.md index 13d054c22..8e947b72f 100644 --- a/src/function-scala/README.md +++ b/src/function-scala/README.md @@ -1,3 +1,3 @@ # `snowflake_function_scala` -Refer to the Terraform Registry for docs: [`snowflake_function_scala`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala). +Refer to the Terraform Registry for docs: [`snowflake_function_scala`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala). diff --git a/src/function-scala/index.ts b/src/function-scala/index.ts index 2447f17c7..bb2d02df6 100644 --- a/src/function-scala/index.ts +++ b/src/function-scala/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface FunctionScalaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#comment FunctionScala#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#comment FunctionScala#comment} */ readonly comment?: string; /** * The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#database FunctionScala#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#database FunctionScala#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#enable_console_output FunctionScala#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this function’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#external_access_integrations FunctionScala#external_access_integrations} */ readonly externalAccessIntegrations?: string[]; /** * Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be Scala source code. For more information, see [Introduction to Scala UDFs](https://docs.snowflake.com/en/developer-guide/udf/scala/udf-scala-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#function_definition FunctionScala#function_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#function_definition FunctionScala#function_definition} */ readonly functionDefinition?: string; /** * The name of the handler method or class. If the handler is for a scalar UDF, returning a non-tabular value, the HANDLER value should be a method name, as in the following form: `MyClass.myMethod`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#handler FunctionScala#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#handler FunctionScala#handler} */ readonly handler: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#id FunctionScala#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#id FunctionScala#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,91 +58,91 @@ export interface FunctionScalaConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#is_secure FunctionScala#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#is_secure FunctionScala#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#log_level FunctionScala#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#log_level FunctionScala#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#metric_level FunctionScala#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#metric_level FunctionScala#metric_level} */ readonly metricLevel?: string; /** * The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#name FunctionScala#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#name FunctionScala#name} */ readonly name: string; /** * Specifies the behavior of the function when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#null_input_behavior FunctionScala#null_input_behavior} */ readonly nullInputBehavior?: string; /** * The name and version number of Snowflake system packages required as dependencies. The value should be of the form `package_name:version_number`, where `package_name` is `snowflake_domain:package`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#packages FunctionScala#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#packages FunctionScala#packages} */ readonly packages?: string[]; /** * Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_results_behavior FunctionScala#return_results_behavior} */ readonly returnResultsBehavior?: string; /** * Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#return_type FunctionScala#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#return_type FunctionScala#return_type} */ readonly returnType: string; /** * Specifies the Scala runtime version to use. The supported versions of Scala are: 2.12. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#runtime_version FunctionScala#runtime_version} */ readonly runtimeVersion: string; /** * The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#schema FunctionScala#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#schema FunctionScala#schema} */ readonly schema: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#trace_level FunctionScala#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#trace_level FunctionScala#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arguments FunctionScala#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arguments FunctionScala#arguments} */ readonly arguments?: FunctionScalaArguments[] | cdktf.IResolvable; /** * imports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#imports FunctionScala#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#imports FunctionScala#imports} */ readonly imports?: FunctionScalaImports[] | cdktf.IResolvable; /** * secrets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secrets FunctionScala#secrets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secrets FunctionScala#secrets} */ readonly secrets?: FunctionScalaSecrets[] | cdktf.IResolvable; /** * target_path block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#target_path FunctionScala#target_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#target_path FunctionScala#target_path} */ readonly targetPath?: FunctionScalaTargetPath; } @@ -794,19 +794,19 @@ export interface FunctionScalaArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_data_type FunctionScala#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_default_value FunctionScala#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#arg_name FunctionScala#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#arg_name FunctionScala#arg_name} */ readonly argName: string; } @@ -976,13 +976,13 @@ export interface FunctionScalaImports { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} */ readonly stageLocation: string; } @@ -1123,13 +1123,13 @@ export interface FunctionScalaSecrets { /** * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_id FunctionScala#secret_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_id FunctionScala#secret_id} */ readonly secretId: string; /** * The variable that will be used in handler code when retrieving information from the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#secret_variable_name FunctionScala#secret_variable_name} */ readonly secretVariableName: string; } @@ -1270,13 +1270,13 @@ export interface FunctionScalaTargetPath { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#path_on_stage FunctionScala#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#stage_location FunctionScala#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#stage_location FunctionScala#stage_location} */ readonly stageLocation: string; } @@ -1383,7 +1383,7 @@ export class FunctionScalaTargetPathOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala snowflake_function_scala} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala snowflake_function_scala} */ export class FunctionScala extends cdktf.TerraformResource { @@ -1399,7 +1399,7 @@ export class FunctionScala extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionScala 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 FunctionScala to import - * @param importFromId The id of the existing FunctionScala that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionScala that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionScala to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1411,7 +1411,7 @@ export class FunctionScala extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_scala snowflake_function_scala} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_scala snowflake_function_scala} 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 @@ -1422,7 +1422,7 @@ export class FunctionScala extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function_scala', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/function-sql/README.md b/src/function-sql/README.md index 9fbe5599c..6634a8969 100644 --- a/src/function-sql/README.md +++ b/src/function-sql/README.md @@ -1,3 +1,3 @@ # `snowflake_function_sql` -Refer to the Terraform Registry for docs: [`snowflake_function_sql`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql). +Refer to the Terraform Registry for docs: [`snowflake_function_sql`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql). diff --git a/src/function-sql/index.ts b/src/function-sql/index.ts index 5b0661eb6..a0d82260e 100644 --- a/src/function-sql/index.ts +++ b/src/function-sql/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface FunctionSqlConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the function. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#comment FunctionSql#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#comment FunctionSql#comment} */ readonly comment?: string; /** * The database in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#database FunctionSql#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#database FunctionSql#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#enable_console_output FunctionSql#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * Defines the handler code executed when the UDF is called. Wrapping `$$` signs are added by the provider automatically; do not include them. The `function_definition` value must be SQL source code. For more information, see [Introduction to SQL UDFs](https://docs.snowflake.com/en/developer-guide/udf/sql/udf-sql-introduction). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#function_definition FunctionSql#function_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#function_definition FunctionSql#function_definition} */ readonly functionDefinition: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#id FunctionSql#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#id FunctionSql#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 FunctionSqlConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the function is secure. By design, the Snowflake's `SHOW FUNCTIONS` command does not provide information about secure functions (consult [function docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#id1) and [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure)) which is essential to manage/import function with Terraform. Use the role owning the function while managing secure functions. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#is_secure FunctionSql#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#is_secure FunctionSql#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#log_level FunctionSql#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#log_level FunctionSql#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#metric_level FunctionSql#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#metric_level FunctionSql#metric_level} */ readonly metricLevel?: string; /** * The name of the function; the identifier does not need to be unique for the schema in which the function is created because UDFs are identified and resolved by the combination of the name and argument types. Check the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#name FunctionSql#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#name FunctionSql#name} */ readonly name: string; /** * Specifies the behavior of the function when returning results. Valid values are (case-insensitive): `VOLATILE` | `IMMUTABLE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_results_behavior FunctionSql#return_results_behavior} */ readonly returnResultsBehavior?: string; /** * Specifies the results returned by the UDF, which determines the UDF type. Use `` to create a scalar UDF that returns a single value with the specified data type. Use `TABLE (col_name col_data_type, ...)` to creates a table UDF that returns tabular results with the specified table column(s) and column type(s). For the details, consult the [docs](https://docs.snowflake.com/en/sql-reference/sql/create-function#all-languages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#return_type FunctionSql#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#return_type FunctionSql#return_type} */ readonly returnType: string; /** * The schema in which to create the function. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#schema FunctionSql#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#schema FunctionSql#schema} */ readonly schema: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#trace_level FunctionSql#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#trace_level FunctionSql#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arguments FunctionSql#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arguments FunctionSql#arguments} */ readonly arguments?: FunctionSqlArguments[] | cdktf.IResolvable; } @@ -746,19 +746,19 @@ export interface FunctionSqlArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_data_type FunctionSql#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_default_value FunctionSql#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the function definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#arg_name FunctionSql#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#arg_name FunctionSql#arg_name} */ readonly argName: string; } @@ -926,7 +926,7 @@ export class FunctionSqlArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql snowflake_function_sql} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql snowflake_function_sql} */ export class FunctionSql extends cdktf.TerraformResource { @@ -942,7 +942,7 @@ export class FunctionSql extends cdktf.TerraformResource { * Generates CDKTF code for importing a FunctionSql 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 FunctionSql to import - * @param importFromId The id of the existing FunctionSql that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing FunctionSql that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the FunctionSql to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -954,7 +954,7 @@ export class FunctionSql extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/function_sql snowflake_function_sql} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/function_sql snowflake_function_sql} 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 @@ -965,7 +965,7 @@ export class FunctionSql extends cdktf.TerraformResource { terraformResourceType: 'snowflake_function_sql', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/grant-account-role/README.md b/src/grant-account-role/README.md index 42f62a380..6dd488984 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/1.0.1/docs/resources/grant_account_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_account_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role). diff --git a/src/grant-account-role/index.ts b/src/grant-account-role/index.ts index cc4ec3de3..fa9abc705 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/1.0.1/docs/resources/grant_account_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_account_role#id GrantAccountRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#role_name GrantAccountRole#role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./user). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_account_role#user_name GrantAccountRole#user_name} */ readonly userName?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_account_role snowflake_grant_account_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_account_role snowflake_grant_account_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/grant-application-role/README.md b/src/grant-application-role/README.md index 71221ccd9..61367e83f 100644 --- a/src/grant-application-role/README.md +++ b/src/grant-application-role/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_application_role` -Refer to the Terraform Registry for docs: [`snowflake_grant_application_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_application_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role). diff --git a/src/grant-application-role/index.ts b/src/grant-application-role/index.ts index ce6504006..012a5ca94 100644 --- a/src/grant-application-role/index.ts +++ b/src/grant-application-role/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface GrantApplicationRoleConfig extends cdktf.TerraformMetaArguments /** * The fully qualified name of the application on which application role will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_name GrantApplicationRole#application_name} */ readonly applicationName?: string; /** * Specifies the identifier for the application role to grant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#application_role_name GrantApplicationRole#application_role_name} */ readonly applicationRoleName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#id GrantApplicationRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#id GrantApplicationRole#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 GrantApplicationRoleConfig extends cdktf.TerraformMetaArguments /** * The fully qualified name of the account role on which application role will be granted. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#parent_account_role_name GrantApplicationRole#parent_account_role_name} */ readonly parentAccountRoleName?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role snowflake_grant_application_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role snowflake_grant_application_role} */ export class GrantApplicationRole extends cdktf.TerraformResource { @@ -56,7 +56,7 @@ export class GrantApplicationRole extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantApplicationRole 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 GrantApplicationRole to import - * @param importFromId The id of the existing GrantApplicationRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantApplicationRole that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantApplicationRole to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -68,7 +68,7 @@ export class GrantApplicationRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_application_role snowflake_grant_application_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_application_role snowflake_grant_application_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 GrantApplicationRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_application_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/grant-database-role/README.md b/src/grant-database-role/README.md index c17bc74ea..863e1786f 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/1.0.1/docs/resources/grant_database_role). +Refer to the Terraform Registry for docs: [`snowflake_grant_database_role`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role). diff --git a/src/grant-database-role/index.ts b/src/grant-database-role/index.ts index da84b448d..b81a55f74 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/1.0.1/docs/resources/grant_database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./database_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_database_role#id GrantDatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./database_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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. For more information about this resource, see [docs](./share). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_database_role#share_name GrantDatabaseRole#share_name} */ readonly shareName?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_database_role snowflake_grant_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_database_role snowflake_grant_database_role} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/grant-ownership/README.md b/src/grant-ownership/README.md index 9f98526cf..cc3d5f9fa 100644 --- a/src/grant-ownership/README.md +++ b/src/grant-ownership/README.md @@ -1,3 +1,3 @@ # `snowflake_grant_ownership` -Refer to the Terraform Registry for docs: [`snowflake_grant_ownership`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership). +Refer to the Terraform Registry for docs: [`snowflake_grant_ownership`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership). diff --git a/src/grant-ownership/index.ts b/src/grant-ownership/index.ts index 180edc78b..381025ad0 100644 --- a/src/grant-ownership/index.ts +++ b/src/grant-ownership/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface GrantOwnershipConfig extends cdktf.TerraformMetaArguments { /** * The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#account_role_name GrantOwnership#account_role_name} */ readonly accountRoleName?: string; /** * The fully qualified name of the database role to which privileges will be granted. For more information about this resource, see [docs](./database_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#database_role_name GrantOwnership#database_role_name} */ readonly databaseRoleName?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#id GrantOwnership#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#id GrantOwnership#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 GrantOwnershipConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to remove or transfer all existing outbound privileges on the object when ownership is transferred to a new role. Available options are: REVOKE for removing existing privileges and COPY to transfer them with ownership. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#optional-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#outbound_privileges GrantOwnership#outbound_privileges} */ readonly outboundPrivileges?: string; /** * on block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#on GrantOwnership#on} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#on GrantOwnership#on} */ readonly on: GrantOwnershipOn; } @@ -48,19 +48,19 @@ export interface GrantOwnershipOnAll { /** * The fully qualified name of the database. For more information about this resource, see [docs](./database). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} */ readonly inDatabase?: string; /** * The fully qualified name of the schema. For more information about this resource, see [docs](./schema). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} */ readonly inSchema?: string; /** - * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). + * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} */ readonly objectTypePlural: string; } @@ -201,19 +201,19 @@ export interface GrantOwnershipOnFuture { /** * The fully qualified name of the database. For more information about this resource, see [docs](./database). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_database GrantOwnership#in_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_database GrantOwnership#in_database} */ readonly inDatabase?: string; /** * The fully qualified name of the schema. For more information about this resource, see [docs](./schema). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#in_schema GrantOwnership#in_schema} */ readonly inSchema?: string; /** - * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). + * Specifies the type of object in plural form on which you are transferring ownership. Available values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | COMPUTE POOLS | DATA METRIC FUNCTIONS | DATABASES | DATABASE ROLES | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | EXTERNAL VOLUMES | FAILOVER GROUPS | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | IMAGE REPOSITORIES | INTEGRATIONS | MATERIALIZED VIEWS | NETWORK POLICIES | NETWORK RULES | PACKAGES POLICIES | PIPES | PROCEDURES | MASKING POLICIES | PASSWORD POLICIES | PROJECTION POLICIES | REPLICATION GROUPS | RESOURCE MONITORS | ROLES | ROW ACCESS POLICIES | SCHEMAS | SESSION POLICIES | SECRETS | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | USERS | VIEWS | WAREHOUSES. For more information head over to [Snowflake documentation](https://docs.snowflake.com/en/sql-reference/sql/grant-ownership#required-parameters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type_plural GrantOwnership#object_type_plural} */ readonly objectTypePlural: string; } @@ -354,25 +354,25 @@ export interface GrantOwnershipOn { /** * Specifies the identifier for the object on which you are transferring ownership. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_name GrantOwnership#object_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_name GrantOwnership#object_name} */ readonly objectName?: string; /** - * Specifies the type of object on which you are transferring ownership. Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE + * Specifies the type of object on which you are transferring ownership. Available values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | COMPUTE POOL | DATA METRIC FUNCTION | DATABASE | DATABASE ROLE | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | EXTERNAL VOLUME | FAILOVER GROUP | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | ICEBERG TABLE | IMAGE REPOSITORY | INTEGRATION | MATERIALIZED VIEW | NETWORK POLICY | NETWORK RULE | PACKAGES POLICY | PIPE | PROCEDURE | MASKING POLICY | PASSWORD POLICY | PROJECTION POLICY | REPLICATION GROUP | RESOURCE MONITOR | ROLE | ROW ACCESS POLICY | SCHEMA | SESSION POLICY | SECRET | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | USER | VIEW | WAREHOUSE * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#object_type GrantOwnership#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#object_type GrantOwnership#object_type} */ readonly objectType?: string; /** * all block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#all GrantOwnership#all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#all GrantOwnership#all} */ readonly all?: GrantOwnershipOnAll; /** * future block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#future GrantOwnership#future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#future GrantOwnership#future} */ readonly future?: GrantOwnershipOnFuture; } @@ -543,7 +543,7 @@ export class GrantOwnershipOnOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership snowflake_grant_ownership} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership snowflake_grant_ownership} */ export class GrantOwnership extends cdktf.TerraformResource { @@ -559,7 +559,7 @@ export class GrantOwnership extends cdktf.TerraformResource { * Generates CDKTF code for importing a GrantOwnership 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 GrantOwnership to import - * @param importFromId The id of the existing GrantOwnership that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing GrantOwnership that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the GrantOwnership to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -571,7 +571,7 @@ export class GrantOwnership extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_ownership snowflake_grant_ownership} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_ownership snowflake_grant_ownership} 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 @@ -582,7 +582,7 @@ export class GrantOwnership extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_ownership', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/grant-privileges-to-account-role/README.md b/src/grant-privileges-to-account-role/README.md index 5aaf1b8b0..75980ea47 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/1.0.1/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/1.0.2/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 3abf38e41..20367eba1 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/1.0.1/docs/resources/grant_privileges_to_account_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_account_role#id GrantPrivilegesToAccountRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. This field is case-sensitive; use only upper-case privileges. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_account_role#privileges GrantPrivilegesToAccountRole#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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 | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_account_role#all GrantPrivilegesToAccountRole#all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_account_role#future GrantPrivilegesToAccountRole#future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_account_role snowflake_grant_privileges_to_account_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/grant-privileges-to-database-role/README.md b/src/grant-privileges-to-database-role/README.md index a8d716b84..829c7da33 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/1.0.1/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/1.0.2/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 5d6420c15..b586c0f66 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/1.0.1/docs/resources/grant_privileges_to_database_role +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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. For more information about this resource, see [docs](./database_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_database_role#id GrantPrivilegesToDatabaseRole#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./database). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_database_role#privileges GrantPrivilegesToDatabaseRole#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#schema_name GrantPrivilegesToDatabaseRole#schema_name} */ readonly schemaName?: string; } @@ -234,19 +234,19 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#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/1.0.1/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/1.0.2/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: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS | DATASETS. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -387,19 +387,19 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture { /** * The fully qualified name of the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#in_database GrantPrivilegesToDatabaseRole#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/1.0.1/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/1.0.2/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 | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TASKS | VIEWS | DATASETS. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/grant_privileges_to_database_role#object_type_plural GrantPrivilegesToDatabaseRole#object_type_plural} */ readonly objectTypePlural: string; } @@ -540,25 +540,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/1.0.1/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/1.0.2/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: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT | DATASET * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_database_role#all GrantPrivilegesToDatabaseRole#all} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role#future GrantPrivilegesToDatabaseRole#future} */ readonly future?: GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture; } @@ -729,7 +729,7 @@ export class GrantPrivilegesToDatabaseRoleOnSchemaObjectOutputReference extends } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_database_role snowflake_grant_privileges_to_database_role} */ export class GrantPrivilegesToDatabaseRole extends cdktf.TerraformResource { @@ -745,7 +745,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/1.0.1/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/1.0.2/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) { @@ -757,7 +757,7 @@ export class GrantPrivilegesToDatabaseRole extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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 @@ -768,7 +768,7 @@ export class GrantPrivilegesToDatabaseRole extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_privileges_to_database_role', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/grant-privileges-to-share/README.md b/src/grant-privileges-to-share/README.md index dac54a45b..02743737f 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/1.0.1/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/1.0.2/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 d2ee37750..06a3b361f 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/1.0.1/docs/resources/grant_privileges_to_share +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_share#id GrantPrivilegesToShare#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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,61 +22,61 @@ 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/1.0.1/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/1.0.2/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. For more information about this resource, see [docs](./database). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_database GrantPrivilegesToShare#on_database} */ readonly onDatabase?: string; /** * The fully qualified name of the function on which privileges will be granted. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share#on_function GrantPrivilegesToShare#on_function} */ readonly onFunction?: string; /** * The fully qualified name of the schema on which privileges will be granted. For more information about this resource, see [docs](./schema). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_schema GrantPrivilegesToShare#on_schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./table). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_table GrantPrivilegesToShare#on_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./tag). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_tag GrantPrivilegesToShare#on_tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./view). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#on_view GrantPrivilegesToShare#on_view} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_share#privileges GrantPrivilegesToShare#privileges} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. For more information about this resource, see [docs](./share). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share#to_share GrantPrivilegesToShare#to_share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share} */ export class GrantPrivilegesToShare extends cdktf.TerraformResource { @@ -92,7 +92,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/1.0.1/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/1.0.2/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) { @@ -104,7 +104,7 @@ export class GrantPrivilegesToShare extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/grant_privileges_to_share snowflake_grant_privileges_to_share} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -115,7 +115,7 @@ export class GrantPrivilegesToShare extends cdktf.TerraformResource { terraformResourceType: 'snowflake_grant_privileges_to_share', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/legacy-service-user/README.md b/src/legacy-service-user/README.md index 8f593d1fc..94ef82138 100644 --- a/src/legacy-service-user/README.md +++ b/src/legacy-service-user/README.md @@ -1,3 +1,3 @@ # `snowflake_legacy_service_user` -Refer to the Terraform Registry for docs: [`snowflake_legacy_service_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user). +Refer to the Terraform Registry for docs: [`snowflake_legacy_service_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user). diff --git a/src/legacy-service-user/index.ts b/src/legacy-service-user/index.ts index b34d3754b..569654859 100644 --- a/src/legacy-service-user/index.ts +++ b/src/legacy-service-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,179 +15,179 @@ export interface LegacyServiceUserConfig extends cdktf.TerraformMetaArguments { /** * Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#abort_detached_query LegacyServiceUser#abort_detached_query} */ readonly abortDetachedQuery?: boolean | cdktf.IResolvable; /** * Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#autocommit LegacyServiceUser#autocommit} */ readonly autocommit?: boolean | cdktf.IResolvable; /** * The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_input_format LegacyServiceUser#binary_input_format} */ readonly binaryInputFormat?: string; /** * The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#binary_output_format LegacyServiceUser#binary_output_format} */ readonly binaryOutputFormat?: string; /** * Parameter that specifies the maximum amount of memory the JDBC driver or ODBC driver should use for the result set from queries (in MB). For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_memory_limit LegacyServiceUser#client_memory_limit} */ readonly clientMemoryLimit?: number; /** * For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases/schemas to the current database/schema. The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_metadata_request_use_connection_ctx LegacyServiceUser#client_metadata_request_use_connection_ctx} */ readonly clientMetadataRequestUseConnectionCtx?: boolean | cdktf.IResolvable; /** * Parameter that specifies the number of threads used by the client to pre-fetch large result sets. The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_prefetch_threads LegacyServiceUser#client_prefetch_threads} */ readonly clientPrefetchThreads?: number; /** * Parameter that specifies the maximum size of each set (or chunk) of query results to download (in MB). The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_chunk_size LegacyServiceUser#client_result_chunk_size} */ readonly clientResultChunkSize?: number; /** * Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_result_column_case_insensitive LegacyServiceUser#client_result_column_case_insensitive} */ readonly clientResultColumnCaseInsensitive?: boolean | cdktf.IResolvable; /** * Parameter that indicates whether to force a user to log in again after a period of inactivity in the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive LegacyServiceUser#client_session_keep_alive} */ readonly clientSessionKeepAlive?: boolean | cdktf.IResolvable; /** * Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_session_keep_alive_heartbeat_frequency LegacyServiceUser#client_session_keep_alive_heartbeat_frequency} */ readonly clientSessionKeepAliveHeartbeatFrequency?: number; /** * Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#client_timestamp_type_mapping LegacyServiceUser#client_timestamp_type_mapping} */ readonly clientTimestampTypeMapping?: string; /** * Specifies a comment for the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#comment LegacyServiceUser#comment} */ readonly comment?: string; /** * Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_input_format LegacyServiceUser#date_input_format} */ readonly dateInputFormat?: string; /** * Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#date_output_format LegacyServiceUser#date_output_format} */ readonly dateOutputFormat?: string; /** * Specifies the number of days after which the user status is set to `Expired` and the user is no longer allowed to log in. This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#days_to_expiry LegacyServiceUser#days_to_expiry} */ readonly daysToExpiry?: number; /** * Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_namespace LegacyServiceUser#default_namespace} */ readonly defaultNamespace?: string; /** * Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_role LegacyServiceUser#default_role} */ readonly defaultRole?: string; /** * Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_secondary_roles_option LegacyServiceUser#default_secondary_roles_option} */ readonly defaultSecondaryRolesOption?: string; /** * Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#default_warehouse LegacyServiceUser#default_warehouse} */ readonly defaultWarehouse?: string; /** * Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#disabled LegacyServiceUser#disabled} */ readonly disabled?: string; /** * Name displayed for the user in the Snowflake web interface. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#display_name LegacyServiceUser#display_name} */ readonly displayName?: string; /** * Email address for the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#email LegacyServiceUser#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#email LegacyServiceUser#email} */ readonly email?: string; /** * Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unload_physical_type_optimization LegacyServiceUser#enable_unload_physical_type_optimization} */ readonly enableUnloadPhysicalTypeOptimization?: boolean | cdktf.IResolvable; /** * Controls whether query text is redacted if a SQL query fails due to a syntax or parsing error. If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#enable_unredacted_query_syntax_error LegacyServiceUser#enable_unredacted_query_syntax_error} */ readonly enableUnredactedQuerySyntaxError?: boolean | cdktf.IResolvable; /** * Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_merge LegacyServiceUser#error_on_nondeterministic_merge} */ readonly errorOnNondeterministicMerge?: boolean | cdktf.IResolvable; /** * Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#error_on_nondeterministic_update LegacyServiceUser#error_on_nondeterministic_update} */ readonly errorOnNondeterministicUpdate?: boolean | cdktf.IResolvable; /** * Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geography_output_format LegacyServiceUser#geography_output_format} */ readonly geographyOutputFormat?: string; /** * Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#geometry_output_format LegacyServiceUser#geometry_output_format} */ readonly geometryOutputFormat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#id LegacyServiceUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#id LegacyServiceUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -196,271 +196,271 @@ export interface LegacyServiceUserConfig extends cdktf.TerraformMetaArguments { /** * Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_decimal_as_int LegacyServiceUser#jdbc_treat_decimal_as_int} */ readonly jdbcTreatDecimalAsInt?: boolean | cdktf.IResolvable; /** * Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_treat_timestamp_ntz_as_utc LegacyServiceUser#jdbc_treat_timestamp_ntz_as_utc} */ readonly jdbcTreatTimestampNtzAsUtc?: boolean | cdktf.IResolvable; /** * Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#jdbc_use_session_timezone LegacyServiceUser#jdbc_use_session_timezone} */ readonly jdbcUseSessionTimezone?: boolean | cdktf.IResolvable; /** * Specifies the number of blank spaces to indent each new element in JSON output in the session. Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#json_indent LegacyServiceUser#json_indent} */ readonly jsonIndent?: number; /** * Number of seconds to wait while trying to lock a resource, before timing out and aborting the statement. For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#lock_timeout LegacyServiceUser#lock_timeout} */ readonly lockTimeout?: number; /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#log_level LegacyServiceUser#log_level} */ readonly logLevel?: string; /** * The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#login_name LegacyServiceUser#login_name} */ readonly loginName?: string; /** * Specifies the number of minutes until the temporary lock on the user login is cleared. To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#mins_to_unlock LegacyServiceUser#mins_to_unlock} */ readonly minsToUnlock?: number; /** * Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#multi_statement_count LegacyServiceUser#multi_statement_count} */ readonly multiStatementCount?: number; /** * Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#must_change_password LegacyServiceUser#must_change_password} */ readonly mustChangePassword?: string; /** * Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#name LegacyServiceUser#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#name LegacyServiceUser#name} */ readonly name: string; /** * Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#network_policy LegacyServiceUser#network_policy} */ readonly networkPolicy?: string; /** * Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#noorder_sequence_as_default LegacyServiceUser#noorder_sequence_as_default} */ readonly noorderSequenceAsDefault?: boolean | cdktf.IResolvable; /** * Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#odbc_treat_decimal_as_int LegacyServiceUser#odbc_treat_decimal_as_int} */ readonly odbcTreatDecimalAsInt?: boolean | cdktf.IResolvable; /** * Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#password LegacyServiceUser#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#password LegacyServiceUser#password} */ readonly password?: string; /** * Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#prevent_unload_to_internal_stages LegacyServiceUser#prevent_unload_to_internal_stages} */ readonly preventUnloadToInternalStages?: boolean | cdktf.IResolvable; /** * Optional string that can be used to tag queries and other SQL statements executed within a session. The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#query_tag LegacyServiceUser#query_tag} */ readonly queryTag?: string; /** * Specifies whether letters in double-quoted object identifiers are stored and resolved as uppercase letters. By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#quoted_identifiers_ignore_case LegacyServiceUser#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rows_per_resultset LegacyServiceUser#rows_per_resultset} */ readonly rowsPerResultset?: number; /** * 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/1.0.1/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key LegacyServiceUser#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/1.0.1/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#rsa_public_key_2 LegacyServiceUser#rsa_public_key_2} */ readonly rsaPublicKey2?: string; /** * Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#s3_stage_vpce_dns_name LegacyServiceUser#s3_stage_vpce_dns_name} */ readonly s3StageVpceDnsName?: string; /** * Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#search_path LegacyServiceUser#search_path} */ readonly searchPath?: string; /** * Specifies the name of a consumer account to simulate for testing/validating shared data, particularly shared secure views. When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#simulated_data_sharing_consumer LegacyServiceUser#simulated_data_sharing_consumer} */ readonly simulatedDataSharingConsumer?: string; /** * Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_queued_timeout_in_seconds LegacyServiceUser#statement_queued_timeout_in_seconds} */ readonly statementQueuedTimeoutInSeconds?: number; /** * Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#statement_timeout_in_seconds LegacyServiceUser#statement_timeout_in_seconds} */ readonly statementTimeoutInSeconds?: number; /** * This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#strict_json_output LegacyServiceUser#strict_json_output} */ readonly strictJsonOutput?: boolean | cdktf.IResolvable; /** * Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_input_format LegacyServiceUser#time_input_format} */ readonly timeInputFormat?: string; /** * Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#time_output_format LegacyServiceUser#time_output_format} */ readonly timeOutputFormat?: string; /** * Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_day_is_always_24h LegacyServiceUser#timestamp_day_is_always_24h} */ readonly timestampDayIsAlways24H?: boolean | cdktf.IResolvable; /** * Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_input_format LegacyServiceUser#timestamp_input_format} */ readonly timestampInputFormat?: string; /** * Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ltz_output_format LegacyServiceUser#timestamp_ltz_output_format} */ readonly timestampLtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_ntz_output_format LegacyServiceUser#timestamp_ntz_output_format} */ readonly timestampNtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_output_format LegacyServiceUser#timestamp_output_format} */ readonly timestampOutputFormat?: string; /** * Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_type_mapping LegacyServiceUser#timestamp_type_mapping} */ readonly timestampTypeMapping?: string; /** * Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timestamp_tz_output_format LegacyServiceUser#timestamp_tz_output_format} */ readonly timestampTzOutputFormat?: string; /** * Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#timezone LegacyServiceUser#timezone} */ readonly timezone?: string; /** * Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#trace_level LegacyServiceUser#trace_level} */ readonly traceLevel?: string; /** * Specifies the action to perform when a statement issued within a non-autocommit transaction returns with an error. For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_abort_on_error LegacyServiceUser#transaction_abort_on_error} */ readonly transactionAbortOnError?: boolean | cdktf.IResolvable; /** * Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#transaction_default_isolation_level LegacyServiceUser#transaction_default_isolation_level} */ readonly transactionDefaultIsolationLevel?: string; /** * Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#two_digit_century_start LegacyServiceUser#two_digit_century_start} */ readonly twoDigitCenturyStart?: number; /** * Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#unsupported_ddl_action LegacyServiceUser#unsupported_ddl_action} */ readonly unsupportedDdlAction?: string; /** * Specifies whether to reuse persisted query results, if available, when a matching query is submitted. For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#use_cached_result LegacyServiceUser#use_cached_result} */ readonly useCachedResult?: boolean | cdktf.IResolvable; /** * Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_of_year_policy LegacyServiceUser#week_of_year_policy} */ readonly weekOfYearPolicy?: number; /** * Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#week_start LegacyServiceUser#week_start} */ readonly weekStart?: number; } @@ -6604,7 +6604,7 @@ export class LegacyServiceUserShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user snowflake_legacy_service_user} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user snowflake_legacy_service_user} */ export class LegacyServiceUser extends cdktf.TerraformResource { @@ -6620,7 +6620,7 @@ export class LegacyServiceUser extends cdktf.TerraformResource { * Generates CDKTF code for importing a LegacyServiceUser 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 LegacyServiceUser to import - * @param importFromId The id of the existing LegacyServiceUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing LegacyServiceUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the LegacyServiceUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -6632,7 +6632,7 @@ export class LegacyServiceUser extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/legacy_service_user snowflake_legacy_service_user} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/legacy_service_user snowflake_legacy_service_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 @@ -6643,7 +6643,7 @@ export class LegacyServiceUser extends cdktf.TerraformResource { terraformResourceType: 'snowflake_legacy_service_user', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/managed-account/README.md b/src/managed-account/README.md index 01aa80ed6..42b3b1c16 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/1.0.1/docs/resources/managed_account). +Refer to the Terraform Registry for docs: [`snowflake_managed_account`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account). diff --git a/src/managed-account/index.ts b/src/managed-account/index.ts index de4e03840..56f9aaab0 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/1.0.1/docs/resources/managed_account +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#admin_name ManagedAccount#admin_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#admin_name ManagedAccount#admin_name} */ readonly adminName: string; /** * Password for the initial user in the managed account. Check [Snowflake-provided password policy](https://docs.snowflake.com/en/user-guide/admin-user-management#snowflake-provided-password-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#admin_password ManagedAccount#admin_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#comment ManagedAccount#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#comment ManagedAccount#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account#id ManagedAccount#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#name ManagedAccount#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/managed_account#type ManagedAccount#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/managed_account#type ManagedAccount#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/managed_account snowflake_managed_account} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/managed_account snowflake_managed_account} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/masking-policy/README.md b/src/masking-policy/README.md index 026f9d906..b1660e97c 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/1.0.1/docs/resources/masking_policy). +Refer to the Terraform Registry for docs: [`snowflake_masking_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy). diff --git a/src/masking-policy/index.ts b/src/masking-policy/index.ts index affcccb19..54ebe97ac 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/1.0.1/docs/resources/masking_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface MaskingPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies the SQL expression that transforms the data. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#body MaskingPolicy#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#body MaskingPolicy#body} */ readonly body: string; /** * Specifies a comment for the masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#comment MaskingPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#comment MaskingPolicy#comment} */ readonly comment?: string; /** * The database in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#database MaskingPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Due to Snowflake limitations, when value is chenged, the resource is recreated. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#exempt_other_policies MaskingPolicy#exempt_other_policies} */ readonly exemptOtherPolicies?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#id MaskingPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -46,25 +46,25 @@ export interface MaskingPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the masking policy; must be unique for the database and schema in which the masking policy is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} */ readonly name: string; /** * The return data type must match the input data type of the first column that is specified as an input column. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#return_data_type MaskingPolicy#return_data_type} */ readonly returnDataType: string; /** * The schema in which to create the masking policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#schema MaskingPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#schema MaskingPolicy#schema} */ readonly schema: string; /** * argument block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#argument MaskingPolicy#argument} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#argument MaskingPolicy#argument} */ readonly argument: MaskingPolicyArgument[] | cdktf.IResolvable; } @@ -358,13 +358,13 @@ export interface MaskingPolicyArgument { /** * The argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#name MaskingPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#name MaskingPolicy#name} */ readonly name: string; /** * The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy#type MaskingPolicy#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy#type MaskingPolicy#type} */ readonly type: string; } @@ -503,7 +503,7 @@ export class MaskingPolicyArgumentList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy snowflake_masking_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/masking_policy snowflake_masking_policy} */ export class MaskingPolicy extends cdktf.TerraformResource { @@ -519,7 +519,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/1.0.1/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/1.0.2/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) { @@ -531,7 +531,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/masking_policy snowflake_masking_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -542,7 +542,7 @@ export class MaskingPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_masking_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/materialized-view/README.md b/src/materialized-view/README.md index aa36cc582..0d946fa57 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/1.0.1/docs/resources/materialized_view). +Refer to the Terraform Registry for docs: [`snowflake_materialized_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view). diff --git a/src/materialized-view/index.ts b/src/materialized-view/index.ts index aa69fbadf..0d97737e9 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/1.0.1/docs/resources/materialized_view +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#comment MaterializedView#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/materialized_view#database MaterializedView#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/materialized_view#id MaterializedView#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#is_secure MaterializedView#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#or_replace MaterializedView#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#statement MaterializedView#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#warehouse MaterializedView#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#tag MaterializedView#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#database MaterializedView#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#name MaterializedView#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#schema MaterializedView#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view#value MaterializedView#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/materialized_view snowflake_materialized_view} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/materialized_view snowflake_materialized_view} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/network-policy-attachment/README.md b/src/network-policy-attachment/README.md index 1f5646138..a5a6a2147 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/1.0.1/docs/resources/network_policy_attachment). +Refer to the Terraform Registry for docs: [`snowflake_network_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy_attachment). diff --git a/src/network-policy-attachment/index.ts b/src/network-policy-attachment/index.ts index 8eff329c8..21b105ec3 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/1.0.1/docs/resources/network_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#id NetworkPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy_attachment#users NetworkPolicyAttachment#users} */ readonly users?: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/network_policy_attachment snowflake_network_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/network-policy/README.md b/src/network-policy/README.md index f53dbda0c..76a5390c6 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/1.0.1/docs/resources/network_policy). +Refer to the Terraform Registry for docs: [`snowflake_network_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy). diff --git a/src/network-policy/index.ts b/src/network-policy/index.ts index e5457505f..4d80ff2fc 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/1.0.1/docs/resources/network_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +15,35 @@ 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/1.0.1/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_ip_list NetworkPolicy#allowed_ip_list} */ readonly allowedIpList?: string[]; /** * Specifies a list of fully qualified network rules that contain the network identifiers that are allowed access to Snowflake. For more information about this resource, see [docs](./network_rule). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#allowed_network_rule_list NetworkPolicy#allowed_network_rule_list} */ readonly allowedNetworkRuleList?: 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`, in order to block all IP addresses except a select list, you only need to add IP addresses to `allowed_ip_list`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_ip_list NetworkPolicy#blocked_ip_list} */ readonly blockedIpList?: string[]; /** * Specifies a list of fully qualified network rules that contain the network identifiers that are denied access to Snowflake. For more information about this resource, see [docs](./network_rule). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#blocked_network_rule_list NetworkPolicy#blocked_network_rule_list} */ readonly blockedNetworkRuleList?: string[]; /** * Specifies a comment for the network policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#comment NetworkPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#comment NetworkPolicy#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#id NetworkPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -52,7 +52,7 @@ 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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy#name NetworkPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy#name NetworkPolicy#name} */ readonly name: string; } @@ -253,7 +253,7 @@ export class NetworkPolicyShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy snowflake_network_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_policy snowflake_network_policy} */ export class NetworkPolicy extends cdktf.TerraformResource { @@ -269,7 +269,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/1.0.1/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/1.0.2/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) { @@ -281,7 +281,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_policy snowflake_network_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -292,7 +292,7 @@ export class NetworkPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_network_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/network-rule/README.md b/src/network-rule/README.md index 4908f09f0..b2f2fdad9 100644 --- a/src/network-rule/README.md +++ b/src/network-rule/README.md @@ -1,3 +1,3 @@ # `snowflake_network_rule` -Refer to the Terraform Registry for docs: [`snowflake_network_rule`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule). +Refer to the Terraform Registry for docs: [`snowflake_network_rule`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule). diff --git a/src/network-rule/index.ts b/src/network-rule/index.ts index 5f37a801b..2f55cd90a 100644 --- a/src/network-rule/index.ts +++ b/src/network-rule/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface NetworkRuleConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the network rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#comment NetworkRule#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#comment NetworkRule#comment} */ readonly comment?: string; /** * The database in which to create the network rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#database NetworkRule#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#database NetworkRule#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#id NetworkRule#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#id NetworkRule#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 NetworkRuleConfig extends cdktf.TerraformMetaArguments { /** * Specifies what is restricted by the network rule. Valid values are INGRESS, INTERNAL_STAGE and EGRESS; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#mode NetworkRule#mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#mode NetworkRule#mode} */ readonly mode: string; /** * Specifies the identifier for the network rule; must be unique for the database and schema in which the network rule is created. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#name NetworkRule#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#name NetworkRule#name} */ readonly name: string; /** * The schema in which to create the network rule. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#schema NetworkRule#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#schema NetworkRule#schema} */ readonly schema: string; /** * Specifies the type of network identifiers being allowed or blocked. A network rule can have only one type. Allowed values are IPV4, AWSVPCEID, AZURELINKID and HOST_PORT; allowed values are determined by the mode of the network rule; see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#type NetworkRule#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#type NetworkRule#type} */ readonly type: string; /** * Specifies the network identifiers that will be allowed or blocked. Valid values in the list are determined by the type of network rule, see https://docs.snowflake.com/en/sql-reference/sql/create-network-rule#required-parameters for details. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#value_list NetworkRule#value_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#value_list NetworkRule#value_list} */ readonly valueList: string[]; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule snowflake_network_rule} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule snowflake_network_rule} */ export class NetworkRule extends cdktf.TerraformResource { @@ -80,7 +80,7 @@ export class NetworkRule extends cdktf.TerraformResource { * Generates CDKTF code for importing a NetworkRule 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 NetworkRule to import - * @param importFromId The id of the existing NetworkRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing NetworkRule that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the NetworkRule to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -92,7 +92,7 @@ export class NetworkRule extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/network_rule snowflake_network_rule} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/network_rule snowflake_network_rule} 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 NetworkRule extends cdktf.TerraformResource { terraformResourceType: 'snowflake_network_rule', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/notification-integration/README.md b/src/notification-integration/README.md index a421f9388..7eb0c0331 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/1.0.1/docs/resources/notification_integration). +Refer to the Terraform Registry for docs: [`snowflake_notification_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration). diff --git a/src/notification-integration/index.ts b/src/notification-integration/index.ts index 9ccdff44e..b01408783 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/1.0.1/docs/resources/notification_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#aws_sqs_arn NotificationIntegration#aws_sqs_arn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#azure_tenant_id NotificationIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#comment NotificationIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#direction NotificationIntegration#direction} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#direction NotificationIntegration#direction} */ readonly direction?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration#enabled NotificationIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration#id NotificationIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#name NotificationIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#notification_provider NotificationIntegration#notification_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/notification_integration#type NotificationIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/notification_integration#type NotificationIntegration#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/notification_integration snowflake_notification_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/notification_integration snowflake_notification_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/oauth-integration-for-custom-clients/README.md b/src/oauth-integration-for-custom-clients/README.md index 5621beea2..459d70b83 100644 --- a/src/oauth-integration-for-custom-clients/README.md +++ b/src/oauth-integration-for-custom-clients/README.md @@ -1,3 +1,3 @@ # `snowflake_oauth_integration_for_custom_clients` -Refer to the Terraform Registry for docs: [`snowflake_oauth_integration_for_custom_clients`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients). +Refer to the Terraform Registry for docs: [`snowflake_oauth_integration_for_custom_clients`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients). diff --git a/src/oauth-integration-for-custom-clients/index.ts b/src/oauth-integration-for-custom-clients/index.ts index 3df280297..114a903b2 100644 --- a/src/oauth-integration-for-custom-clients/index.ts +++ b/src/oauth-integration-for-custom-clients/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface OauthIntegrationForCustomClientsConfig extends cdktf.TerraformM /** * A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#blocked_roles_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#blocked_roles_list OauthIntegrationForCustomClients#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/1.0.1/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#comment OauthIntegrationForCustomClients#comment} */ readonly comment?: string; /** * Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#enabled OauthIntegrationForCustomClients#enabled} */ readonly enabled?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#id OauthIntegrationForCustomClients#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,73 +40,73 @@ export interface OauthIntegrationForCustomClientsConfig extends cdktf.TerraformM /** * 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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#name OauthIntegrationForCustomClients#name} */ readonly name: string; /** * Specifies an existing network policy. This network policy controls network traffic that is attempting to exchange an authorization code for an access or refresh token or to use a refresh token to obtain a new access token. For more information about this resource, see [docs](./network_policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#network_policy OauthIntegrationForCustomClients#network_policy} */ readonly networkPolicy?: string; /** * If true, allows setting oauth_redirect_uri to a URI not protected by TLS. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_allow_non_tls_redirect_uri OauthIntegrationForCustomClients#oauth_allow_non_tls_redirect_uri} */ readonly oauthAllowNonTlsRedirectUri?: string; /** * Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key OauthIntegrationForCustomClients#oauth_client_rsa_public_key} */ readonly oauthClientRsaPublicKey?: string; /** * Specifies a Base64-encoded RSA public key, without the -----BEGIN PUBLIC KEY----- and -----END PUBLIC KEY----- headers. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_rsa_public_key_2 OauthIntegrationForCustomClients#oauth_client_rsa_public_key_2} */ readonly oauthClientRsaPublicKey2?: string; /** * Specifies the type of client being registered. Snowflake supports both confidential and public clients. Valid options are: `PUBLIC` | `CONFIDENTIAL`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_client_type OauthIntegrationForCustomClients#oauth_client_type} */ readonly oauthClientType: string; /** * Boolean that specifies whether Proof Key for Code Exchange (PKCE) should be required for the integration. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_enforce_pkce OauthIntegrationForCustomClients#oauth_enforce_pkce} */ readonly oauthEnforcePkce?: string; /** * Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_issue_refresh_tokens OauthIntegrationForCustomClients#oauth_issue_refresh_tokens} */ readonly oauthIssueRefreshTokens?: 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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#oauth_redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_redirect_uri OauthIntegrationForCustomClients#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/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#oauth_refresh_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_refresh_token_validity OauthIntegrationForCustomClients#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. Valid options are: `IMPLICIT` | `NONE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#oauth_use_secondary_roles OauthIntegrationForCustomClients#oauth_use_secondary_roles} */ readonly oauthUseSecondaryRoles?: string; /** * A set of Snowflake roles that a user does not need to explicitly consent to using after authenticating. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#pre_authorized_roles_list OauthIntegrationForCustomClients#pre_authorized_roles_list} */ readonly preAuthorizedRolesList?: string[]; } @@ -2277,7 +2277,7 @@ export class OauthIntegrationForCustomClientsShowOutputList extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients} */ export class OauthIntegrationForCustomClients extends cdktf.TerraformResource { @@ -2293,7 +2293,7 @@ export class OauthIntegrationForCustomClients extends cdktf.TerraformResource { * Generates CDKTF code for importing a OauthIntegrationForCustomClients 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 OauthIntegrationForCustomClients to import - * @param importFromId The id of the existing OauthIntegrationForCustomClients that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OauthIntegrationForCustomClients that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OauthIntegrationForCustomClients to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2305,7 +2305,7 @@ export class OauthIntegrationForCustomClients extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_custom_clients snowflake_oauth_integration_for_custom_clients} 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 @@ -2316,7 +2316,7 @@ export class OauthIntegrationForCustomClients extends cdktf.TerraformResource { terraformResourceType: 'snowflake_oauth_integration_for_custom_clients', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/oauth-integration-for-partner-applications/README.md b/src/oauth-integration-for-partner-applications/README.md index ffe8094e3..0cc2cf2ce 100644 --- a/src/oauth-integration-for-partner-applications/README.md +++ b/src/oauth-integration-for-partner-applications/README.md @@ -1,3 +1,3 @@ # `snowflake_oauth_integration_for_partner_applications` -Refer to the Terraform Registry for docs: [`snowflake_oauth_integration_for_partner_applications`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications). +Refer to the Terraform Registry for docs: [`snowflake_oauth_integration_for_partner_applications`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications). diff --git a/src/oauth-integration-for-partner-applications/index.ts b/src/oauth-integration-for-partner-applications/index.ts index 3e24748b8..7ad979b54 100644 --- a/src/oauth-integration-for-partner-applications/index.ts +++ b/src/oauth-integration-for-partner-applications/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface OauthIntegrationForPartnerApplicationsConfig extends cdktf.Terr /** * A set of Snowflake roles that a user cannot explicitly consent to using after authenticating. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the OAUTH_ADD_PRIVILEGED_ROLES_TO_BLOCKED_LIST account parameter to FALSE. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#blocked_roles_list} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#blocked_roles_list OauthIntegrationForPartnerApplications#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/1.0.1/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#comment OauthIntegrationForPartnerApplications#comment} */ readonly comment?: string; /** * Specifies whether this OAuth integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#enabled OauthIntegrationForPartnerApplications#enabled} */ readonly enabled?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#id OauthIntegrationForPartnerApplications#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 OauthIntegrationForPartnerApplicationsConfig extends cdktf.Terr /** * 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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#name OauthIntegrationForPartnerApplications#name} */ readonly name: string; /** * Creates an OAuth interface between Snowflake and a partner application. Valid options are: `LOOKER` | `TABLEAU_DESKTOP` | `TABLEAU_SERVER`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_client OauthIntegrationForPartnerApplications#oauth_client} */ readonly oauthClient: string; /** * Specifies whether to allow the client to exchange a refresh token for an access token when the current access token has expired. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_issue_refresh_tokens OauthIntegrationForPartnerApplications#oauth_issue_refresh_tokens} */ readonly oauthIssueRefreshTokens?: string; /** * Specifies the client URI. After a user is authenticated, the web browser is redirected to this URI. The field should be only set when OAUTH_CLIENT = LOOKER. In any other case the field should be left out empty. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#oauth_redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_redirect_uri OauthIntegrationForPartnerApplications#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/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#oauth_refresh_token_validity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_refresh_token_validity OauthIntegrationForPartnerApplications#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. Valid options are: `IMPLICIT` | `NONE`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#oauth_use_secondary_roles OauthIntegrationForPartnerApplications#oauth_use_secondary_roles} */ readonly oauthUseSecondaryRoles?: string; } @@ -2241,7 +2241,7 @@ export class OauthIntegrationForPartnerApplicationsShowOutputList extends cdktf. } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications} */ export class OauthIntegrationForPartnerApplications extends cdktf.TerraformResource { @@ -2257,7 +2257,7 @@ export class OauthIntegrationForPartnerApplications extends cdktf.TerraformResou * Generates CDKTF code for importing a OauthIntegrationForPartnerApplications 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 OauthIntegrationForPartnerApplications to import - * @param importFromId The id of the existing OauthIntegrationForPartnerApplications that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing OauthIntegrationForPartnerApplications that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the OauthIntegrationForPartnerApplications to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2269,7 +2269,7 @@ export class OauthIntegrationForPartnerApplications extends cdktf.TerraformResou // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/oauth_integration_for_partner_applications snowflake_oauth_integration_for_partner_applications} 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 @@ -2280,7 +2280,7 @@ export class OauthIntegrationForPartnerApplications extends cdktf.TerraformResou terraformResourceType: 'snowflake_oauth_integration_for_partner_applications', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/object-parameter/README.md b/src/object-parameter/README.md index 4f96eba6a..9aebb29fc 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/1.0.1/docs/resources/object_parameter). +Refer to the Terraform Registry for docs: [`snowflake_object_parameter`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/object_parameter). diff --git a/src/object-parameter/index.ts b/src/object-parameter/index.ts index a5adaee8b..8200a6a4e 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/1.0.1/docs/resources/object_parameter +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#id ObjectParameter#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#key ObjectParameter#key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_type ObjectParameter#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#on_account ObjectParameter#on_account} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#value ObjectParameter#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#object_identifier ObjectParameter#object_identifier} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#database ObjectParameter#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#name ObjectParameter#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter#schema ObjectParameter#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/object_parameter snowflake_object_parameter} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/object_parameter snowflake_object_parameter} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/password-policy/README.md b/src/password-policy/README.md index 34b6031bf..732ffba0c 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/1.0.1/docs/resources/password_policy). +Refer to the Terraform Registry for docs: [`snowflake_password_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy). diff --git a/src/password-policy/index.ts b/src/password-policy/index.ts index 9cfd70429..51cc22fa0 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/1.0.1/docs/resources/password_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#comment PasswordPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#database PasswordPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#history PasswordPolicy#history} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy#history PasswordPolicy#history} */ readonly history?: number; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/password_policy#id PasswordPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#if_not_exists PasswordPolicy#if_not_exists} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#lockout_time_mins PasswordPolicy#lockout_time_mins} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_age_days PasswordPolicy#max_age_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_length PasswordPolicy#max_length} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#max_retries PasswordPolicy#max_retries} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_age_days PasswordPolicy#min_age_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_length PasswordPolicy#min_length} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#min_numeric_chars PasswordPolicy#min_numeric_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#min_special_chars PasswordPolicy#min_special_chars} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy#name PasswordPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#or_replace PasswordPolicy#or_replace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/password_policy#schema PasswordPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/password_policy#schema PasswordPolicy#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/password_policy snowflake_password_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/password_policy snowflake_password_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/pipe/README.md b/src/pipe/README.md index 510f34515..9ea9fb1dc 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/1.0.1/docs/resources/pipe). +Refer to the Terraform Registry for docs: [`snowflake_pipe`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe). diff --git a/src/pipe/index.ts b/src/pipe/index.ts index e34b067bc..9b0c8b30f 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/1.0.1/docs/resources/pipe +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#auto_ingest Pipe#auto_ingest} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/pipe#comment Pipe#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#copy_statement Pipe#copy_statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#database Pipe#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#error_integration Pipe#error_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#error_integration Pipe#error_integration} */ readonly errorIntegration?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe#id Pipe#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#integration Pipe#integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#name Pipe#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/pipe#schema Pipe#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/pipe#schema Pipe#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/pipe snowflake_pipe} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/pipe snowflake_pipe} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/primary-connection/README.md b/src/primary-connection/README.md index 19bdb2f68..3bc8ea108 100644 --- a/src/primary-connection/README.md +++ b/src/primary-connection/README.md @@ -1,3 +1,3 @@ # `snowflake_primary_connection` -Refer to the Terraform Registry for docs: [`snowflake_primary_connection`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection). +Refer to the Terraform Registry for docs: [`snowflake_primary_connection`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection). diff --git a/src/primary-connection/index.ts b/src/primary-connection/index.ts index fdf59c116..e0139fa17 100644 --- a/src/primary-connection/index.ts +++ b/src/primary-connection/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface PrimaryConnectionConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the connection. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#comment PrimaryConnection#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#comment PrimaryConnection#comment} */ readonly comment?: string; /** * Enables failover for given connection to provided accounts. Specifies a list of accounts in your organization where a secondary connection for this primary connection can be promoted to serve as the primary connection. Include your organization name for each account in the list. For more information about this resource, see [docs](./account). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#enable_failover_to_accounts PrimaryConnection#enable_failover_to_accounts} */ readonly enableFailoverToAccounts?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#id PrimaryConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#id PrimaryConnection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,7 +34,7 @@ export interface PrimaryConnectionConfig extends cdktf.TerraformMetaArguments { /** * String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a primary connection, the name must be unique across connection names and account names in the organization. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#name PrimaryConnection#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#name PrimaryConnection#name} */ readonly name: string; } @@ -170,7 +170,7 @@ export class PrimaryConnectionShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection snowflake_primary_connection} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection snowflake_primary_connection} */ export class PrimaryConnection extends cdktf.TerraformResource { @@ -186,7 +186,7 @@ export class PrimaryConnection extends cdktf.TerraformResource { * Generates CDKTF code for importing a PrimaryConnection 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 PrimaryConnection to import - * @param importFromId The id of the existing PrimaryConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing PrimaryConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the PrimaryConnection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -198,7 +198,7 @@ export class PrimaryConnection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/primary_connection snowflake_primary_connection} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/primary_connection snowflake_primary_connection} 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 @@ -209,7 +209,7 @@ export class PrimaryConnection extends cdktf.TerraformResource { terraformResourceType: 'snowflake_primary_connection', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/procedure-java/README.md b/src/procedure-java/README.md index 96a50a62a..f902df432 100644 --- a/src/procedure-java/README.md +++ b/src/procedure-java/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure_java` -Refer to the Terraform Registry for docs: [`snowflake_procedure_java`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java). +Refer to the Terraform Registry for docs: [`snowflake_procedure_java`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java). diff --git a/src/procedure-java/index.ts b/src/procedure-java/index.ts index fec75b5b7..e6ee16d45 100644 --- a/src/procedure-java/index.ts +++ b/src/procedure-java/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface ProcedureJavaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#comment ProcedureJava#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#comment ProcedureJava#comment} */ readonly comment?: string; /** * The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#database ProcedureJava#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#database ProcedureJava#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#enable_console_output ProcedureJava#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#execute_as ProcedureJava#execute_as} */ readonly executeAs?: string; /** * The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#external_access_integrations ProcedureJava#external_access_integrations} */ readonly externalAccessIntegrations?: string[]; /** * Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#handler ProcedureJava#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#handler ProcedureJava#handler} */ readonly handler: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#id ProcedureJava#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#id ProcedureJava#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,97 +58,97 @@ export interface ProcedureJavaConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#is_secure ProcedureJava#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#log_level ProcedureJava#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#log_level ProcedureJava#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#metric_level ProcedureJava#metric_level} */ readonly metricLevel?: string; /** * The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#name ProcedureJava#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#name ProcedureJava#name} */ readonly name: string; /** * Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#null_input_behavior ProcedureJava#null_input_behavior} */ readonly nullInputBehavior?: string; /** * List of the names of packages deployed in Snowflake that should be included in the handler code’s execution environment. The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#packages ProcedureJava#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#packages ProcedureJava#packages} */ readonly packages?: string[]; /** * Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Java source code. For more information, see [Java (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-java). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#procedure_definition ProcedureJava#procedure_definition} */ readonly procedureDefinition?: string; /** * Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Java Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-java-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#return_type ProcedureJava#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#return_type ProcedureJava#return_type} */ readonly returnType: string; /** * The language runtime version to use. Currently, the supported versions are: 11. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#runtime_version ProcedureJava#runtime_version} */ readonly runtimeVersion: string; /** * The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#schema ProcedureJava#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#schema ProcedureJava#schema} */ readonly schema: string; /** * The Snowpark package is required for stored procedures, so it must always be present. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#snowpark_package ProcedureJava#snowpark_package} */ readonly snowparkPackage: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#trace_level ProcedureJava#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arguments ProcedureJava#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arguments ProcedureJava#arguments} */ readonly arguments?: ProcedureJavaArguments[] | cdktf.IResolvable; /** * imports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#imports ProcedureJava#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#imports ProcedureJava#imports} */ readonly imports?: ProcedureJavaImports[] | cdktf.IResolvable; /** * secrets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secrets ProcedureJava#secrets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secrets ProcedureJava#secrets} */ readonly secrets?: ProcedureJavaSecrets[] | cdktf.IResolvable; /** * target_path block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#target_path ProcedureJava#target_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#target_path ProcedureJava#target_path} */ readonly targetPath?: ProcedureJavaTargetPath; } @@ -780,19 +780,19 @@ export interface ProcedureJavaArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_data_type ProcedureJava#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_default_value ProcedureJava#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#arg_name ProcedureJava#arg_name} */ readonly argName: string; } @@ -962,13 +962,13 @@ export interface ProcedureJavaImports { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} */ readonly stageLocation: string; } @@ -1109,13 +1109,13 @@ export interface ProcedureJavaSecrets { /** * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_id ProcedureJava#secret_id} */ readonly secretId: string; /** * The variable that will be used in handler code when retrieving information from the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#secret_variable_name ProcedureJava#secret_variable_name} */ readonly secretVariableName: string; } @@ -1256,13 +1256,13 @@ export interface ProcedureJavaTargetPath { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#path_on_stage ProcedureJava#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#stage_location ProcedureJava#stage_location} */ readonly stageLocation: string; } @@ -1369,7 +1369,7 @@ export class ProcedureJavaTargetPathOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java snowflake_procedure_java} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java snowflake_procedure_java} */ export class ProcedureJava extends cdktf.TerraformResource { @@ -1385,7 +1385,7 @@ export class ProcedureJava extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProcedureJava 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 ProcedureJava to import - * @param importFromId The id of the existing ProcedureJava that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProcedureJava that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProcedureJava to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1397,7 +1397,7 @@ export class ProcedureJava extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_java snowflake_procedure_java} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_java snowflake_procedure_java} 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 @@ -1408,7 +1408,7 @@ export class ProcedureJava extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure_java', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/procedure-javascript/README.md b/src/procedure-javascript/README.md index abae1b023..12b21777c 100644 --- a/src/procedure-javascript/README.md +++ b/src/procedure-javascript/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure_javascript` -Refer to the Terraform Registry for docs: [`snowflake_procedure_javascript`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript). +Refer to the Terraform Registry for docs: [`snowflake_procedure_javascript`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript). diff --git a/src/procedure-javascript/index.ts b/src/procedure-javascript/index.ts index a3cee3f3b..3baf8245a 100644 --- a/src/procedure-javascript/index.ts +++ b/src/procedure-javascript/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface ProcedureJavascriptConfig extends cdktf.TerraformMetaArguments /** * Specifies a comment for the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#comment ProcedureJavascript#comment} */ readonly comment?: string; /** * The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#database ProcedureJavascript#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#database ProcedureJavascript#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#enable_console_output ProcedureJavascript#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#execute_as ProcedureJavascript#execute_as} */ readonly executeAs?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#id ProcedureJavascript#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#id ProcedureJavascript#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,61 +46,61 @@ export interface ProcedureJavascriptConfig extends cdktf.TerraformMetaArguments /** * Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#is_secure ProcedureJavascript#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#log_level ProcedureJavascript#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#metric_level ProcedureJavascript#metric_level} */ readonly metricLevel?: string; /** * The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#name ProcedureJavascript#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#name ProcedureJavascript#name} */ readonly name: string; /** * Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#null_input_behavior ProcedureJavascript#null_input_behavior} */ readonly nullInputBehavior?: string; /** * Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be JavaScript source code. For more information, see [JavaScript](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#procedure_definition ProcedureJavascript#procedure_definition} */ readonly procedureDefinition: string; /** * Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL and JavaScript data type mapping](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-javascript.html#label-stored-procedure-data-type-mapping)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#return_type ProcedureJavascript#return_type} */ readonly returnType: string; /** * The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#schema ProcedureJavascript#schema} */ readonly schema: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#trace_level ProcedureJavascript#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arguments ProcedureJavascript#arguments} */ readonly arguments?: ProcedureJavascriptArguments[] | cdktf.IResolvable; } @@ -732,19 +732,19 @@ export interface ProcedureJavascriptArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_data_type ProcedureJavascript#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_default_value ProcedureJavascript#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#arg_name ProcedureJavascript#arg_name} */ readonly argName: string; } @@ -912,7 +912,7 @@ export class ProcedureJavascriptArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript snowflake_procedure_javascript} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript snowflake_procedure_javascript} */ export class ProcedureJavascript extends cdktf.TerraformResource { @@ -928,7 +928,7 @@ export class ProcedureJavascript extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProcedureJavascript 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 ProcedureJavascript to import - * @param importFromId The id of the existing ProcedureJavascript that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProcedureJavascript that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProcedureJavascript to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -940,7 +940,7 @@ export class ProcedureJavascript extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_javascript snowflake_procedure_javascript} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_javascript snowflake_procedure_javascript} 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 @@ -951,7 +951,7 @@ export class ProcedureJavascript extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure_javascript', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/procedure-python/README.md b/src/procedure-python/README.md index 4dfc90e2e..765598275 100644 --- a/src/procedure-python/README.md +++ b/src/procedure-python/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure_python` -Refer to the Terraform Registry for docs: [`snowflake_procedure_python`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python). +Refer to the Terraform Registry for docs: [`snowflake_procedure_python`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python). diff --git a/src/procedure-python/index.ts b/src/procedure-python/index.ts index a7cd7f4e1..82d0ec4f0 100644 --- a/src/procedure-python/index.ts +++ b/src/procedure-python/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface ProcedurePythonConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#comment ProcedurePython#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#comment ProcedurePython#comment} */ readonly comment?: string; /** * The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#database ProcedurePython#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#database ProcedurePython#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#enable_console_output ProcedurePython#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#execute_as ProcedurePython#execute_as} */ readonly executeAs?: string; /** * The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#external_access_integrations ProcedurePython#external_access_integrations} */ readonly externalAccessIntegrations?: string[]; /** * Use the name of the stored procedure’s function or method. This can differ depending on whether the code is in-line or referenced at a stage. When the code is in-line, you can specify just the function name. When the code is imported from a stage, specify the fully-qualified handler function name as `.`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#handler ProcedurePython#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#handler ProcedurePython#handler} */ readonly handler: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#id ProcedurePython#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#id ProcedurePython#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,91 +58,91 @@ export interface ProcedurePythonConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#is_secure ProcedurePython#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#log_level ProcedurePython#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#log_level ProcedurePython#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#metric_level ProcedurePython#metric_level} */ readonly metricLevel?: string; /** * The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#name ProcedurePython#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#name ProcedurePython#name} */ readonly name: string; /** * Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#null_input_behavior ProcedurePython#null_input_behavior} */ readonly nullInputBehavior?: string; /** * List of the names of packages deployed in Snowflake that should be included in the handler code’s execution environment. The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#packages ProcedurePython#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#packages ProcedurePython#packages} */ readonly packages?: string[]; /** * Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Python source code. For more information, see [Python (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/python/procedure-python-overview). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#procedure_definition ProcedurePython#procedure_definition} */ readonly procedureDefinition?: string; /** * Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Python Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-python-data-type-mappings)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#return_type ProcedurePython#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#return_type ProcedurePython#return_type} */ readonly returnType: string; /** * The language runtime version to use. Currently, the supported versions are: 3.9, 3.10, and 3.11. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#runtime_version ProcedurePython#runtime_version} */ readonly runtimeVersion: string; /** * The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#schema ProcedurePython#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#schema ProcedurePython#schema} */ readonly schema: string; /** * The Snowpark package is required for stored procedures, so it must always be present. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#snowpark_package ProcedurePython#snowpark_package} */ readonly snowparkPackage: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#trace_level ProcedurePython#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arguments ProcedurePython#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arguments ProcedurePython#arguments} */ readonly arguments?: ProcedurePythonArguments[] | cdktf.IResolvable; /** * imports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#imports ProcedurePython#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#imports ProcedurePython#imports} */ readonly imports?: ProcedurePythonImports[] | cdktf.IResolvable; /** * secrets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secrets ProcedurePython#secrets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secrets ProcedurePython#secrets} */ readonly secrets?: ProcedurePythonSecrets[] | cdktf.IResolvable; } @@ -774,19 +774,19 @@ export interface ProcedurePythonArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_data_type ProcedurePython#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_default_value ProcedurePython#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#arg_name ProcedurePython#arg_name} */ readonly argName: string; } @@ -956,13 +956,13 @@ export interface ProcedurePythonImports { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#path_on_stage ProcedurePython#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#stage_location ProcedurePython#stage_location} */ readonly stageLocation: string; } @@ -1103,13 +1103,13 @@ export interface ProcedurePythonSecrets { /** * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_id ProcedurePython#secret_id} */ readonly secretId: string; /** * The variable that will be used in handler code when retrieving information from the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#secret_variable_name ProcedurePython#secret_variable_name} */ readonly secretVariableName: string; } @@ -1248,7 +1248,7 @@ export class ProcedurePythonSecretsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python snowflake_procedure_python} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python snowflake_procedure_python} */ export class ProcedurePython extends cdktf.TerraformResource { @@ -1264,7 +1264,7 @@ export class ProcedurePython extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProcedurePython 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 ProcedurePython to import - * @param importFromId The id of the existing ProcedurePython that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProcedurePython that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProcedurePython to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1276,7 +1276,7 @@ export class ProcedurePython extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_python snowflake_procedure_python} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_python snowflake_procedure_python} 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 @@ -1287,7 +1287,7 @@ export class ProcedurePython extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure_python', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/procedure-scala/README.md b/src/procedure-scala/README.md index 4e21916aa..e4d8ee80a 100644 --- a/src/procedure-scala/README.md +++ b/src/procedure-scala/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure_scala` -Refer to the Terraform Registry for docs: [`snowflake_procedure_scala`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala). +Refer to the Terraform Registry for docs: [`snowflake_procedure_scala`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala). diff --git a/src/procedure-scala/index.ts b/src/procedure-scala/index.ts index 956bd69c2..6c518cc98 100644 --- a/src/procedure-scala/index.ts +++ b/src/procedure-scala/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface ProcedureScalaConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#comment ProcedureScala#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#comment ProcedureScala#comment} */ readonly comment?: string; /** * The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#database ProcedureScala#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#database ProcedureScala#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#enable_console_output ProcedureScala#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#execute_as ProcedureScala#execute_as} */ readonly executeAs?: string; /** * The names of [external access integrations](https://docs.snowflake.com/en/sql-reference/sql/create-external-access-integration) needed in order for this procedure’s handler code to access external networks. An external access integration specifies [network rules](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and [secrets](https://docs.snowflake.com/en/sql-reference/sql/create-secret) that specify external locations and credentials (if any) allowed for use by handler code when making requests of an external network, such as an external REST API. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#external_access_integrations ProcedureScala#external_access_integrations} */ readonly externalAccessIntegrations?: string[]; /** * Use the fully qualified name of the method or function for the stored procedure. This is typically in the following form: `com.my_company.my_package.MyClass.myMethod` where `com.my_company.my_package` corresponds to the package containing the object or class: `package com.my_company.my_package;`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#handler ProcedureScala#handler} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#handler ProcedureScala#handler} */ readonly handler: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#id ProcedureScala#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#id ProcedureScala#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,97 +58,97 @@ export interface ProcedureScalaConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#is_secure ProcedureScala#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#log_level ProcedureScala#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#log_level ProcedureScala#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#metric_level ProcedureScala#metric_level} */ readonly metricLevel?: string; /** * The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#name ProcedureScala#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#name ProcedureScala#name} */ readonly name: string; /** * Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#null_input_behavior ProcedureScala#null_input_behavior} */ readonly nullInputBehavior?: string; /** * List of the names of packages deployed in Snowflake that should be included in the handler code’s execution environment. The Snowpark package is required for stored procedures, but is specified in the `snowpark_package` attribute. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#packages ProcedureScala#packages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#packages ProcedureScala#packages} */ readonly packages?: string[]; /** * Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be Scala source code. For more information, see [Scala (using Snowpark)](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-scala). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#procedure_definition ProcedureScala#procedure_definition} */ readonly procedureDefinition?: string; /** * Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL-Scala Data Type Mappings](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-data-type-mapping.html#label-sql-types-to-scala-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#return_type ProcedureScala#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#return_type ProcedureScala#return_type} */ readonly returnType: string; /** * The language runtime version to use. Currently, the supported versions are: 2.12. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#runtime_version ProcedureScala#runtime_version} */ readonly runtimeVersion: string; /** * The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#schema ProcedureScala#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#schema ProcedureScala#schema} */ readonly schema: string; /** * The Snowpark package is required for stored procedures, so it must always be present. For more information about Snowpark, see [Snowpark API](https://docs.snowflake.com/en/developer-guide/snowpark/index). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#snowpark_package ProcedureScala#snowpark_package} */ readonly snowparkPackage: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#trace_level ProcedureScala#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arguments ProcedureScala#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arguments ProcedureScala#arguments} */ readonly arguments?: ProcedureScalaArguments[] | cdktf.IResolvable; /** * imports block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#imports ProcedureScala#imports} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#imports ProcedureScala#imports} */ readonly imports?: ProcedureScalaImports[] | cdktf.IResolvable; /** * secrets block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secrets ProcedureScala#secrets} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secrets ProcedureScala#secrets} */ readonly secrets?: ProcedureScalaSecrets[] | cdktf.IResolvable; /** * target_path block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#target_path ProcedureScala#target_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#target_path ProcedureScala#target_path} */ readonly targetPath?: ProcedureScalaTargetPath; } @@ -780,19 +780,19 @@ export interface ProcedureScalaArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_data_type ProcedureScala#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_default_value ProcedureScala#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#arg_name ProcedureScala#arg_name} */ readonly argName: string; } @@ -962,13 +962,13 @@ export interface ProcedureScalaImports { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} */ readonly stageLocation: string; } @@ -1109,13 +1109,13 @@ export interface ProcedureScalaSecrets { /** * Fully qualified name of the allowed [secret](https://docs.snowflake.com/en/sql-reference/sql/create-secret). You will receive an error if you specify a SECRETS value whose secret isn’t also included in an integration specified by the EXTERNAL_ACCESS_INTEGRATIONS parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_id ProcedureScala#secret_id} */ readonly secretId: string; /** * The variable that will be used in handler code when retrieving information from the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#secret_variable_name ProcedureScala#secret_variable_name} */ readonly secretVariableName: string; } @@ -1256,13 +1256,13 @@ export interface ProcedureScalaTargetPath { /** * Path for import on stage, without the leading `/`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#path_on_stage ProcedureScala#path_on_stage} */ readonly pathOnStage: string; /** * Stage location without leading `@`. To use your user's stage set this to `~`, otherwise pass fully qualified name of the stage (with every part contained in double quotes or use `snowflake_stage..fully_qualified_name` if you manage this stage through terraform). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#stage_location ProcedureScala#stage_location} */ readonly stageLocation: string; } @@ -1369,7 +1369,7 @@ export class ProcedureScalaTargetPathOutputReference extends cdktf.ComplexObject } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala snowflake_procedure_scala} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala snowflake_procedure_scala} */ export class ProcedureScala extends cdktf.TerraformResource { @@ -1385,7 +1385,7 @@ export class ProcedureScala extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProcedureScala 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 ProcedureScala to import - * @param importFromId The id of the existing ProcedureScala that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProcedureScala that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProcedureScala to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -1397,7 +1397,7 @@ export class ProcedureScala extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_scala snowflake_procedure_scala} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_scala snowflake_procedure_scala} 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 @@ -1408,7 +1408,7 @@ export class ProcedureScala extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure_scala', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/procedure-sql/README.md b/src/procedure-sql/README.md index 4e01dd0a7..e9de9fb92 100644 --- a/src/procedure-sql/README.md +++ b/src/procedure-sql/README.md @@ -1,3 +1,3 @@ # `snowflake_procedure_sql` -Refer to the Terraform Registry for docs: [`snowflake_procedure_sql`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql). +Refer to the Terraform Registry for docs: [`snowflake_procedure_sql`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql). diff --git a/src/procedure-sql/index.ts b/src/procedure-sql/index.ts index 2e038fd9e..7aee14046 100644 --- a/src/procedure-sql/index.ts +++ b/src/procedure-sql/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface ProcedureSqlConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the procedure. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#comment ProcedureSql#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#comment ProcedureSql#comment} */ readonly comment?: string; /** * The database in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#database ProcedureSql#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#database ProcedureSql#database} */ readonly database: string; /** * Enable stdout/stderr fast path logging for anonyous stored procs. This is a public parameter (similar to LOG_LEVEL). For more information, check [ENABLE_CONSOLE_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-console-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#enable_console_output ProcedureSql#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * Specifies whether the stored procedure executes with the privileges of the owner (an “owner’s rights” stored procedure) or with the privileges of the caller (a “caller’s rights” stored procedure). If you execute the statement CREATE PROCEDURE … EXECUTE AS CALLER, then in the future the procedure will execute as a caller’s rights procedure. If you execute CREATE PROCEDURE … EXECUTE AS OWNER, then the procedure will execute as an owner’s rights procedure. For more information, see [Understanding caller’s rights and owner’s rights stored procedures](https://docs.snowflake.com/en/developer-guide/stored-procedure/stored-procedures-rights). Valid values are (case-insensitive): `CALLER` | `OWNER`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#execute_as ProcedureSql#execute_as} */ readonly executeAs?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#id ProcedureSql#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#id ProcedureSql#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,61 +46,61 @@ export interface ProcedureSqlConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the procedure is secure. For more information about secure procedures, see [Protecting Sensitive Information with Secure UDFs and Stored Procedures](https://docs.snowflake.com/en/developer-guide/secure-udf-procedure). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#is_secure ProcedureSql#is_secure} */ readonly isSecure?: string; /** * LOG_LEVEL to use when filtering events For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#log_level ProcedureSql#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#log_level ProcedureSql#log_level} */ readonly logLevel?: string; /** * METRIC_LEVEL value to control whether to emit metrics to Event Table For more information, check [METRIC_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#metric-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#metric_level ProcedureSql#metric_level} */ readonly metricLevel?: string; /** * The name of the procedure; the identifier does not need to be unique for the schema in which the procedure is created because stored procedures are [identified and resolved by the combination of the name and argument types](https://docs.snowflake.com/en/developer-guide/udf-stored-procedure-naming-conventions.html#label-procedure-function-name-overloading). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#name ProcedureSql#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#name ProcedureSql#name} */ readonly name: string; /** * Specifies the behavior of the procedure when called with null inputs. Valid values are (case-insensitive): `CALLED ON NULL INPUT` | `RETURNS NULL ON NULL INPUT`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#null_input_behavior ProcedureSql#null_input_behavior} */ readonly nullInputBehavior?: string; /** * Defines the code executed by the stored procedure. The definition can consist of any valid code. Wrapping `$$` signs are added by the provider automatically; do not include them. The `procedure_definition` value must be SQL source code. For more information, see [Snowflake Scripting](https://docs.snowflake.com/en/developer-guide/snowflake-scripting/index). To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#procedure_definition ProcedureSql#procedure_definition} */ readonly procedureDefinition: string; /** * Specifies the type of the result returned by the stored procedure. For ``, use the Snowflake data type that corresponds to the type of the language that you are using (see [SQL data type](https://docs.snowflake.com/en/sql-reference-data-types)). For `RETURNS TABLE ( [ col_name col_data_type [ , ... ] ] )`, if you know the Snowflake data types of the columns in the returned table, specify the column names and types. Otherwise (e.g. if you are determining the column types during run time), you can omit the column names and types (i.e. `TABLE ()`). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#return_type ProcedureSql#return_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#return_type ProcedureSql#return_type} */ readonly returnType: string; /** * The schema in which to create the procedure. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#schema ProcedureSql#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#schema ProcedureSql#schema} */ readonly schema: string; /** * Trace level value to use when generating/filtering trace events For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#trace_level ProcedureSql#trace_level} */ readonly traceLevel?: string; /** * arguments block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arguments ProcedureSql#arguments} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arguments ProcedureSql#arguments} */ readonly arguments?: ProcedureSqlArguments[] | cdktf.IResolvable; } @@ -732,19 +732,19 @@ export interface ProcedureSqlArguments { /** * The argument type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_data_type ProcedureSql#arg_data_type} */ readonly argDataType: string; /** * Optional default value for the argument. For text values use single quotes. Numeric values can be unquoted. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_default_value ProcedureSql#arg_default_value} */ readonly argDefaultValue?: string; /** * The argument name. The provider wraps it in double quotes by default, so be aware of that while referencing the argument in the procedure definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#arg_name ProcedureSql#arg_name} */ readonly argName: string; } @@ -912,7 +912,7 @@ export class ProcedureSqlArgumentsList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql snowflake_procedure_sql} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql snowflake_procedure_sql} */ export class ProcedureSql extends cdktf.TerraformResource { @@ -928,7 +928,7 @@ export class ProcedureSql extends cdktf.TerraformResource { * Generates CDKTF code for importing a ProcedureSql 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 ProcedureSql to import - * @param importFromId The id of the existing ProcedureSql that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ProcedureSql that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ProcedureSql to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -940,7 +940,7 @@ export class ProcedureSql extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/procedure_sql snowflake_procedure_sql} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/procedure_sql snowflake_procedure_sql} 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 @@ -951,7 +951,7 @@ export class ProcedureSql extends cdktf.TerraformResource { terraformResourceType: 'snowflake_procedure_sql', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/provider/README.md b/src/provider/README.md index cd6ff83d9..6c2d1e766 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/1.0.1/docs). +Refer to the Terraform Registry for docs: [`snowflake`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs). diff --git a/src/provider/index.ts b/src/provider/index.ts index 85c0ebf50..64dc6dd42 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/1.0.1/docs +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,247 +15,247 @@ export interface SnowflakeProviderConfig { /** * Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#account_name SnowflakeProvider#account_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#account_name SnowflakeProvider#account_name} */ readonly accountName?: string; /** * Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#authenticator SnowflakeProvider#authenticator} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#authenticator SnowflakeProvider#authenticator} */ readonly authenticator?: 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/1.0.1/docs#client_ip SnowflakeProvider#client_ip} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_request_mfa_token SnowflakeProvider#client_request_mfa_token} */ readonly clientRequestMfaToken?: string; /** * 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/1.0.1/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_store_temporary_credential SnowflakeProvider#client_store_temporary_credential} */ readonly clientStoreTemporaryCredential?: string; /** * The timeout in seconds for the client to complete the authentication. Can also be sourced from the `SNOWFLAKE_CLIENT_TIMEOUT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#client_timeout SnowflakeProvider#client_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#client_timeout SnowflakeProvider#client_timeout} */ readonly clientTimeout?: number; /** * Indicates whether console login should be disabled in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_CONSOLE_LOGIN` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_console_login SnowflakeProvider#disable_console_login} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_console_login SnowflakeProvider#disable_console_login} */ readonly disableConsoleLogin?: string; /** * Disables HTAP query context cache in the driver. 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/1.0.1/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_query_context_cache SnowflakeProvider#disable_query_context_cache} */ readonly disableQueryContextCache?: boolean | cdktf.IResolvable; /** * Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#disable_telemetry SnowflakeProvider#disable_telemetry} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#disable_telemetry SnowflakeProvider#disable_telemetry} */ readonly disableTelemetry?: boolean | cdktf.IResolvable; /** * Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#driver_tracing SnowflakeProvider#driver_tracing} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#driver_tracing SnowflakeProvider#driver_tracing} */ readonly driverTracing?: string; /** * The timeout in seconds for the external browser to complete the authentication. 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/1.0.1/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#external_browser_timeout SnowflakeProvider#external_browser_timeout} */ readonly externalBrowserTimeout?: number; /** * Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#host SnowflakeProvider#host} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#host SnowflakeProvider#host} */ readonly host?: string; /** * Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#include_retry_reason SnowflakeProvider#include_retry_reason} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#include_retry_reason SnowflakeProvider#include_retry_reason} */ readonly includeRetryReason?: 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/1.0.1/docs#insecure_mode SnowflakeProvider#insecure_mode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#insecure_mode SnowflakeProvider#insecure_mode} */ readonly insecureMode?: boolean | cdktf.IResolvable; /** * The timeout in seconds for the JWT client to complete the authentication. 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/1.0.1/docs#jwt_client_timeout SnowflakeProvider#jwt_client_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#jwt_expire_timeout SnowflakeProvider#jwt_expire_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#keep_session_alive SnowflakeProvider#keep_session_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#keep_session_alive SnowflakeProvider#keep_session_alive} */ readonly keepSessionAlive?: boolean | cdktf.IResolvable; /** * Login retry timeout in seconds 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/1.0.1/docs#login_timeout SnowflakeProvider#login_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#login_timeout SnowflakeProvider#login_timeout} */ readonly loginTimeout?: number; /** * Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#max_retry_count SnowflakeProvider#max_retry_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#max_retry_count SnowflakeProvider#max_retry_count} */ readonly maxRetryCount?: number; /** * 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/1.0.1/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#ocsp_fail_open SnowflakeProvider#ocsp_fail_open} */ readonly ocspFailOpen?: string; /** * The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#okta_url SnowflakeProvider#okta_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#okta_url SnowflakeProvider#okta_url} */ readonly oktaUrl?: string; /** * Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#organization_name SnowflakeProvider#organization_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#organization_name SnowflakeProvider#organization_name} */ readonly organizationName?: string; /** * Sets other connection (i.e. session) parameters. [Parameters](https://docs.snowflake.com/en/sql-reference/parameters). This field can not be set with environmental variables. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#params SnowflakeProvider#params} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#passcode SnowflakeProvider#passcode} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode SnowflakeProvider#passcode} */ readonly passcode?: string; /** * False by default. Set to true if the MFA passcode is embedded to the configured 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/1.0.1/docs#passcode_in_password SnowflakeProvider#passcode_in_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#passcode_in_password SnowflakeProvider#passcode_in_password} */ readonly passcodeInPassword?: boolean | cdktf.IResolvable; /** * Password for user + password auth. Cannot be used with `private_key` and `private_key_passphrase`. Can also be sourced from the `SNOWFLAKE_PASSWORD` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#password SnowflakeProvider#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#password SnowflakeProvider#password} */ readonly password?: string; /** * Specifies a custom port value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_PORT` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#port SnowflakeProvider#port} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#port SnowflakeProvider#port} */ readonly port?: number; /** * A list of preview features that are handled by the provider. See [preview features list](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/v1-preparations/LIST_OF_PREVIEW_FEATURES_FOR_V1.md). Preview features may have breaking changes in future releases, even without raising the major version. This field can not be set with environmental variables. Valid options are: `snowflake_current_account_datasource` | `snowflake_account_authentication_policy_attachment_resource` | `snowflake_account_password_policy_attachment_resource` | `snowflake_alert_resource` | `snowflake_alerts_datasource` | `snowflake_api_integration_resource` | `snowflake_authentication_policy_resource` | `snowflake_cortex_search_service_resource` | `snowflake_cortex_search_services_datasource` | `snowflake_database_datasource` | `snowflake_database_role_datasource` | `snowflake_dynamic_table_resource` | `snowflake_dynamic_tables_datasource` | `snowflake_external_function_resource` | `snowflake_external_functions_datasource` | `snowflake_external_table_resource` | `snowflake_external_tables_datasource` | `snowflake_external_volume_resource` | `snowflake_failover_group_resource` | `snowflake_failover_groups_datasource` | `snowflake_file_format_resource` | `snowflake_file_formats_datasource` | `snowflake_function_java_resource` | `snowflake_function_javascript_resource` | `snowflake_function_python_resource` | `snowflake_function_scala_resource` | `snowflake_function_sql_resource` | `snowflake_functions_datasource` | `snowflake_managed_account_resource` | `snowflake_materialized_view_resource` | `snowflake_materialized_views_datasource` | `snowflake_network_policy_attachment_resource` | `snowflake_network_rule_resource` | `snowflake_email_notification_integration_resource` | `snowflake_notification_integration_resource` | `snowflake_object_parameter_resource` | `snowflake_password_policy_resource` | `snowflake_pipe_resource` | `snowflake_pipes_datasource` | `snowflake_current_role_datasource` | `snowflake_sequence_resource` | `snowflake_sequences_datasource` | `snowflake_share_resource` | `snowflake_shares_datasource` | `snowflake_parameters_datasource` | `snowflake_procedure_java_resource` | `snowflake_procedure_javascript_resource` | `snowflake_procedure_python_resource` | `snowflake_procedure_scala_resource` | `snowflake_procedure_sql_resource` | `snowflake_procedures_datasource` | `snowflake_stage_resource` | `snowflake_stages_datasource` | `snowflake_storage_integration_resource` | `snowflake_storage_integrations_datasource` | `snowflake_system_generate_scim_access_token_datasource` | `snowflake_system_get_aws_sns_iam_policy_datasource` | `snowflake_system_get_privatelink_config_datasource` | `snowflake_system_get_snowflake_platform_info_datasource` | `snowflake_table_column_masking_policy_application_resource` | `snowflake_table_constraint_resource` | `snowflake_table_resource` | `snowflake_tables_datasource` | `snowflake_user_authentication_policy_attachment_resource` | `snowflake_user_public_keys_resource` | `snowflake_user_password_policy_attachment_resource`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#preview_features_enabled SnowflakeProvider#preview_features_enabled} */ readonly previewFeaturesEnabled?: string[]; /** * Private Key for username+private-key auth. Cannot be used with `password`. Can also be sourced from the `SNOWFLAKE_PRIVATE_KEY` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key SnowflakeProvider#private_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 the `SNOWFLAKE_PRIVATE_KEY_PASSPHRASE` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#private_key_passphrase SnowflakeProvider#private_key_passphrase} */ readonly privateKeyPassphrase?: 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/1.0.1/docs#profile SnowflakeProvider#profile} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#profile SnowflakeProvider#profile} */ readonly profile?: string; /** * A protocol used in the connection. Valid options are: `http` | `https`. Can also be sourced from the `SNOWFLAKE_PROTOCOL` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#protocol SnowflakeProvider#protocol} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#protocol SnowflakeProvider#protocol} */ readonly protocol?: string; /** * request retry timeout in seconds 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/1.0.1/docs#request_timeout SnowflakeProvider#request_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#role SnowflakeProvider#role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#role SnowflakeProvider#role} */ readonly role?: string; /** * Sets temporary directory used by the driver for operations like encrypting, compressing etc. Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#tmp_directory_path SnowflakeProvider#tmp_directory_path} */ readonly tmpDirectoryPath?: 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/1.0.1/docs#token SnowflakeProvider#token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token SnowflakeProvider#token} */ readonly token?: string; /** * Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#user SnowflakeProvider#user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#user SnowflakeProvider#user} */ readonly user?: 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/1.0.1/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#validate_default_parameters SnowflakeProvider#validate_default_parameters} */ readonly validateDefaultParameters?: string; /** * 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/1.0.1/docs#warehouse SnowflakeProvider#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#warehouse SnowflakeProvider#warehouse} */ readonly warehouse?: string; /** * Alias name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#alias SnowflakeProvider#alias} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#alias SnowflakeProvider#alias} */ readonly alias?: string; /** * token_accessor block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs#token_accessor SnowflakeProvider#token_accessor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_accessor SnowflakeProvider#token_accessor} */ readonly tokenAccessor?: SnowflakeProviderTokenAccessor; } @@ -263,31 +263,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/1.0.1/docs#client_id SnowflakeProvider#client_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#client_secret SnowflakeProvider#client_secret} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#redirect_uri SnowflakeProvider#redirect_uri} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#refresh_token SnowflakeProvider#refresh_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs#token_endpoint SnowflakeProvider#token_endpoint} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs#token_endpoint SnowflakeProvider#token_endpoint} */ readonly tokenEndpoint: string; } @@ -351,7 +351,7 @@ export function snowflakeProviderTokenAccessorToHclTerraform(struct?: SnowflakeP /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs snowflake} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs snowflake} */ export class SnowflakeProvider extends cdktf.TerraformProvider { @@ -367,7 +367,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/1.0.1/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/1.0.2/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) { @@ -379,7 +379,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs snowflake} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -390,7 +390,7 @@ export class SnowflakeProvider extends cdktf.TerraformProvider { terraformResourceType: 'snowflake', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, terraformProviderSource: 'Snowflake-Labs/snowflake' diff --git a/src/resource-monitor/README.md b/src/resource-monitor/README.md index a85cb83a3..6eff0e24e 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/1.0.1/docs/resources/resource_monitor). +Refer to the Terraform Registry for docs: [`snowflake_resource_monitor`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor). diff --git a/src/resource-monitor/index.ts b/src/resource-monitor/index.ts index 76b63dbdc..1900141b0 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/1.0.1/docs/resources/resource_monitor +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 to the resource monitor per frequency interval. When total usage for all warehouses assigned to the monitor reaches this number for the current frequency interval, the resource monitor is considered to be at 100% of quota. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#credit_quota ResourceMonitor#credit_quota} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#end_timestamp ResourceMonitor#end_timestamp} */ readonly endTimestamp?: string; /** * The frequency interval at which the credit usage resets to 0. Valid values are (case-insensitive): `MONTHLY` | `DAILY` | `WEEKLY` | `YEARLY` | `NEVER`. If you set a `frequency` for a resource monitor, you must also set `start_timestamp`. If you specify `NEVER` for the frequency, the credit usage for the warehouse does not reset. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#frequency ResourceMonitor#frequency} */ readonly frequency?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#id ResourceMonitor#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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,37 +40,37 @@ export interface ResourceMonitorConfig extends cdktf.TerraformMetaArguments { /** * Identifier for the resource monitor; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#name ResourceMonitor#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#name ResourceMonitor#name} */ readonly name: string; /** * Specifies a list of percentages of the credit quota. After reaching any of the values the users passed in the notify_users field will be notified (to receive the notification they should have notifications enabled). Values over 100 are supported. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_triggers ResourceMonitor#notify_triggers} */ readonly notifyTriggers?: number[]; /** * Specifies the list of users (their identifiers) to receive email notifications on resource monitors. For more information about this resource, see [docs](./user). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#notify_users ResourceMonitor#notify_users} */ readonly notifyUsers?: string[]; /** * The date and time when the resource monitor starts monitoring credit usage for the assigned warehouses. If you set a `start_timestamp` for a resource monitor, you must also set `frequency`. After removing this field from the config, the previously set value will be preserved on the Snowflake side, not the default value. That's due to Snowflake limitation and the lack of unset functionality for this parameter. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#start_timestamp ResourceMonitor#start_timestamp} */ readonly startTimestamp?: string; /** * Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses immediately cancel any currently running queries or statements. In addition, this action sends a notification to all users who have enabled notifications for themselves. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_immediate_trigger ResourceMonitor#suspend_immediate_trigger} */ readonly suspendImmediateTrigger?: number; /** * Represents a numeric value specified as a percentage of the credit quota. Values over 100 are supported. After reaching this value, all assigned warehouses while allowing currently running queries to complete will be suspended. No new queries can be executed by the warehouses until the credit quota for the resource monitor is increased. In addition, this action sends a notification to all users who have enabled notifications for themselves. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor#suspend_trigger ResourceMonitor#suspend_trigger} */ readonly suspendTrigger?: number; } @@ -211,7 +211,7 @@ export class ResourceMonitorShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor snowflake_resource_monitor} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/resource_monitor snowflake_resource_monitor} */ export class ResourceMonitor extends cdktf.TerraformResource { @@ -227,7 +227,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/1.0.1/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/1.0.2/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) { @@ -239,7 +239,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/resource_monitor snowflake_resource_monitor} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -250,7 +250,7 @@ export class ResourceMonitor extends cdktf.TerraformResource { terraformResourceType: 'snowflake_resource_monitor', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/row-access-policy/README.md b/src/row-access-policy/README.md index 2dac98ffa..c256b44a2 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/1.0.1/docs/resources/row_access_policy). +Refer to the Terraform Registry for docs: [`snowflake_row_access_policy`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy). diff --git a/src/row-access-policy/index.ts b/src/row-access-policy/index.ts index 97a2ae8cd..0a7e12949 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/1.0.1/docs/resources/row_access_policy +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface RowAccessPolicyConfig extends cdktf.TerraformMetaArguments { /** * Specifies the SQL expression. The expression can be any boolean-valued SQL expression. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#body RowAccessPolicy#body} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#body RowAccessPolicy#body} */ readonly body: string; /** * Specifies a comment for the row access policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#comment RowAccessPolicy#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#comment RowAccessPolicy#comment} */ readonly comment?: string; /** * The database in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#database RowAccessPolicy#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#database RowAccessPolicy#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#id RowAccessPolicy#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -40,19 +40,19 @@ 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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} */ readonly name: string; /** * The schema in which to create the row access policy. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#schema RowAccessPolicy#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#schema RowAccessPolicy#schema} */ readonly schema: string; /** * argument block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#argument RowAccessPolicy#argument} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#argument RowAccessPolicy#argument} */ readonly argument: RowAccessPolicyArgument[] | cdktf.IResolvable; } @@ -346,13 +346,13 @@ export interface RowAccessPolicyArgument { /** * The argument name * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#name RowAccessPolicy#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#name RowAccessPolicy#name} */ readonly name: string; /** * The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy#type RowAccessPolicy#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy#type RowAccessPolicy#type} */ readonly type: string; } @@ -491,7 +491,7 @@ export class RowAccessPolicyArgumentList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy snowflake_row_access_policy} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/row_access_policy snowflake_row_access_policy} */ export class RowAccessPolicy extends cdktf.TerraformResource { @@ -507,7 +507,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/1.0.1/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/1.0.2/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) { @@ -519,7 +519,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/row_access_policy snowflake_row_access_policy} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -530,7 +530,7 @@ export class RowAccessPolicy extends cdktf.TerraformResource { terraformResourceType: 'snowflake_row_access_policy', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/saml2-integration/README.md b/src/saml2-integration/README.md index 5df4d78ae..6e968ce2d 100644 --- a/src/saml2-integration/README.md +++ b/src/saml2-integration/README.md @@ -1,3 +1,3 @@ # `snowflake_saml2_integration` -Refer to the Terraform Registry for docs: [`snowflake_saml2_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration). +Refer to the Terraform Registry for docs: [`snowflake_saml2_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration). diff --git a/src/saml2-integration/index.ts b/src/saml2-integration/index.ts index 3dc9166c3..42728c0d5 100644 --- a/src/saml2-integration/index.ts +++ b/src/saml2-integration/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface Saml2IntegrationConfig extends cdktf.TerraformMetaArguments { /** * A list of regular expressions that email addresses are matched against to authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_email_patterns Saml2Integration#allowed_email_patterns} */ readonly allowedEmailPatterns?: string[]; /** * A list of email domains that can authenticate with a SAML2 security integration. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#allowed_user_domains Saml2Integration#allowed_user_domains} */ readonly allowedUserDomains?: string[]; /** * Specifies a comment for the integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#comment Saml2Integration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#comment Saml2Integration#comment} */ readonly comment?: string; /** * Specifies whether this security integration is enabled or disabled. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#enabled Saml2Integration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#enabled Saml2Integration#enabled} */ readonly enabled?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#id Saml2Integration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#id Saml2Integration#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,79 +46,79 @@ export interface Saml2IntegrationConfig 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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#name Saml2Integration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#name Saml2Integration#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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_enable_sp_initiated Saml2Integration#saml2_enable_sp_initiated} */ readonly saml2EnableSpInitiated?: string; /** * 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_force_authn Saml2Integration#saml2_force_authn} */ readonly saml2ForceAuthn?: string; /** * The string containing the IdP EntityID / Issuer. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_issuer Saml2Integration#saml2_issuer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_issuer Saml2Integration#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/1.0.1/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_post_logout_redirect_url Saml2Integration#saml2_post_logout_redirect_url} */ readonly saml2PostLogoutRedirectUrl?: string; /** * The string describing the IdP. Valid options are: `OKTA` | `ADFS` | `CUSTOM`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_provider Saml2Integration#saml2_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_provider Saml2Integration#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. Valid options are: `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/1.0.1/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#saml2_requested_nameid_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_requested_nameid_format Saml2Integration#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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sign_request Saml2Integration#saml2_sign_request} */ readonly saml2SignRequest?: string; /** * 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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#saml2_snowflake_acs_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_acs_url Saml2Integration#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. Because Okta does not support underscores in URLs, the underscore in the account name must be converted to a hyphen. See [docs](https://docs.snowflake.com/en/user-guide/organizations-connect#okta-urls). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_snowflake_issuer_url Saml2Integration#saml2_snowflake_issuer_url} */ readonly saml2SnowflakeIssuerUrl?: string; /** * The string containing the label to display after the Log In With button on the login page. If this field changes value from non-empty to empty, the whole resource is recreated because of Snowflake limitations. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#saml2_sp_initiated_login_page_label} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sp_initiated_login_page_label Saml2Integration#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/1.0.1/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#saml2_sso_url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_sso_url Saml2Integration#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/1.0.1/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#saml2_x509_cert Saml2Integration#saml2_x509_cert} */ readonly saml2X509Cert: string; } @@ -2118,7 +2118,7 @@ export class Saml2IntegrationShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration snowflake_saml2_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration snowflake_saml2_integration} */ export class Saml2Integration extends cdktf.TerraformResource { @@ -2134,7 +2134,7 @@ export class Saml2Integration extends cdktf.TerraformResource { * Generates CDKTF code for importing a Saml2Integration 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 Saml2Integration to import - * @param importFromId The id of the existing Saml2Integration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Saml2Integration that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Saml2Integration to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -2146,7 +2146,7 @@ export class Saml2Integration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/saml2_integration snowflake_saml2_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/saml2_integration snowflake_saml2_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 @@ -2157,7 +2157,7 @@ export class Saml2Integration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_saml2_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/schema/README.md b/src/schema/README.md index 0dc326531..36c14d06c 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/1.0.1/docs/resources/schema). +Refer to the Terraform Registry for docs: [`snowflake_schema`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema). diff --git a/src/schema/index.ts b/src/schema/index.ts index 8b61f37fa..9d5847ed9 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/1.0.1/docs/resources/schema +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,47 +15,47 @@ export interface SchemaConfig extends cdktf.TerraformMetaArguments { /** * The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#catalog Schema#catalog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#catalog Schema#catalog} */ readonly catalog?: string; /** * Specifies a comment for the schema. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#comment Schema#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 database, as well as specifying the default Time Travel retention time for all schemas created in the database. For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#data_retention_time_in_days Schema#data_retention_time_in_days} */ readonly dataRetentionTimeInDays?: number; /** * The database in which to create the schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#database Schema#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#database Schema#database} */ readonly database: string; /** * Specifies a default collation specification for all schemas and tables added to the database. It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#default_ddl_collation Schema#default_ddl_collation} */ readonly defaultDdlCollation?: string; /** * If true, enables stdout/stderr fast path logging for anonymous stored procedures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#enable_console_output Schema#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#enable_console_output Schema#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#external_volume Schema#external_volume} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#external_volume Schema#external_volume} */ readonly externalVolume?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#id Schema#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -64,91 +64,91 @@ export interface SchemaConfig extends cdktf.TerraformMetaArguments { /** * Specifies the 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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#is_transient Schema#is_transient} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#is_transient Schema#is_transient} */ readonly isTransient?: string; /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#log_level Schema#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#log_level Schema#log_level} */ readonly logLevel?: string; /** * Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#max_data_extension_time_in_days Schema#max_data_extension_time_in_days} */ readonly maxDataExtensionTimeInDays?: number; /** * Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#name Schema#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#name Schema#name} */ readonly name: string; /** * Specifies whether to pause a running pipe, primarily in preparation for transferring ownership of the pipe to a different role. For more information, check [PIPE_EXECUTION_PAUSED docs](https://docs.snowflake.com/en/sql-reference/parameters#pipe-execution-paused). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#pipe_execution_paused Schema#pipe_execution_paused} */ readonly pipeExecutionPaused?: boolean | cdktf.IResolvable; /** * If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#quoted_identifiers_ignore_case Schema#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#replace_invalid_characters Schema#replace_invalid_characters} */ readonly replaceInvalidCharacters?: boolean | cdktf.IResolvable; /** * The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#storage_serialization_policy Schema#storage_serialization_policy} */ readonly storageSerializationPolicy?: string; /** * How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#suspend_task_after_num_failures Schema#suspend_task_after_num_failures} */ readonly suspendTaskAfterNumFailures?: number; /** * Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#task_auto_retry_attempts Schema#task_auto_retry_attempts} */ readonly taskAutoRetryAttempts?: number; /** * Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#trace_level Schema#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#trace_level Schema#trace_level} */ readonly traceLevel?: string; /** * The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_managed_initial_warehouse_size Schema#user_task_managed_initial_warehouse_size} */ readonly userTaskManagedInitialWarehouseSize?: string; /** * Minimum amount of time between Triggered Task executions in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_minimum_trigger_interval_in_seconds Schema#user_task_minimum_trigger_interval_in_seconds} */ readonly userTaskMinimumTriggerIntervalInSeconds?: number; /** * User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#user_task_timeout_ms Schema#user_task_timeout_ms} */ readonly userTaskTimeoutMs?: number; /** * Specifies a managed schema. Managed access schemas centralize privilege management with the schema owner. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema#with_managed_access Schema#with_managed_access} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema#with_managed_access Schema#with_managed_access} */ readonly withManagedAccess?: string; } @@ -2151,7 +2151,7 @@ export class SchemaShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema snowflake_schema} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/schema snowflake_schema} */ export class Schema extends cdktf.TerraformResource { @@ -2167,7 +2167,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/1.0.1/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/1.0.2/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) { @@ -2179,7 +2179,7 @@ export class Schema extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/schema snowflake_schema} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -2190,7 +2190,7 @@ export class Schema extends cdktf.TerraformResource { terraformResourceType: 'snowflake_schema', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/scim-integration/README.md b/src/scim-integration/README.md index 43cc4cb53..42d069cf0 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/1.0.1/docs/resources/scim_integration). +Refer to the Terraform Registry for docs: [`snowflake_scim_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration). diff --git a/src/scim-integration/index.ts b/src/scim-integration/index.ts index 09e79213e..a87e52a8d 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/1.0.1/docs/resources/scim_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface ScimIntegrationConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the integration. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#comment ScimIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#comment ScimIntegration#comment} */ readonly comment?: string; /** * Specify whether the security integration is enabled. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#enabled ScimIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#enabled ScimIntegration#enabled} */ readonly enabled: boolean | cdktf.IResolvable; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#id ScimIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -34,31 +34,31 @@ export interface ScimIntegrationConfig extends cdktf.TerraformMetaArguments { /** * String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#name ScimIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#name ScimIntegration#name} */ readonly name: string; /** * Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see [docs](./network_policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#network_policy ScimIntegration#network_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Provider assumes that the specified role is already provided. Valid options are: `OKTA_PROVISIONER` | `AAD_PROVISIONER` | `GENERIC_SCIM_PROVISIONER`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#run_as_role ScimIntegration#run_as_role} */ readonly runAsRole: string; /** * Specifies the client type for the scim integration. Valid options are: `OKTA` | `AZURE` | `GENERIC`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#scim_client ScimIntegration#scim_client} */ readonly scimClient: string; /** * Specifies whether to enable or disable the synchronization of a user password from an Okta SCIM client as part of the API request to Snowflake. This property is not supported for Azure SCIM. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration#sync_password ScimIntegration#sync_password} */ readonly syncPassword?: string; } @@ -714,7 +714,7 @@ export class ScimIntegrationShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration snowflake_scim_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/scim_integration snowflake_scim_integration} */ export class ScimIntegration extends cdktf.TerraformResource { @@ -730,7 +730,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/1.0.1/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/1.0.2/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) { @@ -742,7 +742,7 @@ export class ScimIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/scim_integration snowflake_scim_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -753,7 +753,7 @@ export class ScimIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_scim_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/secondary-connection/README.md b/src/secondary-connection/README.md index ccf75d37b..f9b8a3cab 100644 --- a/src/secondary-connection/README.md +++ b/src/secondary-connection/README.md @@ -1,3 +1,3 @@ # `snowflake_secondary_connection` -Refer to the Terraform Registry for docs: [`snowflake_secondary_connection`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection). +Refer to the Terraform Registry for docs: [`snowflake_secondary_connection`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection). diff --git a/src/secondary-connection/index.ts b/src/secondary-connection/index.ts index 59dff822c..16b60b1ef 100644 --- a/src/secondary-connection/index.ts +++ b/src/secondary-connection/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SecondaryConnectionConfig extends cdktf.TerraformMetaArguments /** * Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see [docs](./primary_connection). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#as_replica_of SecondaryConnection#as_replica_of} */ readonly asReplicaOf: string; /** * Specifies a comment for the secondary connection. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#comment SecondaryConnection#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#comment SecondaryConnection#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#id SecondaryConnection#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#id SecondaryConnection#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,7 +34,7 @@ export interface SecondaryConnectionConfig extends cdktf.TerraformMetaArguments /** * String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#name SecondaryConnection#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#name SecondaryConnection#name} */ readonly name: string; } @@ -170,7 +170,7 @@ export class SecondaryConnectionShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection snowflake_secondary_connection} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection snowflake_secondary_connection} */ export class SecondaryConnection extends cdktf.TerraformResource { @@ -186,7 +186,7 @@ export class SecondaryConnection extends cdktf.TerraformResource { * Generates CDKTF code for importing a SecondaryConnection 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 SecondaryConnection to import - * @param importFromId The id of the existing SecondaryConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SecondaryConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SecondaryConnection to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -198,7 +198,7 @@ export class SecondaryConnection extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_connection snowflake_secondary_connection} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_connection snowflake_secondary_connection} 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 @@ -209,7 +209,7 @@ export class SecondaryConnection extends cdktf.TerraformResource { terraformResourceType: 'snowflake_secondary_connection', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/secondary-database/README.md b/src/secondary-database/README.md index f02ed53e4..a14c4f232 100644 --- a/src/secondary-database/README.md +++ b/src/secondary-database/README.md @@ -1,3 +1,3 @@ # `snowflake_secondary_database` -Refer to the Terraform Registry for docs: [`snowflake_secondary_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database). +Refer to the Terraform Registry for docs: [`snowflake_secondary_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database). diff --git a/src/secondary-database/index.ts b/src/secondary-database/index.ts index f8f28d843..43de9e69a 100644 --- a/src/secondary-database/index.ts +++ b/src/secondary-database/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,47 +15,47 @@ export interface SecondaryDatabaseConfig extends cdktf.TerraformMetaArguments { /** * A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./database). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#as_replica_of SecondaryDatabase#as_replica_of} */ readonly asReplicaOf: string; /** * The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#catalog SecondaryDatabase#catalog} */ readonly catalog?: string; /** * Specifies a comment for the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#comment SecondaryDatabase#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#comment SecondaryDatabase#comment} */ readonly comment?: string; /** * Specifies the number of days for which Time Travel actions (CLONE and UNDROP) can be performed on the database, as well as specifying the default Time Travel retention time for all schemas created in the database. For more details, see [Understanding & Using Time Travel](https://docs.snowflake.com/en/user-guide/data-time-travel). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#data_retention_time_in_days SecondaryDatabase#data_retention_time_in_days} */ readonly dataRetentionTimeInDays?: number; /** * Specifies a default collation specification for all schemas and tables added to the database. It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#default_ddl_collation SecondaryDatabase#default_ddl_collation} */ readonly defaultDdlCollation?: string; /** * If true, enables stdout/stderr fast path logging for anonymous stored procedures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#enable_console_output SecondaryDatabase#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#external_volume SecondaryDatabase#external_volume} */ readonly externalVolume?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#id SecondaryDatabase#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#id SecondaryDatabase#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -64,85 +64,85 @@ export interface SecondaryDatabaseConfig extends cdktf.TerraformMetaArguments { /** * Specifies the 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/1.0.1/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#is_transient SecondaryDatabase#is_transient} */ readonly isTransient?: boolean | cdktf.IResolvable; /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#log_level SecondaryDatabase#log_level} */ readonly logLevel?: string; /** * Object parameter that specifies the maximum number of days for which Snowflake can extend the data retention period for tables in the database to prevent streams on the tables from becoming stale. For a detailed description of this parameter, see [MAX_DATA_EXTENSION_TIME_IN_DAYS](https://docs.snowflake.com/en/sql-reference/parameters.html#label-max-data-extension-time-in-days). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#max_data_extension_time_in_days SecondaryDatabase#max_data_extension_time_in_days} */ readonly maxDataExtensionTimeInDays?: number; /** * Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '..') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#name SecondaryDatabase#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#name SecondaryDatabase#name} */ readonly name: string; /** * If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#quoted_identifiers_ignore_case SecondaryDatabase#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#replace_invalid_characters SecondaryDatabase#replace_invalid_characters} */ readonly replaceInvalidCharacters?: boolean | cdktf.IResolvable; /** * The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#storage_serialization_policy SecondaryDatabase#storage_serialization_policy} */ readonly storageSerializationPolicy?: string; /** * How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#suspend_task_after_num_failures SecondaryDatabase#suspend_task_after_num_failures} */ readonly suspendTaskAfterNumFailures?: number; /** * Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#task_auto_retry_attempts SecondaryDatabase#task_auto_retry_attempts} */ readonly taskAutoRetryAttempts?: number; /** * Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#trace_level SecondaryDatabase#trace_level} */ readonly traceLevel?: string; /** * The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_managed_initial_warehouse_size SecondaryDatabase#user_task_managed_initial_warehouse_size} */ readonly userTaskManagedInitialWarehouseSize?: string; /** * Minimum amount of time between Triggered Task executions in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_minimum_trigger_interval_in_seconds SecondaryDatabase#user_task_minimum_trigger_interval_in_seconds} */ readonly userTaskMinimumTriggerIntervalInSeconds?: number; /** * User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#user_task_timeout_ms SecondaryDatabase#user_task_timeout_ms} */ readonly userTaskTimeoutMs?: number; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database snowflake_secondary_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database snowflake_secondary_database} */ export class SecondaryDatabase extends cdktf.TerraformResource { @@ -158,7 +158,7 @@ export class SecondaryDatabase extends cdktf.TerraformResource { * Generates CDKTF code for importing a SecondaryDatabase 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 SecondaryDatabase to import - * @param importFromId The id of the existing SecondaryDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SecondaryDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SecondaryDatabase to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -170,7 +170,7 @@ export class SecondaryDatabase extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secondary_database snowflake_secondary_database} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secondary_database snowflake_secondary_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 @@ -181,7 +181,7 @@ export class SecondaryDatabase extends cdktf.TerraformResource { terraformResourceType: 'snowflake_secondary_database', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/secret-with-authorization-code-grant/README.md b/src/secret-with-authorization-code-grant/README.md index 62f82645f..5e42f23b5 100644 --- a/src/secret-with-authorization-code-grant/README.md +++ b/src/secret-with-authorization-code-grant/README.md @@ -1,3 +1,3 @@ # `snowflake_secret_with_authorization_code_grant` -Refer to the Terraform Registry for docs: [`snowflake_secret_with_authorization_code_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant). +Refer to the Terraform Registry for docs: [`snowflake_secret_with_authorization_code_grant`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant). diff --git a/src/secret-with-authorization-code-grant/index.ts b/src/secret-with-authorization-code-grant/index.ts index 417cf1a72..8034935fb 100644 --- a/src/secret-with-authorization-code-grant/index.ts +++ b/src/secret-with-authorization-code-grant/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface SecretWithAuthorizationCodeGrantConfig extends cdktf.TerraformM /** * Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see [docs](./api_authentication_integration_with_authorization_code_grant). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#api_authentication SecretWithAuthorizationCodeGrant#api_authentication} */ readonly apiAuthentication: string; /** * Specifies a comment for the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#comment SecretWithAuthorizationCodeGrant#comment} */ readonly comment?: string; /** * The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#database SecretWithAuthorizationCodeGrant#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#id SecretWithAuthorizationCodeGrant#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 SecretWithAuthorizationCodeGrantConfig extends cdktf.TerraformM /** * String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#name SecretWithAuthorizationCodeGrant#name} */ readonly name: string; /** * Specifies the token as a string that is used to obtain a new access token from the OAuth authorization server when the access token expires. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token SecretWithAuthorizationCodeGrant#oauth_refresh_token} */ readonly oauthRefreshToken: string; /** * Specifies the timestamp as a string when the OAuth refresh token expires. Accepted string formats: YYYY-MM-DD, YYYY-MM-DD HH:MI, YYYY-MM-DD HH:MI:SS, YYYY-MM-DD HH:MI * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#oauth_refresh_token_expiry_time SecretWithAuthorizationCodeGrant#oauth_refresh_token_expiry_time} */ readonly oauthRefreshTokenExpiryTime: string; /** * The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#schema SecretWithAuthorizationCodeGrant#schema} */ readonly schema: string; } @@ -309,7 +309,7 @@ export class SecretWithAuthorizationCodeGrantShowOutputList extends cdktf.Comple } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant} */ export class SecretWithAuthorizationCodeGrant extends cdktf.TerraformResource { @@ -325,7 +325,7 @@ export class SecretWithAuthorizationCodeGrant extends cdktf.TerraformResource { * Generates CDKTF code for importing a SecretWithAuthorizationCodeGrant 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 SecretWithAuthorizationCodeGrant to import - * @param importFromId The id of the existing SecretWithAuthorizationCodeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SecretWithAuthorizationCodeGrant that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SecretWithAuthorizationCodeGrant to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -337,7 +337,7 @@ export class SecretWithAuthorizationCodeGrant extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_grant} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_authorization_code_grant snowflake_secret_with_authorization_code_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 @@ -348,7 +348,7 @@ export class SecretWithAuthorizationCodeGrant extends cdktf.TerraformResource { terraformResourceType: 'snowflake_secret_with_authorization_code_grant', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/secret-with-basic-authentication/README.md b/src/secret-with-basic-authentication/README.md index 98a8b0768..c9bd6567b 100644 --- a/src/secret-with-basic-authentication/README.md +++ b/src/secret-with-basic-authentication/README.md @@ -1,3 +1,3 @@ # `snowflake_secret_with_basic_authentication` -Refer to the Terraform Registry for docs: [`snowflake_secret_with_basic_authentication`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication). +Refer to the Terraform Registry for docs: [`snowflake_secret_with_basic_authentication`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication). diff --git a/src/secret-with-basic-authentication/index.ts b/src/secret-with-basic-authentication/index.ts index e1e17efdd..0b7c0fb31 100644 --- a/src/secret-with-basic-authentication/index.ts +++ b/src/secret-with-basic-authentication/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SecretWithBasicAuthenticationConfig extends cdktf.TerraformMeta /** * Specifies a comment for the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#comment SecretWithBasicAuthentication#comment} */ readonly comment?: string; /** * The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#database SecretWithBasicAuthentication#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#id SecretWithBasicAuthentication#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,25 +34,25 @@ export interface SecretWithBasicAuthenticationConfig extends cdktf.TerraformMeta /** * String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#name SecretWithBasicAuthentication#name} */ readonly name: string; /** * Specifies the password value to store in the secret. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#password SecretWithBasicAuthentication#password} */ readonly password: string; /** * The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#schema SecretWithBasicAuthentication#schema} */ readonly schema: string; /** * Specifies the username value to store in the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#username SecretWithBasicAuthentication#username} */ readonly username: string; } @@ -303,7 +303,7 @@ export class SecretWithBasicAuthenticationShowOutputList extends cdktf.ComplexLi } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication} */ export class SecretWithBasicAuthentication extends cdktf.TerraformResource { @@ -319,7 +319,7 @@ export class SecretWithBasicAuthentication extends cdktf.TerraformResource { * Generates CDKTF code for importing a SecretWithBasicAuthentication 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 SecretWithBasicAuthentication to import - * @param importFromId The id of the existing SecretWithBasicAuthentication that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SecretWithBasicAuthentication that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SecretWithBasicAuthentication to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -331,7 +331,7 @@ export class SecretWithBasicAuthentication extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_basic_authentication snowflake_secret_with_basic_authentication} 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 @@ -342,7 +342,7 @@ export class SecretWithBasicAuthentication extends cdktf.TerraformResource { terraformResourceType: 'snowflake_secret_with_basic_authentication', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/secret-with-client-credentials/README.md b/src/secret-with-client-credentials/README.md index 8abebc4ce..d49f7fcb7 100644 --- a/src/secret-with-client-credentials/README.md +++ b/src/secret-with-client-credentials/README.md @@ -1,3 +1,3 @@ # `snowflake_secret_with_client_credentials` -Refer to the Terraform Registry for docs: [`snowflake_secret_with_client_credentials`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials). +Refer to the Terraform Registry for docs: [`snowflake_secret_with_client_credentials`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials). diff --git a/src/secret-with-client-credentials/index.ts b/src/secret-with-client-credentials/index.ts index 13e11d08d..a1967e66a 100644 --- a/src/secret-with-client-credentials/index.ts +++ b/src/secret-with-client-credentials/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface SecretWithClientCredentialsConfig extends cdktf.TerraformMetaAr /** * Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see [docs](./api_authentication_integration_with_client_credentials). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#api_authentication SecretWithClientCredentials#api_authentication} */ readonly apiAuthentication: string; /** * Specifies a comment for the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#comment SecretWithClientCredentials#comment} */ readonly comment?: string; /** * The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#database SecretWithClientCredentials#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#id SecretWithClientCredentials#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 SecretWithClientCredentialsConfig extends cdktf.TerraformMetaAr /** * String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#name SecretWithClientCredentials#name} */ readonly name: string; /** * Specifies a list of scopes to use when making a request from the OAuth server by a role with USAGE on the integration during the OAuth client credentials flow. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#oauth_scopes SecretWithClientCredentials#oauth_scopes} */ readonly oauthScopes: string[]; /** * The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#schema SecretWithClientCredentials#schema} */ readonly schema: string; } @@ -303,7 +303,7 @@ export class SecretWithClientCredentialsShowOutputList extends cdktf.ComplexList } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials} */ export class SecretWithClientCredentials extends cdktf.TerraformResource { @@ -319,7 +319,7 @@ export class SecretWithClientCredentials extends cdktf.TerraformResource { * Generates CDKTF code for importing a SecretWithClientCredentials 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 SecretWithClientCredentials to import - * @param importFromId The id of the existing SecretWithClientCredentials that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SecretWithClientCredentials that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SecretWithClientCredentials to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -331,7 +331,7 @@ export class SecretWithClientCredentials extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_client_credentials snowflake_secret_with_client_credentials} 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 @@ -342,7 +342,7 @@ export class SecretWithClientCredentials extends cdktf.TerraformResource { terraformResourceType: 'snowflake_secret_with_client_credentials', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/secret-with-generic-string/README.md b/src/secret-with-generic-string/README.md index 00b347fa9..61a5b1380 100644 --- a/src/secret-with-generic-string/README.md +++ b/src/secret-with-generic-string/README.md @@ -1,3 +1,3 @@ # `snowflake_secret_with_generic_string` -Refer to the Terraform Registry for docs: [`snowflake_secret_with_generic_string`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string). +Refer to the Terraform Registry for docs: [`snowflake_secret_with_generic_string`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string). diff --git a/src/secret-with-generic-string/index.ts b/src/secret-with-generic-string/index.ts index 2f9d6e74c..8aa8533b7 100644 --- a/src/secret-with-generic-string/index.ts +++ b/src/secret-with-generic-string/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,17 +15,17 @@ export interface SecretWithGenericStringConfig extends cdktf.TerraformMetaArgume /** * Specifies a comment for the secret. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#comment SecretWithGenericString#comment} */ readonly comment?: string; /** * The database in which to create the secret Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#database SecretWithGenericString#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#id SecretWithGenericString#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#id SecretWithGenericString#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,19 +34,19 @@ export interface SecretWithGenericStringConfig extends cdktf.TerraformMetaArgume /** * String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#name SecretWithGenericString#name} */ readonly name: string; /** * The schema in which to create the secret. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#schema SecretWithGenericString#schema} */ readonly schema: string; /** * Specifies the string to store in the secret. The string can be an API token or a string of sensitive value that can be used in the handler code of a UDF or stored procedure. For details, see [Creating and using an external access integration](https://docs.snowflake.com/en/developer-guide/external-network-access/creating-using-external-network-access). You should not use this property to store any kind of OAuth token; use one of the other secret types for your OAuth use cases. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#secret_string SecretWithGenericString#secret_string} */ readonly secretString: string; } @@ -297,7 +297,7 @@ export class SecretWithGenericStringShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string} */ export class SecretWithGenericString extends cdktf.TerraformResource { @@ -313,7 +313,7 @@ export class SecretWithGenericString extends cdktf.TerraformResource { * Generates CDKTF code for importing a SecretWithGenericString 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 SecretWithGenericString to import - * @param importFromId The id of the existing SecretWithGenericString that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SecretWithGenericString that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SecretWithGenericString to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -325,7 +325,7 @@ export class SecretWithGenericString extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/secret_with_generic_string snowflake_secret_with_generic_string} 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 @@ -336,7 +336,7 @@ export class SecretWithGenericString extends cdktf.TerraformResource { terraformResourceType: 'snowflake_secret_with_generic_string', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/sequence/README.md b/src/sequence/README.md index 98930c9bb..08a0620e8 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/1.0.1/docs/resources/sequence). +Refer to the Terraform Registry for docs: [`snowflake_sequence`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence). diff --git a/src/sequence/index.ts b/src/sequence/index.ts index a2be89cc0..bf2a90436 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/1.0.1/docs/resources/sequence +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#comment Sequence#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#database Sequence#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence#database Sequence#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/sequence#id Sequence#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#increment Sequence#increment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#name Sequence#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#ordering Sequence#ordering} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/sequence#schema Sequence#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/sequence#schema Sequence#schema} */ readonly schema: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/sequence snowflake_sequence} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/sequence snowflake_sequence} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/service-user/README.md b/src/service-user/README.md index 762897bf1..b5f01538b 100644 --- a/src/service-user/README.md +++ b/src/service-user/README.md @@ -1,3 +1,3 @@ # `snowflake_service_user` -Refer to the Terraform Registry for docs: [`snowflake_service_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user). +Refer to the Terraform Registry for docs: [`snowflake_service_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user). diff --git a/src/service-user/index.ts b/src/service-user/index.ts index 6a38181bc..304b5037c 100644 --- a/src/service-user/index.ts +++ b/src/service-user/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,179 +15,179 @@ export interface ServiceUserConfig extends cdktf.TerraformMetaArguments { /** * Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#abort_detached_query ServiceUser#abort_detached_query} */ readonly abortDetachedQuery?: boolean | cdktf.IResolvable; /** * Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#autocommit ServiceUser#autocommit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#autocommit ServiceUser#autocommit} */ readonly autocommit?: boolean | cdktf.IResolvable; /** * The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_input_format ServiceUser#binary_input_format} */ readonly binaryInputFormat?: string; /** * The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#binary_output_format ServiceUser#binary_output_format} */ readonly binaryOutputFormat?: string; /** * Parameter that specifies the maximum amount of memory the JDBC driver or ODBC driver should use for the result set from queries (in MB). For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_memory_limit ServiceUser#client_memory_limit} */ readonly clientMemoryLimit?: number; /** * For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases/schemas to the current database/schema. The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_metadata_request_use_connection_ctx ServiceUser#client_metadata_request_use_connection_ctx} */ readonly clientMetadataRequestUseConnectionCtx?: boolean | cdktf.IResolvable; /** * Parameter that specifies the number of threads used by the client to pre-fetch large result sets. The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_prefetch_threads ServiceUser#client_prefetch_threads} */ readonly clientPrefetchThreads?: number; /** * Parameter that specifies the maximum size of each set (or chunk) of query results to download (in MB). The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_chunk_size ServiceUser#client_result_chunk_size} */ readonly clientResultChunkSize?: number; /** * Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_result_column_case_insensitive ServiceUser#client_result_column_case_insensitive} */ readonly clientResultColumnCaseInsensitive?: boolean | cdktf.IResolvable; /** * Parameter that indicates whether to force a user to log in again after a period of inactivity in the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive ServiceUser#client_session_keep_alive} */ readonly clientSessionKeepAlive?: boolean | cdktf.IResolvable; /** * Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_session_keep_alive_heartbeat_frequency ServiceUser#client_session_keep_alive_heartbeat_frequency} */ readonly clientSessionKeepAliveHeartbeatFrequency?: number; /** * Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#client_timestamp_type_mapping ServiceUser#client_timestamp_type_mapping} */ readonly clientTimestampTypeMapping?: string; /** * Specifies a comment for the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#comment ServiceUser#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#comment ServiceUser#comment} */ readonly comment?: string; /** * Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_input_format ServiceUser#date_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_input_format ServiceUser#date_input_format} */ readonly dateInputFormat?: string; /** * Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#date_output_format ServiceUser#date_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#date_output_format ServiceUser#date_output_format} */ readonly dateOutputFormat?: string; /** * Specifies the number of days after which the user status is set to `Expired` and the user is no longer allowed to log in. This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#days_to_expiry ServiceUser#days_to_expiry} */ readonly daysToExpiry?: number; /** * Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_namespace ServiceUser#default_namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_namespace ServiceUser#default_namespace} */ readonly defaultNamespace?: string; /** * Specifies the role that is active by default for the user’s session upon login. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_role ServiceUser#default_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_role ServiceUser#default_role} */ readonly defaultRole?: string; /** * Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_secondary_roles_option ServiceUser#default_secondary_roles_option} */ readonly defaultSecondaryRolesOption?: string; /** * Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#default_warehouse ServiceUser#default_warehouse} */ readonly defaultWarehouse?: string; /** * Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#disabled ServiceUser#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#disabled ServiceUser#disabled} */ readonly disabled?: string; /** * Name displayed for the user in the Snowflake web interface. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#display_name ServiceUser#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#display_name ServiceUser#display_name} */ readonly displayName?: string; /** * Email address for the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#email ServiceUser#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#email ServiceUser#email} */ readonly email?: string; /** * Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unload_physical_type_optimization ServiceUser#enable_unload_physical_type_optimization} */ readonly enableUnloadPhysicalTypeOptimization?: boolean | cdktf.IResolvable; /** * Controls whether query text is redacted if a SQL query fails due to a syntax or parsing error. If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#enable_unredacted_query_syntax_error ServiceUser#enable_unredacted_query_syntax_error} */ readonly enableUnredactedQuerySyntaxError?: boolean | cdktf.IResolvable; /** * Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_merge ServiceUser#error_on_nondeterministic_merge} */ readonly errorOnNondeterministicMerge?: boolean | cdktf.IResolvable; /** * Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#error_on_nondeterministic_update ServiceUser#error_on_nondeterministic_update} */ readonly errorOnNondeterministicUpdate?: boolean | cdktf.IResolvable; /** * Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geography_output_format ServiceUser#geography_output_format} */ readonly geographyOutputFormat?: string; /** * Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#geometry_output_format ServiceUser#geometry_output_format} */ readonly geometryOutputFormat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#id ServiceUser#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#id ServiceUser#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -196,259 +196,259 @@ export interface ServiceUserConfig extends cdktf.TerraformMetaArguments { /** * Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_decimal_as_int ServiceUser#jdbc_treat_decimal_as_int} */ readonly jdbcTreatDecimalAsInt?: boolean | cdktf.IResolvable; /** * Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_treat_timestamp_ntz_as_utc ServiceUser#jdbc_treat_timestamp_ntz_as_utc} */ readonly jdbcTreatTimestampNtzAsUtc?: boolean | cdktf.IResolvable; /** * Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#jdbc_use_session_timezone ServiceUser#jdbc_use_session_timezone} */ readonly jdbcUseSessionTimezone?: boolean | cdktf.IResolvable; /** * Specifies the number of blank spaces to indent each new element in JSON output in the session. Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#json_indent ServiceUser#json_indent} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#json_indent ServiceUser#json_indent} */ readonly jsonIndent?: number; /** * Number of seconds to wait while trying to lock a resource, before timing out and aborting the statement. For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#lock_timeout ServiceUser#lock_timeout} */ readonly lockTimeout?: number; /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#log_level ServiceUser#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#log_level ServiceUser#log_level} */ readonly logLevel?: string; /** * The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#login_name ServiceUser#login_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#login_name ServiceUser#login_name} */ readonly loginName?: string; /** * Specifies the number of minutes until the temporary lock on the user login is cleared. To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#mins_to_unlock ServiceUser#mins_to_unlock} */ readonly minsToUnlock?: number; /** * Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#multi_statement_count ServiceUser#multi_statement_count} */ readonly multiStatementCount?: number; /** * Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#name ServiceUser#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#name ServiceUser#name} */ readonly name: string; /** * Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#network_policy ServiceUser#network_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#network_policy ServiceUser#network_policy} */ readonly networkPolicy?: string; /** * Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#noorder_sequence_as_default ServiceUser#noorder_sequence_as_default} */ readonly noorderSequenceAsDefault?: boolean | cdktf.IResolvable; /** * Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#odbc_treat_decimal_as_int ServiceUser#odbc_treat_decimal_as_int} */ readonly odbcTreatDecimalAsInt?: boolean | cdktf.IResolvable; /** * Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#prevent_unload_to_internal_stages ServiceUser#prevent_unload_to_internal_stages} */ readonly preventUnloadToInternalStages?: boolean | cdktf.IResolvable; /** * Optional string that can be used to tag queries and other SQL statements executed within a session. The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#query_tag ServiceUser#query_tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#query_tag ServiceUser#query_tag} */ readonly queryTag?: string; /** * Specifies whether letters in double-quoted object identifiers are stored and resolved as uppercase letters. By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#quoted_identifiers_ignore_case ServiceUser#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rows_per_resultset ServiceUser#rows_per_resultset} */ readonly rowsPerResultset?: number; /** * 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/1.0.1/docs/resources/service_user#rsa_public_key ServiceUser#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key ServiceUser#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/1.0.1/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#rsa_public_key_2 ServiceUser#rsa_public_key_2} */ readonly rsaPublicKey2?: string; /** * Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#s3_stage_vpce_dns_name ServiceUser#s3_stage_vpce_dns_name} */ readonly s3StageVpceDnsName?: string; /** * Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#search_path ServiceUser#search_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#search_path ServiceUser#search_path} */ readonly searchPath?: string; /** * Specifies the name of a consumer account to simulate for testing/validating shared data, particularly shared secure views. When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#simulated_data_sharing_consumer ServiceUser#simulated_data_sharing_consumer} */ readonly simulatedDataSharingConsumer?: string; /** * Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_queued_timeout_in_seconds ServiceUser#statement_queued_timeout_in_seconds} */ readonly statementQueuedTimeoutInSeconds?: number; /** * Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#statement_timeout_in_seconds ServiceUser#statement_timeout_in_seconds} */ readonly statementTimeoutInSeconds?: number; /** * This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#strict_json_output ServiceUser#strict_json_output} */ readonly strictJsonOutput?: boolean | cdktf.IResolvable; /** * Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_input_format ServiceUser#time_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_input_format ServiceUser#time_input_format} */ readonly timeInputFormat?: string; /** * Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#time_output_format ServiceUser#time_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#time_output_format ServiceUser#time_output_format} */ readonly timeOutputFormat?: string; /** * Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_day_is_always_24h ServiceUser#timestamp_day_is_always_24h} */ readonly timestampDayIsAlways24H?: boolean | cdktf.IResolvable; /** * Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_input_format ServiceUser#timestamp_input_format} */ readonly timestampInputFormat?: string; /** * Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ltz_output_format ServiceUser#timestamp_ltz_output_format} */ readonly timestampLtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_ntz_output_format ServiceUser#timestamp_ntz_output_format} */ readonly timestampNtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_output_format ServiceUser#timestamp_output_format} */ readonly timestampOutputFormat?: string; /** * Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_type_mapping ServiceUser#timestamp_type_mapping} */ readonly timestampTypeMapping?: string; /** * Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timestamp_tz_output_format ServiceUser#timestamp_tz_output_format} */ readonly timestampTzOutputFormat?: string; /** * Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#timezone ServiceUser#timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#timezone ServiceUser#timezone} */ readonly timezone?: string; /** * Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#trace_level ServiceUser#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#trace_level ServiceUser#trace_level} */ readonly traceLevel?: string; /** * Specifies the action to perform when a statement issued within a non-autocommit transaction returns with an error. For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_abort_on_error ServiceUser#transaction_abort_on_error} */ readonly transactionAbortOnError?: boolean | cdktf.IResolvable; /** * Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#transaction_default_isolation_level ServiceUser#transaction_default_isolation_level} */ readonly transactionDefaultIsolationLevel?: string; /** * Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#two_digit_century_start ServiceUser#two_digit_century_start} */ readonly twoDigitCenturyStart?: number; /** * Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#unsupported_ddl_action ServiceUser#unsupported_ddl_action} */ readonly unsupportedDdlAction?: string; /** * Specifies whether to reuse persisted query results, if available, when a matching query is submitted. For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#use_cached_result ServiceUser#use_cached_result} */ readonly useCachedResult?: boolean | cdktf.IResolvable; /** * Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_of_year_policy ServiceUser#week_of_year_policy} */ readonly weekOfYearPolicy?: number; /** * Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#week_start ServiceUser#week_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#week_start ServiceUser#week_start} */ readonly weekStart?: number; } @@ -6592,7 +6592,7 @@ export class ServiceUserShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user snowflake_service_user} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user snowflake_service_user} */ export class ServiceUser extends cdktf.TerraformResource { @@ -6608,7 +6608,7 @@ export class ServiceUser extends cdktf.TerraformResource { * Generates CDKTF code for importing a ServiceUser 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 ServiceUser to import - * @param importFromId The id of the existing ServiceUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing ServiceUser that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the ServiceUser to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -6620,7 +6620,7 @@ export class ServiceUser extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/service_user snowflake_service_user} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/service_user snowflake_service_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 @@ -6631,7 +6631,7 @@ export class ServiceUser extends cdktf.TerraformResource { terraformResourceType: 'snowflake_service_user', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/share/README.md b/src/share/README.md index f7e602e12..fed7b9470 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/1.0.1/docs/resources/share). +Refer to the Terraform Registry for docs: [`snowflake_share`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share). diff --git a/src/share/index.ts b/src/share/index.ts index 6eb87a455..2309a1ae0 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/1.0.1/docs/resources/share +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#accounts Share#accounts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#comment Share#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#comment Share#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share#id Share#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/share#name Share#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/share#name Share#name} */ readonly name: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/share snowflake_share} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/share snowflake_share} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/shared-database/README.md b/src/shared-database/README.md index 59235ff6e..fce24fb8a 100644 --- a/src/shared-database/README.md +++ b/src/shared-database/README.md @@ -1,3 +1,3 @@ # `snowflake_shared_database` -Refer to the Terraform Registry for docs: [`snowflake_shared_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database). +Refer to the Terraform Registry for docs: [`snowflake_shared_database`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database). diff --git a/src/shared-database/index.ts b/src/shared-database/index.ts index 7890c7412..355254ada 100644 --- a/src/shared-database/index.ts +++ b/src/shared-database/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,41 +15,41 @@ export interface SharedDatabaseConfig extends cdktf.TerraformMetaArguments { /** * The database parameter that specifies the default catalog to use for Iceberg tables. For more information, see [CATALOG](https://docs.snowflake.com/en/sql-reference/parameters#catalog). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#catalog SharedDatabase#catalog} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#catalog SharedDatabase#catalog} */ readonly catalog?: string; /** * Specifies a comment for the database. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#comment SharedDatabase#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#comment SharedDatabase#comment} */ readonly comment?: string; /** * Specifies a default collation specification for all schemas and tables added to the database. It can be overridden on schema or table level. For more information, see [collation specification](https://docs.snowflake.com/en/sql-reference/collation#label-collation-specification). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#default_ddl_collation SharedDatabase#default_ddl_collation} */ readonly defaultDdlCollation?: string; /** * If true, enables stdout/stderr fast path logging for anonymous stored procedures. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#enable_console_output SharedDatabase#enable_console_output} */ readonly enableConsoleOutput?: boolean | cdktf.IResolvable; /** * The database parameter that specifies the default external volume to use for Iceberg tables. For more information, see [EXTERNAL_VOLUME](https://docs.snowflake.com/en/sql-reference/parameters#external-volume). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#external_volume SharedDatabase#external_volume} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#external_volume SharedDatabase#external_volume} */ readonly externalVolume?: string; /** * A fully qualified path to a share from which the database will be created. A fully qualified path follows the format of `""."".""`. For more information about this resource, see [docs](./share). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#from_share SharedDatabase#from_share} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#from_share SharedDatabase#from_share} */ readonly fromShare: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#id SharedDatabase#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#id SharedDatabase#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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,73 +58,73 @@ export interface SharedDatabaseConfig extends cdktf.TerraformMetaArguments { /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Valid options are: [TRACE DEBUG INFO WARN ERROR FATAL OFF]. Messages at the specified level (and at more severe levels) are ingested. For more information, see [LOG_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#log_level SharedDatabase#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#log_level SharedDatabase#log_level} */ readonly logLevel?: string; /** * Specifies the identifier for the database; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#name SharedDatabase#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#name SharedDatabase#name} */ readonly name: string; /** * If true, the case of quoted identifiers is ignored. For more information, see [QUOTED_IDENTIFIERS_IGNORE_CASE](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#quoted_identifiers_ignore_case SharedDatabase#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies whether to replace invalid UTF-8 characters with the Unicode replacement character (�) in query results for an Iceberg table. You can only set this parameter for tables that use an external Iceberg catalog. For more information, see [REPLACE_INVALID_CHARACTERS](https://docs.snowflake.com/en/sql-reference/parameters#replace-invalid-characters). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#replace_invalid_characters SharedDatabase#replace_invalid_characters} */ readonly replaceInvalidCharacters?: boolean | cdktf.IResolvable; /** * The storage serialization policy for Iceberg tables that use Snowflake as the catalog. Valid options are: [COMPATIBLE OPTIMIZED]. COMPATIBLE: Snowflake performs encoding and compression of data files that ensures interoperability with third-party compute engines. OPTIMIZED: Snowflake performs encoding and compression of data files that ensures the best table performance within Snowflake. For more information, see [STORAGE_SERIALIZATION_POLICY](https://docs.snowflake.com/en/sql-reference/parameters#storage-serialization-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#storage_serialization_policy SharedDatabase#storage_serialization_policy} */ readonly storageSerializationPolicy?: string; /** * How many times a task must fail in a row before it is automatically suspended. 0 disables auto-suspending. For more information, see [SUSPEND_TASK_AFTER_NUM_FAILURES](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#suspend_task_after_num_failures SharedDatabase#suspend_task_after_num_failures} */ readonly suspendTaskAfterNumFailures?: number; /** * Maximum automatic retries allowed for a user task. For more information, see [TASK_AUTO_RETRY_ATTEMPTS](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#task_auto_retry_attempts SharedDatabase#task_auto_retry_attempts} */ readonly taskAutoRetryAttempts?: number; /** * Controls how trace events are ingested into the event table. Valid options are: [ALWAYS ON_EVENT OFF]. For information about levels, see [TRACE_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters.html#label-trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#trace_level SharedDatabase#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#trace_level SharedDatabase#trace_level} */ readonly traceLevel?: string; /** * The initial size of warehouse to use for managed warehouses in the absence of history. For more information, see [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_managed_initial_warehouse_size SharedDatabase#user_task_managed_initial_warehouse_size} */ readonly userTaskManagedInitialWarehouseSize?: string; /** * Minimum amount of time between Triggered Task executions in seconds. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_minimum_trigger_interval_in_seconds SharedDatabase#user_task_minimum_trigger_interval_in_seconds} */ readonly userTaskMinimumTriggerIntervalInSeconds?: number; /** * User task execution timeout in milliseconds. For more information, see [USER_TASK_TIMEOUT_MS](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#user_task_timeout_ms SharedDatabase#user_task_timeout_ms} */ readonly userTaskTimeoutMs?: number; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database snowflake_shared_database} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database snowflake_shared_database} */ export class SharedDatabase extends cdktf.TerraformResource { @@ -140,7 +140,7 @@ export class SharedDatabase extends cdktf.TerraformResource { * Generates CDKTF code for importing a SharedDatabase 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 SharedDatabase to import - * @param importFromId The id of the existing SharedDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing SharedDatabase that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the SharedDatabase to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -152,7 +152,7 @@ export class SharedDatabase extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/shared_database snowflake_shared_database} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/shared_database snowflake_shared_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 @@ -163,7 +163,7 @@ export class SharedDatabase extends cdktf.TerraformResource { terraformResourceType: 'snowflake_shared_database', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/stage/README.md b/src/stage/README.md index 1adbf4a38..e4efa0542 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/1.0.1/docs/resources/stage). +Refer to the Terraform Registry for docs: [`snowflake_stage`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage). diff --git a/src/stage/index.ts b/src/stage/index.ts index b68aba491..473da71f4 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/1.0.1/docs/resources/stage +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,53 +15,53 @@ export interface StageConfig extends cdktf.TerraformMetaArguments { /** * A unique ID assigned to the specific stage. The ID has the following format: <snowflakeAccount>_SFCRole=<snowflakeRoleId>_<randomId> * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#aws_external_id Stage#aws_external_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#comment Stage#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#copy_options Stage#copy_options} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#credentials Stage#credentials} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#database Stage#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#directory Stage#directory} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#encryption Stage#encryption} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#encryption Stage#encryption} */ readonly encryption?: string; /** - * Specifies the file format for the stage. Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. + * Specifies the file format for the stage. Specifying the default Snowflake value (e.g. TYPE = CSV) will currently result in a permadiff (check [#2679](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/2679)). For now, omit the default values; it will be fixed in the upcoming provider versions. Examples of usage: 1. with hardcoding value: `file_format="FORMAT_NAME = DB.SCHEMA.FORMATNAME"` 2. from dynamic value: `file_format = "FORMAT_NAME = ${snowflake_file_format.myfileformat.fully_qualified_name}"` 3. from expression: `file_format = format("FORMAT_NAME =%s.%s.MYFILEFORMAT", var.db_name, each.value.schema_name)`. Reference: [#265](https://github.com/Snowflake-Labs/terraform-provider-snowflake/issues/265) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#file_format Stage#file_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#file_format Stage#file_format} */ readonly fileFormat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#id Stage#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -70,37 +70,37 @@ 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/1.0.1/docs/resources/stage#name Stage#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#schema Stage#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#schema Stage#schema} */ readonly schema: string; /** * An AWS IAM user created for your Snowflake account. This user is the same for every external S3 stage created in your account. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#snowflake_iam_user Stage#snowflake_iam_user} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#storage_integration Stage#storage_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#url Stage#url} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#url Stage#url} */ readonly url?: string; /** * tag block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage#tag Stage#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#tag Stage#tag} */ readonly tag?: StageTag[] | cdktf.IResolvable; } @@ -108,25 +108,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/1.0.1/docs/resources/stage#database Stage#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#name Stage#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#schema Stage#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/stage#value Stage#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage#value Stage#value} */ readonly value: string; } @@ -323,7 +323,7 @@ export class StageTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage snowflake_stage} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stage snowflake_stage} */ export class Stage extends cdktf.TerraformResource { @@ -339,7 +339,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/1.0.1/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/1.0.2/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) { @@ -351,7 +351,7 @@ export class Stage extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stage snowflake_stage} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -362,7 +362,7 @@ export class Stage extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stage', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/storage-integration/README.md b/src/storage-integration/README.md index 425101254..e6b042faf 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/1.0.1/docs/resources/storage_integration). +Refer to the Terraform Registry for docs: [`snowflake_storage_integration`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration). diff --git a/src/storage-integration/index.ts b/src/storage-integration/index.ts index 646b0b6ea..300943a06 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/1.0.1/docs/resources/storage_integration +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration // generated from terraform resource schema import { Construct } from 'constructs'; @@ -13,64 +13,64 @@ import * as cdktf from 'cdktf'; export interface StorageIntegrationConfig extends cdktf.TerraformMetaArguments { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#azure_tenant_id StorageIntegration#azure_tenant_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#comment StorageIntegration#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#comment StorageIntegration#comment} */ readonly comment?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#enabled StorageIntegration#enabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#id StorageIntegration#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#name StorageIntegration#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#storage_allowed_locations StorageIntegration#storage_allowed_locations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#storage_blocked_locations StorageIntegration#storage_blocked_locations} */ readonly storageBlockedLocations?: string[]; /** * Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration#storage_provider StorageIntegration#storage_provider} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/storage_integration#type StorageIntegration#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration#type StorageIntegration#type} */ readonly type?: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration snowflake_storage_integration} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/storage_integration snowflake_storage_integration} */ export class StorageIntegration extends cdktf.TerraformResource { @@ -86,7 +86,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/1.0.1/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/1.0.2/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) { @@ -98,7 +98,7 @@ export class StorageIntegration extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/storage_integration snowflake_storage_integration} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -109,7 +109,7 @@ export class StorageIntegration extends cdktf.TerraformResource { terraformResourceType: 'snowflake_storage_integration', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/stream-on-directory-table/README.md b/src/stream-on-directory-table/README.md index 1574f84e4..ffb97d374 100644 --- a/src/stream-on-directory-table/README.md +++ b/src/stream-on-directory-table/README.md @@ -1,3 +1,3 @@ # `snowflake_stream_on_directory_table` -Refer to the Terraform Registry for docs: [`snowflake_stream_on_directory_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table). +Refer to the Terraform Registry for docs: [`snowflake_stream_on_directory_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table). diff --git a/src/stream-on-directory-table/index.ts b/src/stream-on-directory-table/index.ts index 6e779d0c4..4394e0e8e 100644 --- a/src/stream-on-directory-table/index.ts +++ b/src/stream-on-directory-table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface StreamOnDirectoryTableConfig extends cdktf.TerraformMetaArgumen /** * Specifies a comment for the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#comment StreamOnDirectoryTable#comment} */ readonly comment?: string; /** * Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#copy_grants StreamOnDirectoryTable#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#database StreamOnDirectoryTable#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#id StreamOnDirectoryTable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 StreamOnDirectoryTableConfig extends cdktf.TerraformMetaArgumen /** * Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#name StreamOnDirectoryTable#name} */ readonly name: string; /** * The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#schema StreamOnDirectoryTable#schema} */ readonly schema: string; /** * Specifies an identifier for the stage the stream will monitor. Due to Snowflake limitations, the provider can not read the stage's database and schema. For stages, Snowflake returns only partially qualified name instead of fully qualified name. Please use stages located in the same schema as the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./stage). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#stage StreamOnDirectoryTable#stage} */ readonly stage: string; } @@ -348,7 +348,7 @@ export class StreamOnDirectoryTableShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table} */ export class StreamOnDirectoryTable extends cdktf.TerraformResource { @@ -364,7 +364,7 @@ export class StreamOnDirectoryTable extends cdktf.TerraformResource { * Generates CDKTF code for importing a StreamOnDirectoryTable 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 StreamOnDirectoryTable to import - * @param importFromId The id of the existing StreamOnDirectoryTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StreamOnDirectoryTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StreamOnDirectoryTable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -376,7 +376,7 @@ export class StreamOnDirectoryTable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_directory_table snowflake_stream_on_directory_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_directory_table snowflake_stream_on_directory_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 @@ -387,7 +387,7 @@ export class StreamOnDirectoryTable extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream_on_directory_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/stream-on-external-table/README.md b/src/stream-on-external-table/README.md index 3dfc62d29..b5602b68f 100644 --- a/src/stream-on-external-table/README.md +++ b/src/stream-on-external-table/README.md @@ -1,3 +1,3 @@ # `snowflake_stream_on_external_table` -Refer to the Terraform Registry for docs: [`snowflake_stream_on_external_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table). +Refer to the Terraform Registry for docs: [`snowflake_stream_on_external_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table). diff --git a/src/stream-on-external-table/index.ts b/src/stream-on-external-table/index.ts index ab14a8915..dff345bdb 100644 --- a/src/stream-on-external-table/index.ts +++ b/src/stream-on-external-table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface StreamOnExternalTableConfig extends cdktf.TerraformMetaArgument /** * Specifies a comment for the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#comment StreamOnExternalTable#comment} */ readonly comment?: string; /** * Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#copy_grants StreamOnExternalTable#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#database StreamOnExternalTable#database} */ readonly database: string; /** * Specifies an identifier for the external table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./external_table). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#external_table StreamOnExternalTable#external_table} */ readonly externalTable: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#id StreamOnExternalTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#id StreamOnExternalTable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 StreamOnExternalTableConfig extends cdktf.TerraformMetaArgument /** * Specifies whether this is an insert-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#insert_only StreamOnExternalTable#insert_only} */ readonly insertOnly?: string; /** * Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#name StreamOnExternalTable#name} */ readonly name: string; /** * The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#schema StreamOnExternalTable#schema} */ readonly schema: string; /** * at block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#at StreamOnExternalTable#at} */ readonly at?: StreamOnExternalTableAt; /** * before block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#before StreamOnExternalTable#before} */ readonly before?: StreamOnExternalTableBefore; } @@ -368,25 +368,25 @@ export interface StreamOnExternalTableAt { /** * Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} */ readonly offset?: string; /** * Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} */ readonly statement?: string; /** * Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} */ readonly stream?: string; /** * Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} */ readonly timestamp?: string; } @@ -559,25 +559,25 @@ export interface StreamOnExternalTableBefore { /** * Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#offset StreamOnExternalTable#offset} */ readonly offset?: string; /** * Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#statement StreamOnExternalTable#statement} */ readonly statement?: string; /** * Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#stream StreamOnExternalTable#stream} */ readonly stream?: string; /** * Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table#timestamp StreamOnExternalTable#timestamp} */ readonly timestamp?: string; } @@ -748,7 +748,7 @@ export class StreamOnExternalTableBeforeOutputReference extends cdktf.ComplexObj } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table snowflake_stream_on_external_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table snowflake_stream_on_external_table} */ export class StreamOnExternalTable extends cdktf.TerraformResource { @@ -764,7 +764,7 @@ export class StreamOnExternalTable extends cdktf.TerraformResource { * Generates CDKTF code for importing a StreamOnExternalTable 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 StreamOnExternalTable to import - * @param importFromId The id of the existing StreamOnExternalTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StreamOnExternalTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_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 StreamOnExternalTable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -776,7 +776,7 @@ export class StreamOnExternalTable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_external_table snowflake_stream_on_external_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_external_table snowflake_stream_on_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 @@ -787,7 +787,7 @@ export class StreamOnExternalTable extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream_on_external_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/stream-on-table/README.md b/src/stream-on-table/README.md index 0a126c10b..7a059e3c0 100644 --- a/src/stream-on-table/README.md +++ b/src/stream-on-table/README.md @@ -1,3 +1,3 @@ # `snowflake_stream_on_table` -Refer to the Terraform Registry for docs: [`snowflake_stream_on_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table). +Refer to the Terraform Registry for docs: [`snowflake_stream_on_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table). diff --git a/src/stream-on-table/index.ts b/src/stream-on-table/index.ts index ed0b548bf..c87b59d61 100644 --- a/src/stream-on-table/index.ts +++ b/src/stream-on-table/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface StreamOnTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#append_only StreamOnTable#append_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#append_only StreamOnTable#append_only} */ readonly appendOnly?: string; /** * Specifies a comment for the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#comment StreamOnTable#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#comment StreamOnTable#comment} */ readonly comment?: string; /** * Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#copy_grants StreamOnTable#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#database StreamOnTable#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#database StreamOnTable#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#id StreamOnTable#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#id StreamOnTable#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 StreamOnTableConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#name StreamOnTable#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#name StreamOnTable#name} */ readonly name: string; /** * The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#schema StreamOnTable#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#schema StreamOnTable#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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#show_initial_rows StreamOnTable#show_initial_rows} */ readonly showInitialRows?: string; /** * Specifies an identifier for the table the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./table). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#table StreamOnTable#table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#table StreamOnTable#table} */ readonly table: string; /** * at block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#at StreamOnTable#at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#at StreamOnTable#at} */ readonly at?: StreamOnTableAt; /** * before block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#before StreamOnTable#before} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#before StreamOnTable#before} */ readonly before?: StreamOnTableBefore; } @@ -374,25 +374,25 @@ export interface StreamOnTableAt { /** * Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} */ readonly offset?: string; /** * Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} */ readonly statement?: string; /** * Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} */ readonly stream?: string; /** * Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} */ readonly timestamp?: string; } @@ -565,25 +565,25 @@ export interface StreamOnTableBefore { /** * Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#offset StreamOnTable#offset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#offset StreamOnTable#offset} */ readonly offset?: string; /** * Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#statement StreamOnTable#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#statement StreamOnTable#statement} */ readonly statement?: string; /** * Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#stream StreamOnTable#stream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#stream StreamOnTable#stream} */ readonly stream?: string; /** * Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#timestamp StreamOnTable#timestamp} */ readonly timestamp?: string; } @@ -754,7 +754,7 @@ export class StreamOnTableBeforeOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table snowflake_stream_on_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table snowflake_stream_on_table} */ export class StreamOnTable extends cdktf.TerraformResource { @@ -770,7 +770,7 @@ export class StreamOnTable extends cdktf.TerraformResource { * Generates CDKTF code for importing a StreamOnTable 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 StreamOnTable to import - * @param importFromId The id of the existing StreamOnTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StreamOnTable that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StreamOnTable to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -782,7 +782,7 @@ export class StreamOnTable extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_table snowflake_stream_on_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_table snowflake_stream_on_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 @@ -793,7 +793,7 @@ export class StreamOnTable extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream_on_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/stream-on-view/README.md b/src/stream-on-view/README.md index d8d56997e..a41ffe362 100644 --- a/src/stream-on-view/README.md +++ b/src/stream-on-view/README.md @@ -1,3 +1,3 @@ # `snowflake_stream_on_view` -Refer to the Terraform Registry for docs: [`snowflake_stream_on_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view). +Refer to the Terraform Registry for docs: [`snowflake_stream_on_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view). diff --git a/src/stream-on-view/index.ts b/src/stream-on-view/index.ts index 9e0c346f5..f4b9854a7 100644 --- a/src/stream-on-view/index.ts +++ b/src/stream-on-view/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface StreamOnViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether this is an append-only stream. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#append_only StreamOnView#append_only} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#append_only StreamOnView#append_only} */ readonly appendOnly?: string; /** * Specifies a comment for the stream. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#comment StreamOnView#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#comment StreamOnView#comment} */ readonly comment?: string; /** * Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#copy_grants StreamOnView#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#database StreamOnView#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#database StreamOnView#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#id StreamOnView#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#id StreamOnView#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 StreamOnViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#name StreamOnView#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#name StreamOnView#name} */ readonly name: string; /** * The schema in which to create the stream. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#schema StreamOnView#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#schema StreamOnView#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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#show_initial_rows StreamOnView#show_initial_rows} */ readonly showInitialRows?: string; /** * Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./view). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#view StreamOnView#view} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#view StreamOnView#view} */ readonly view: string; /** * at block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#at StreamOnView#at} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#at StreamOnView#at} */ readonly at?: StreamOnViewAt; /** * before block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#before StreamOnView#before} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#before StreamOnView#before} */ readonly before?: StreamOnViewBefore; } @@ -374,25 +374,25 @@ export interface StreamOnViewAt { /** * Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} */ readonly offset?: string; /** * Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} */ readonly statement?: string; /** * Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} */ readonly stream?: string; /** * Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} */ readonly timestamp?: string; } @@ -565,25 +565,25 @@ export interface StreamOnViewBefore { /** * Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#offset StreamOnView#offset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#offset StreamOnView#offset} */ readonly offset?: string; /** * Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#statement StreamOnView#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#statement StreamOnView#statement} */ readonly statement?: string; /** * Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#stream StreamOnView#stream} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#stream StreamOnView#stream} */ readonly stream?: string; /** * Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP_LTZ, TIMESTAMP_NTZ, or TIMESTAMP_TZ data type. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#timestamp StreamOnView#timestamp} */ readonly timestamp?: string; } @@ -754,7 +754,7 @@ export class StreamOnViewBeforeOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view snowflake_stream_on_view} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view snowflake_stream_on_view} */ export class StreamOnView extends cdktf.TerraformResource { @@ -770,7 +770,7 @@ export class StreamOnView extends cdktf.TerraformResource { * Generates CDKTF code for importing a StreamOnView 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 StreamOnView to import - * @param importFromId The id of the existing StreamOnView that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing StreamOnView that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the StreamOnView to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -782,7 +782,7 @@ export class StreamOnView extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/stream_on_view snowflake_stream_on_view} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/stream_on_view snowflake_stream_on_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 @@ -793,7 +793,7 @@ export class StreamOnView extends cdktf.TerraformResource { terraformResourceType: 'snowflake_stream_on_view', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/streamlit/README.md b/src/streamlit/README.md index 91e7135b1..f42dc771a 100644 --- a/src/streamlit/README.md +++ b/src/streamlit/README.md @@ -1,3 +1,3 @@ # `snowflake_streamlit` -Refer to the Terraform Registry for docs: [`snowflake_streamlit`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit). +Refer to the Terraform Registry for docs: [`snowflake_streamlit`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit). diff --git a/src/streamlit/index.ts b/src/streamlit/index.ts index 16e7780ec..0f8b0b678 100644 --- a/src/streamlit/index.ts +++ b/src/streamlit/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface StreamlitConfig extends cdktf.TerraformMetaArguments { /** * Specifies a comment for the streamlit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#comment Streamlit#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#comment Streamlit#comment} */ readonly comment?: string; /** * The database in which to create the streamlit Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#database Streamlit#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#database Streamlit#database} */ readonly database: string; /** * Specifies the full path to the named stage containing the Streamlit Python files, media files, and the environment.yml file. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#directory_location Streamlit#directory_location} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#directory_location Streamlit#directory_location} */ readonly directoryLocation?: string; /** * External access integrations connected to the Streamlit. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#external_access_integrations Streamlit#external_access_integrations} */ readonly externalAccessIntegrations?: string[]; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#id Streamlit#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#id Streamlit#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 StreamlitConfig extends cdktf.TerraformMetaArguments { /** * Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directory_location` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#main_file Streamlit#main_file} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#main_file Streamlit#main_file} */ readonly mainFile: string; /** * String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#name Streamlit#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#name Streamlit#name} */ readonly name: string; /** * Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see [docs](./warehouse). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#query_warehouse Streamlit#query_warehouse} */ readonly queryWarehouse?: string; /** * The schema in which to create the streamlit. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#schema Streamlit#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#schema Streamlit#schema} */ readonly schema: string; /** * The stage in which streamlit files are located. For more information about this resource, see [docs](./stage). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#stage Streamlit#stage} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#stage Streamlit#stage} */ readonly stage: string; /** * Specifies a title for the Streamlit app to display in Snowsight. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#title Streamlit#title} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#title Streamlit#title} */ readonly title?: string; } @@ -327,7 +327,7 @@ export class StreamlitShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit snowflake_streamlit} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit snowflake_streamlit} */ export class Streamlit extends cdktf.TerraformResource { @@ -343,7 +343,7 @@ export class Streamlit extends cdktf.TerraformResource { * Generates CDKTF code for importing a Streamlit 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 Streamlit to import - * @param importFromId The id of the existing Streamlit that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing Streamlit that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the Streamlit to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -355,7 +355,7 @@ export class Streamlit extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/streamlit snowflake_streamlit} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/streamlit snowflake_streamlit} 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 @@ -366,7 +366,7 @@ export class Streamlit extends cdktf.TerraformResource { terraformResourceType: 'snowflake_streamlit', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/table-column-masking-policy-application/README.md b/src/table-column-masking-policy-application/README.md index 305c68015..2417b3db7 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/1.0.1/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/1.0.2/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 3eb57ec7f..8e76e8ac1 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/1.0.1/docs/resources/table_column_masking_policy_application +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#column TableColumnMaskingPolicyApplication#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#id TableColumnMaskingPolicyApplication#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_column_masking_policy_application#table TableColumnMaskingPolicyApplication#table} */ readonly table: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_column_masking_policy_application snowflake_table_column_masking_policy_application} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/table-constraint/README.md b/src/table-constraint/README.md index 30105c1f3..5856472ca 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/1.0.1/docs/resources/table_constraint). +Refer to the Terraform Registry for docs: [`snowflake_table_constraint`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint). diff --git a/src/table-constraint/index.ts b/src/table-constraint/index.ts index 8a8efc6bb..e0136a41d 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/1.0.1/docs/resources/table_constraint +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#comment TableConstraint#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#deferrable TableConstraint#deferrable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enable TableConstraint#enable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#enforced TableConstraint#enforced} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#id TableConstraint#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#initially TableConstraint#initially} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#name TableConstraint#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#rely TableConstraint#rely} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#rely TableConstraint#rely} */ readonly rely?: boolean | cdktf.IResolvable; /** * 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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#type TableConstraint#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#validate TableConstraint#validate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#foreign_key_properties TableConstraint#foreign_key_properties} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#columns TableConstraint#columns} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#table_id TableConstraint#table_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#match TableConstraint#match} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#on_delete TableConstraint#on_delete} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#on_update TableConstraint#on_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table_constraint#references TableConstraint#references} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint#references TableConstraint#references} */ readonly references: TableConstraintForeignKeyPropertiesReferences; } @@ -397,7 +397,7 @@ export class TableConstraintForeignKeyPropertiesOutputReference extends cdktf.Co } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint snowflake_table_constraint} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table_constraint snowflake_table_constraint} */ export class TableConstraint extends cdktf.TerraformResource { @@ -413,7 +413,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/1.0.1/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/1.0.2/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) { @@ -425,7 +425,7 @@ export class TableConstraint extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table_constraint snowflake_table_constraint} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -436,7 +436,7 @@ export class TableConstraint extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table_constraint', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/table/README.md b/src/table/README.md index e5cf9cec3..b949d1345 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/1.0.1/docs/resources/table). +Refer to the Terraform Registry for docs: [`snowflake_table`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table). diff --git a/src/table/index.ts b/src/table/index.ts index 9d7cfce13..bdf759ea4 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/1.0.1/docs/resources/table +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,35 +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/1.0.1/docs/resources/table#change_tracking Table#change_tracking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#cluster_by Table#cluster_by} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#comment Table#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. 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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/table#database Table#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#database Table#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#id Table#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -52,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/1.0.1/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#schema Table#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#schema Table#schema} */ readonly schema: string; /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#column Table#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#primary_key Table#primary_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#tag Table#tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#tag Table#tag} */ readonly tag?: TableTag[] | cdktf.IResolvable; } @@ -84,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/1.0.1/docs/resources/table#constant Table#constant} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#expression Table#expression} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#sequence Table#sequence} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#sequence Table#sequence} */ readonly sequence?: string; } @@ -240,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/1.0.1/docs/resources/table#start_num Table#start_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#step_num Table#step_num} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#step_num Table#step_num} */ readonly stepNum?: number; } @@ -361,49 +361,49 @@ export interface TableColumn { /** * Column collation, e.g. utf8 * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#collate Table#collate} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#collate Table#collate} */ readonly collate?: string; /** * Column comment * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#comment Table#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#masking_policy Table#masking_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#nullable Table#nullable} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#nullable Table#nullable} */ readonly nullable?: boolean | cdktf.IResolvable; /** * Column type, e.g. VARIANT. For a full list of column types, see [Summary of Data Types](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#type Table#type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#type Table#type} */ readonly type: string; /** * default block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#default Table#default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#default Table#default} */ readonly default?: TableColumnDefault; /** * identity block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#identity Table#identity} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#identity Table#identity} */ readonly identity?: TableColumnIdentity; } @@ -723,13 +723,13 @@ export interface TablePrimaryKey { /** * Columns to use in primary key * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table#keys Table#keys} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#name Table#name} */ readonly name?: string; } @@ -841,25 +841,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/1.0.1/docs/resources/table#database Table#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#name Table#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#schema Table#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/table#value Table#value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table#value Table#value} */ readonly value: string; } @@ -1056,7 +1056,7 @@ export class TableTagList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table snowflake_table} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/table snowflake_table} */ export class Table extends cdktf.TerraformResource { @@ -1072,7 +1072,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/1.0.1/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/1.0.2/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) { @@ -1084,7 +1084,7 @@ export class Table extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/table snowflake_table} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -1095,7 +1095,7 @@ export class Table extends cdktf.TerraformResource { terraformResourceType: 'snowflake_table', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/tag-association/README.md b/src/tag-association/README.md index 55700c3e6..803cd4a86 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/1.0.1/docs/resources/tag_association). +Refer to the Terraform Registry for docs: [`snowflake_tag_association`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association). diff --git a/src/tag-association/index.ts b/src/tag-association/index.ts index e0af5c02b..308d740c5 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/1.0.1/docs/resources/tag_association +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/tag_association#id TagAssociation#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 identifiers for the tag association. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#object_identifiers TagAssociation#object_identifiers} */ readonly objectIdentifiers: string[]; /** * Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE]. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#object_type TagAssociation#object_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#skip_validation TagAssociation#skip_validation} */ readonly skipValidation?: boolean | cdktf.IResolvable; /** * Specifies the identifier for the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#tag_id TagAssociation#tag_id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/tag_association#tag_value TagAssociation#tag_value} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#tag_value TagAssociation#tag_value} */ readonly tagValue: string; /** * timeouts block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#timeouts TagAssociation#timeouts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#timeouts TagAssociation#timeouts} */ readonly timeouts?: TagAssociationTimeouts; } export interface TagAssociationTimeouts { /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association#create TagAssociation#create} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association#create TagAssociation#create} */ readonly create?: string; } @@ -152,7 +152,7 @@ export class TagAssociationTimeoutsOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association snowflake_tag_association} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag_association snowflake_tag_association} */ export class TagAssociation extends cdktf.TerraformResource { @@ -168,7 +168,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/1.0.1/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/1.0.2/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) { @@ -180,7 +180,7 @@ export class TagAssociation extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag_association snowflake_tag_association} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -191,7 +191,7 @@ export class TagAssociation extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag_association', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/tag/README.md b/src/tag/README.md index 2dbf40ebc..e7082b024 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/1.0.1/docs/resources/tag). +Refer to the Terraform Registry for docs: [`snowflake_tag`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag). diff --git a/src/tag/index.ts b/src/tag/index.ts index fecd5f38e..67a00092a 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/1.0.1/docs/resources/tag +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,23 +15,23 @@ export interface TagConfig extends cdktf.TerraformMetaArguments { /** * Set of allowed values for the tag. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#allowed_values Tag#allowed_values} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/tag#comment Tag#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#comment Tag#comment} */ readonly comment?: string; /** * The database in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#database Tag#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#database Tag#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#id Tag#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 { /** * Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see [docs](./masking_policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#masking_policies Tag#masking_policies} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#masking_policies Tag#masking_policies} */ readonly maskingPolicies?: string[]; /** * Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#name Tag#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#name Tag#name} */ readonly name: string; /** * The schema in which to create the tag. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag#schema Tag#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag#schema Tag#schema} */ readonly schema: string; } @@ -168,7 +168,7 @@ export class TagShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag snowflake_tag} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/tag snowflake_tag} */ export class Tag extends cdktf.TerraformResource { @@ -184,7 +184,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/1.0.1/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/1.0.2/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) { @@ -196,7 +196,7 @@ export class Tag extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/tag snowflake_tag} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -207,7 +207,7 @@ export class Tag extends cdktf.TerraformResource { terraformResourceType: 'snowflake_tag', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/task/README.md b/src/task/README.md index 33725279d..5e46681fe 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/1.0.1/docs/resources/task). +Refer to the Terraform Registry for docs: [`snowflake_task`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task). diff --git a/src/task/index.ts b/src/task/index.ts index 24310760c..10f0918f4 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/1.0.1/docs/resources/task +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,161 +15,161 @@ export interface TaskConfig extends cdktf.TerraformMetaArguments { /** * Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#abort_detached_query Task#abort_detached_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#abort_detached_query Task#abort_detached_query} */ readonly abortDetachedQuery?: boolean | cdktf.IResolvable; /** * Specifies one or more predecessor tasks for the current task. Use this option to [create a DAG](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-task-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. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#after Task#after} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#allow_overlapping_execution Task#allow_overlapping_execution} */ readonly allowOverlappingExecution?: string; /** * Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#autocommit Task#autocommit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#autocommit Task#autocommit} */ readonly autocommit?: boolean | cdktf.IResolvable; /** * The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_input_format Task#binary_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_input_format Task#binary_input_format} */ readonly binaryInputFormat?: string; /** * The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#binary_output_format Task#binary_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#binary_output_format Task#binary_output_format} */ readonly binaryOutputFormat?: string; /** * Parameter that specifies the maximum amount of memory the JDBC driver or ODBC driver should use for the result set from queries (in MB). For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_memory_limit Task#client_memory_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_memory_limit Task#client_memory_limit} */ readonly clientMemoryLimit?: number; /** * For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases/schemas to the current database/schema. The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_metadata_request_use_connection_ctx Task#client_metadata_request_use_connection_ctx} */ readonly clientMetadataRequestUseConnectionCtx?: boolean | cdktf.IResolvable; /** * Parameter that specifies the number of threads used by the client to pre-fetch large result sets. The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_prefetch_threads Task#client_prefetch_threads} */ readonly clientPrefetchThreads?: number; /** * Parameter that specifies the maximum size of each set (or chunk) of query results to download (in MB). The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_chunk_size Task#client_result_chunk_size} */ readonly clientResultChunkSize?: number; /** * Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_result_column_case_insensitive Task#client_result_column_case_insensitive} */ readonly clientResultColumnCaseInsensitive?: boolean | cdktf.IResolvable; /** * Parameter that indicates whether to force a user to log in again after a period of inactivity in the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive Task#client_session_keep_alive} */ readonly clientSessionKeepAlive?: boolean | cdktf.IResolvable; /** * Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_session_keep_alive_heartbeat_frequency Task#client_session_keep_alive_heartbeat_frequency} */ readonly clientSessionKeepAliveHeartbeatFrequency?: number; /** * Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#client_timestamp_type_mapping Task#client_timestamp_type_mapping} */ readonly clientTimestampTypeMapping?: string; /** * Specifies a comment for the task. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#comment Task#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#comment Task#comment} */ readonly comment?: string; /** * Specifies a string representation of key value pairs that can be accessed by all tasks in the task graph. Must be in JSON format. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#config Task#config} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#config Task#config} */ readonly config?: string; /** * The database in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#database Task#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#database Task#database} */ readonly database: string; /** * Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_input_format Task#date_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_input_format Task#date_input_format} */ readonly dateInputFormat?: string; /** * Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#date_output_format Task#date_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#date_output_format Task#date_output_format} */ readonly dateOutputFormat?: string; /** * Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#enable_unload_physical_type_optimization Task#enable_unload_physical_type_optimization} */ readonly enableUnloadPhysicalTypeOptimization?: boolean | cdktf.IResolvable; /** * Specifies the name of the notification integration used for error notifications. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see [docs](./notification_integration). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_integration Task#error_integration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_integration Task#error_integration} */ readonly errorIntegration?: string; /** * Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_merge Task#error_on_nondeterministic_merge} */ readonly errorOnNondeterministicMerge?: boolean | cdktf.IResolvable; /** * Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#error_on_nondeterministic_update Task#error_on_nondeterministic_update} */ readonly errorOnNondeterministicUpdate?: boolean | cdktf.IResolvable; /** * Specifies the name of a root task that the finalizer task is associated with. Finalizer tasks run after all other tasks in the task graph run to completion. You can define the SQL of a finalizer task to handle notifications and the release and cleanup of resources that a task graph uses. For more information, see [Release and cleanup of task graphs](https://docs.snowflake.com/en/user-guide/tasks-graphs.html#label-finalizer-task). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#finalize Task#finalize} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#finalize Task#finalize} */ readonly finalize?: string; /** * Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geography_output_format Task#geography_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geography_output_format Task#geography_output_format} */ readonly geographyOutputFormat?: string; /** * Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#geometry_output_format Task#geometry_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#geometry_output_format Task#geometry_output_format} */ readonly geometryOutputFormat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#id Task#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -178,277 +178,277 @@ export interface TaskConfig extends cdktf.TerraformMetaArguments { /** * Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_treat_timestamp_ntz_as_utc Task#jdbc_treat_timestamp_ntz_as_utc} */ readonly jdbcTreatTimestampNtzAsUtc?: boolean | cdktf.IResolvable; /** * Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#jdbc_use_session_timezone Task#jdbc_use_session_timezone} */ readonly jdbcUseSessionTimezone?: boolean | cdktf.IResolvable; /** * Specifies the number of blank spaces to indent each new element in JSON output in the session. Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#json_indent Task#json_indent} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#json_indent Task#json_indent} */ readonly jsonIndent?: number; /** * Number of seconds to wait while trying to lock a resource, before timing out and aborting the statement. For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#lock_timeout Task#lock_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#lock_timeout Task#lock_timeout} */ readonly lockTimeout?: number; /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#log_level Task#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#log_level Task#log_level} */ readonly logLevel?: string; /** * Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#multi_statement_count Task#multi_statement_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#multi_statement_count Task#multi_statement_count} */ readonly multiStatementCount?: number; /** * Specifies the identifier for the task; must be unique for the database and schema in which the task is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#name Task#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#name Task#name} */ readonly name: string; /** * Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#noorder_sequence_as_default Task#noorder_sequence_as_default} */ readonly noorderSequenceAsDefault?: boolean | cdktf.IResolvable; /** * Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#odbc_treat_decimal_as_int Task#odbc_treat_decimal_as_int} */ readonly odbcTreatDecimalAsInt?: boolean | cdktf.IResolvable; /** * Optional string that can be used to tag queries and other SQL statements executed within a session. The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#query_tag Task#query_tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#query_tag Task#query_tag} */ readonly queryTag?: string; /** * Specifies whether letters in double-quoted object identifiers are stored and resolved as uppercase letters. By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#quoted_identifiers_ignore_case Task#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#rows_per_resultset Task#rows_per_resultset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#rows_per_resultset Task#rows_per_resultset} */ readonly rowsPerResultset?: number; /** * Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#s3_stage_vpce_dns_name Task#s3_stage_vpce_dns_name} */ readonly s3StageVpceDnsName?: string; /** * The schema in which to create the task. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schema Task#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schema Task#schema} */ readonly schema: string; /** * Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#search_path Task#search_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#search_path Task#search_path} */ readonly searchPath?: 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/1.0.1/docs/resources/task#sql_statement Task#sql_statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#sql_statement Task#sql_statement} */ readonly sqlStatement: string; /** * Specifies if the task should be started or suspended. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#started Task#started} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#started Task#started} */ readonly started: boolean | cdktf.IResolvable; /** * Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_queued_timeout_in_seconds Task#statement_queued_timeout_in_seconds} */ readonly statementQueuedTimeoutInSeconds?: number; /** * Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#statement_timeout_in_seconds Task#statement_timeout_in_seconds} */ readonly statementTimeoutInSeconds?: number; /** * This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#strict_json_output Task#strict_json_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#strict_json_output Task#strict_json_output} */ readonly strictJsonOutput?: boolean | cdktf.IResolvable; /** * Specifies the number of consecutive failed task runs after which the current task is suspended automatically. The default is 0 (no automatic suspension). For more information, check [SUSPEND_TASK_AFTER_NUM_FAILURES docs](https://docs.snowflake.com/en/sql-reference/parameters#suspend-task-after-num-failures). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#suspend_task_after_num_failures Task#suspend_task_after_num_failures} */ readonly suspendTaskAfterNumFailures?: number; /** * Specifies the number of automatic task graph retry attempts. If any task graphs complete in a FAILED state, Snowflake can automatically retry the task graphs from the last task in the graph that failed. For more information, check [TASK_AUTO_RETRY_ATTEMPTS docs](https://docs.snowflake.com/en/sql-reference/parameters#task-auto-retry-attempts). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#task_auto_retry_attempts Task#task_auto_retry_attempts} */ readonly taskAutoRetryAttempts?: number; /** * Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_input_format Task#time_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_input_format Task#time_input_format} */ readonly timeInputFormat?: string; /** * Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#time_output_format Task#time_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#time_output_format Task#time_output_format} */ readonly timeOutputFormat?: string; /** * Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_day_is_always_24h Task#timestamp_day_is_always_24h} */ readonly timestampDayIsAlways24H?: boolean | cdktf.IResolvable; /** * Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_input_format Task#timestamp_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_input_format Task#timestamp_input_format} */ readonly timestampInputFormat?: string; /** * Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ltz_output_format Task#timestamp_ltz_output_format} */ readonly timestampLtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_ntz_output_format Task#timestamp_ntz_output_format} */ readonly timestampNtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_output_format Task#timestamp_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_output_format Task#timestamp_output_format} */ readonly timestampOutputFormat?: string; /** * Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_type_mapping Task#timestamp_type_mapping} */ readonly timestampTypeMapping?: string; /** * Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timestamp_tz_output_format Task#timestamp_tz_output_format} */ readonly timestampTzOutputFormat?: string; /** * Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#timezone Task#timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#timezone Task#timezone} */ readonly timezone?: string; /** * Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#trace_level Task#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#trace_level Task#trace_level} */ readonly traceLevel?: string; /** * Specifies the action to perform when a statement issued within a non-autocommit transaction returns with an error. For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_abort_on_error Task#transaction_abort_on_error} */ readonly transactionAbortOnError?: boolean | cdktf.IResolvable; /** * Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#transaction_default_isolation_level Task#transaction_default_isolation_level} */ readonly transactionDefaultIsolationLevel?: string; /** * Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#two_digit_century_start Task#two_digit_century_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#two_digit_century_start Task#two_digit_century_start} */ readonly twoDigitCenturyStart?: number; /** * Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#unsupported_ddl_action Task#unsupported_ddl_action} */ readonly unsupportedDdlAction?: string; /** * Specifies whether to reuse persisted query results, if available, when a matching query is submitted. For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#use_cached_result Task#use_cached_result} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#use_cached_result Task#use_cached_result} */ readonly useCachedResult?: boolean | cdktf.IResolvable; /** * 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. Valid values are (case-insensitive): %s. (Conflicts with warehouse). For more information about warehouses, see [docs](./warehouse). For more information, check [USER_TASK_MANAGED_INITIAL_WAREHOUSE_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-managed-initial-warehouse-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/docs/resources/task#user_task_managed_initial_warehouse_size Task#user_task_managed_initial_warehouse_size} */ readonly userTaskManagedInitialWarehouseSize?: string; /** * Minimum amount of time between Triggered Task executions in seconds For more information, check [USER_TASK_MINIMUM_TRIGGER_INTERVAL_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-minimum-trigger-interval-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#user_task_minimum_trigger_interval_in_seconds Task#user_task_minimum_trigger_interval_in_seconds} */ readonly userTaskMinimumTriggerIntervalInSeconds?: number; /** * Specifies the time limit on a single run of the task before it times out (in milliseconds). For more information, check [USER_TASK_TIMEOUT_MS docs](https://docs.snowflake.com/en/sql-reference/parameters#user-task-timeout-ms). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/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/1.0.2/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. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. (Conflicts with user_task_managed_initial_warehouse_size) For more information about this resource, see [docs](./warehouse). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#warehouse Task#warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#warehouse Task#warehouse} */ readonly warehouse?: string; /** * Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_of_year_policy Task#week_of_year_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_of_year_policy Task#week_of_year_policy} */ readonly weekOfYearPolicy?: number; /** * Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#week_start Task#week_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#week_start Task#week_start} */ readonly weekStart?: number; /** * Specifies a Boolean SQL expression; multiple conditions joined with AND/OR are supported. When a task is triggered (based on its SCHEDULE or AFTER setting), it validates the conditions of the expression to determine whether to execute. If the conditions of the expression are not met, then the task skips the current run. Any tasks that identify this task as a predecessor also don’t run. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#when Task#when} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#when Task#when} */ readonly when?: string; /** * schedule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#schedule Task#schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#schedule Task#schedule} */ readonly schedule?: TaskSchedule; } @@ -6650,13 +6650,13 @@ export interface TaskSchedule { /** * Specifies an interval (in minutes) of wait time inserted between runs of the task. Accepts positive integers only. (conflicts with `using_cron`) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#minutes Task#minutes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#minutes Task#minutes} */ readonly minutes?: number; /** * Specifies a cron expression and time zone for periodically running the task. Supports a subset of standard cron utility syntax. (conflicts with `minutes`) * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task#using_cron Task#using_cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task#using_cron Task#using_cron} */ readonly usingCron?: string; } @@ -6769,7 +6769,7 @@ export class TaskScheduleOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task snowflake_task} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/task snowflake_task} */ export class Task extends cdktf.TerraformResource { @@ -6785,7 +6785,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/1.0.1/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/1.0.2/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) { @@ -6797,7 +6797,7 @@ export class Task extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/task snowflake_task} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -6808,7 +6808,7 @@ export class Task extends cdktf.TerraformResource { terraformResourceType: 'snowflake_task', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/user-authentication-policy-attachment/README.md b/src/user-authentication-policy-attachment/README.md index 8802d06d1..744f9f78f 100644 --- a/src/user-authentication-policy-attachment/README.md +++ b/src/user-authentication-policy-attachment/README.md @@ -1,3 +1,3 @@ # `snowflake_user_authentication_policy_attachment` -Refer to the Terraform Registry for docs: [`snowflake_user_authentication_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment). +Refer to the Terraform Registry for docs: [`snowflake_user_authentication_policy_attachment`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment). diff --git a/src/user-authentication-policy-attachment/index.ts b/src/user-authentication-policy-attachment/index.ts index 5b7d96522..ed78e3664 100644 --- a/src/user-authentication-policy-attachment/index.ts +++ b/src/user-authentication-policy-attachment/index.ts @@ -3,7 +3,7 @@ * SPDX-License-Identifier: MPL-2.0 */ -// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,11 +15,11 @@ export interface UserAuthenticationPolicyAttachmentConfig extends cdktf.Terrafor /** * Fully qualified name of the authentication policy * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#authentication_policy_name UserAuthenticationPolicyAttachment#authentication_policy_name} */ readonly authenticationPolicyName: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#id UserAuthenticationPolicyAttachment#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you 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 UserAuthenticationPolicyAttachmentConfig extends cdktf.Terrafor /** * User name of the user you want to attach the authentication policy to * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment#user_name UserAuthenticationPolicyAttachment#user_name} */ readonly userName: string; } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment} */ export class UserAuthenticationPolicyAttachment extends cdktf.TerraformResource { @@ -50,7 +50,7 @@ export class UserAuthenticationPolicyAttachment extends cdktf.TerraformResource * Generates CDKTF code for importing a UserAuthenticationPolicyAttachment 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 UserAuthenticationPolicyAttachment to import - * @param importFromId The id of the existing UserAuthenticationPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment#import import section} in the documentation of this resource for the id to use + * @param importFromId The id of the existing UserAuthenticationPolicyAttachment that should be imported. Refer to the {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_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 UserAuthenticationPolicyAttachment to import is found */ public static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider) { @@ -62,7 +62,7 @@ export class UserAuthenticationPolicyAttachment extends cdktf.TerraformResource // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_authentication_policy_attachment snowflake_user_authentication_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 UserAuthenticationPolicyAttachment extends cdktf.TerraformResource terraformResourceType: 'snowflake_user_authentication_policy_attachment', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/user-password-policy-attachment/README.md b/src/user-password-policy-attachment/README.md index dba8741fe..9ca1339ca 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/1.0.1/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/1.0.2/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 07296059f..9fdf57b73 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/1.0.1/docs/resources/user_password_policy_attachment +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#id UserPasswordPolicyAttachment#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment#user_name UserPasswordPolicyAttachment#user_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_password_policy_attachment snowflake_user_password_policy_attachment} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/user-public-keys/README.md b/src/user-public-keys/README.md index 22e0dcbf3..8737ab20e 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/1.0.1/docs/resources/user_public_keys). +Refer to the Terraform Registry for docs: [`snowflake_user_public_keys`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user_public_keys). diff --git a/src/user-public-keys/index.ts b/src/user-public-keys/index.ts index 1fb51279b..a69d0865f 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/1.0.1/docs/resources/user_public_keys +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#id UserPublicKeys#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user_public_keys#name UserPublicKeys#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_public_keys snowflake_user_public_keys} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/docs/resources/user_public_keys snowflake_user_public_keys} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/user/README.md b/src/user/README.md index 7629fce3a..a2c089470 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/1.0.1/docs/resources/user). +Refer to the Terraform Registry for docs: [`snowflake_user`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user). diff --git a/src/user/index.ts b/src/user/index.ts index 7b0a98be3..5c6167321 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/1.0.1/docs/resources/user +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,191 +15,191 @@ export interface UserConfig extends cdktf.TerraformMetaArguments { /** * Specifies the action that Snowflake performs for in-progress queries if connectivity is lost due to abrupt termination of a session (e.g. network outage, browser termination, service interruption). For more information, check [ABORT_DETACHED_QUERY docs](https://docs.snowflake.com/en/sql-reference/parameters#abort-detached-query). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#abort_detached_query User#abort_detached_query} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#abort_detached_query User#abort_detached_query} */ readonly abortDetachedQuery?: boolean | cdktf.IResolvable; /** * Specifies whether autocommit is enabled for the session. Autocommit determines whether a DML statement, when executed without an active transaction, is automatically committed after the statement successfully completes. For more information, see [Transactions](https://docs.snowflake.com/en/sql-reference/transactions). For more information, check [AUTOCOMMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#autocommit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#autocommit User#autocommit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#autocommit User#autocommit} */ readonly autocommit?: boolean | cdktf.IResolvable; /** * The format of VARCHAR values passed as input to VARCHAR-to-BINARY conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_input_format User#binary_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_input_format User#binary_input_format} */ readonly binaryInputFormat?: string; /** * The format for VARCHAR values returned as output by BINARY-to-VARCHAR conversion functions. For more information, see [Binary input and output](https://docs.snowflake.com/en/sql-reference/binary-input-output). For more information, check [BINARY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#binary-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#binary_output_format User#binary_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#binary_output_format User#binary_output_format} */ readonly binaryOutputFormat?: string; /** * Parameter that specifies the maximum amount of memory the JDBC driver or ODBC driver should use for the result set from queries (in MB). For more information, check [CLIENT_MEMORY_LIMIT docs](https://docs.snowflake.com/en/sql-reference/parameters#client-memory-limit). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_memory_limit User#client_memory_limit} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_memory_limit User#client_memory_limit} */ readonly clientMemoryLimit?: number; /** * For specific ODBC functions and JDBC methods, this parameter can change the default search scope from all databases/schemas to the current database/schema. The narrower search typically returns fewer rows and executes more quickly. For more information, check [CLIENT_METADATA_REQUEST_USE_CONNECTION_CTX docs](https://docs.snowflake.com/en/sql-reference/parameters#client-metadata-request-use-connection-ctx). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_metadata_request_use_connection_ctx User#client_metadata_request_use_connection_ctx} */ readonly clientMetadataRequestUseConnectionCtx?: boolean | cdktf.IResolvable; /** * Parameter that specifies the number of threads used by the client to pre-fetch large result sets. The driver will attempt to honor the parameter value, but defines the minimum and maximum values (depending on your system’s resources) to improve performance. For more information, check [CLIENT_PREFETCH_THREADS docs](https://docs.snowflake.com/en/sql-reference/parameters#client-prefetch-threads). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_prefetch_threads User#client_prefetch_threads} */ readonly clientPrefetchThreads?: number; /** * Parameter that specifies the maximum size of each set (or chunk) of query results to download (in MB). The JDBC driver downloads query results in chunks. For more information, check [CLIENT_RESULT_CHUNK_SIZE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-chunk-size). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_chunk_size User#client_result_chunk_size} */ readonly clientResultChunkSize?: number; /** * Parameter that indicates whether to match column name case-insensitively in ResultSet.get* methods in JDBC. For more information, check [CLIENT_RESULT_COLUMN_CASE_INSENSITIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-result-column-case-insensitive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_result_column_case_insensitive User#client_result_column_case_insensitive} */ readonly clientResultColumnCaseInsensitive?: boolean | cdktf.IResolvable; /** * Parameter that indicates whether to force a user to log in again after a period of inactivity in the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive User#client_session_keep_alive} */ readonly clientSessionKeepAlive?: boolean | cdktf.IResolvable; /** * Number of seconds in-between client attempts to update the token for the session. For more information, check [CLIENT_SESSION_KEEP_ALIVE_HEARTBEAT_FREQUENCY docs](https://docs.snowflake.com/en/sql-reference/parameters#client-session-keep-alive-heartbeat-frequency). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_session_keep_alive_heartbeat_frequency User#client_session_keep_alive_heartbeat_frequency} */ readonly clientSessionKeepAliveHeartbeatFrequency?: number; /** * Specifies the [TIMESTAMP_* variation](https://docs.snowflake.com/en/sql-reference/data-types-datetime.html#label-datatypes-timestamp-variations) to use when binding timestamp variables for JDBC or ODBC applications that use the bind API to load data. For more information, check [CLIENT_TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#client-timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#client_timestamp_type_mapping User#client_timestamp_type_mapping} */ readonly clientTimestampTypeMapping?: string; /** * Specifies a comment for the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#comment User#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#comment User#comment} */ readonly comment?: string; /** * Specifies the input format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_input_format User#date_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_input_format User#date_input_format} */ readonly dateInputFormat?: string; /** * Specifies the display format for the DATE data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [DATE_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#date-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#date_output_format User#date_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#date_output_format User#date_output_format} */ readonly dateOutputFormat?: string; /** * Specifies the number of days after which the user status is set to `Expired` and the user is no longer allowed to log in. This is useful for defining temporary users (i.e. users who should only have access to Snowflake for a limited time period). In general, you should not set this property for [account administrators](https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html#label-accountadmin-users) (i.e. users with the `ACCOUNTADMIN` role) because Snowflake locks them out when they become `Expired`. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#days_to_expiry User#days_to_expiry} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#days_to_expiry User#days_to_expiry} */ readonly daysToExpiry?: number; /** * Specifies the namespace (database only or database and schema) that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the namespace exists. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_namespace User#default_namespace} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Note that specifying a default role for a user does **not** grant the role to the user. The role must be granted explicitly to the user using the [GRANT ROLE](https://docs.snowflake.com/en/sql-reference/sql/grant-role) command. In addition, the CREATE USER operation does not verify that the role exists. For more information about this resource, see [docs](./account_role). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_role User#default_role} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_role User#default_role} */ readonly defaultRole?: string; /** * Specifies the secondary roles that are active for the user’s session upon login. Valid values are (case-insensitive): `DEFAULT` | `NONE` | `ALL`. 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/1.0.1/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_secondary_roles_option User#default_secondary_roles_option} */ readonly defaultSecondaryRolesOption?: string; /** * Specifies the virtual warehouse that is active by default for the user’s session upon login. Note that the CREATE USER operation does not verify that the warehouse exists. For more information about this resource, see [docs](./warehouse). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#default_warehouse User#default_warehouse} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#default_warehouse User#default_warehouse} */ readonly defaultWarehouse?: string; /** * Allows enabling or disabling [multi-factor authentication](https://docs.snowflake.com/en/user-guide/security-mfa). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disable_mfa User#disable_mfa} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disable_mfa User#disable_mfa} */ readonly disableMfa?: string; /** * Specifies whether the user is disabled, which prevents logging in and aborts all the currently-running queries for the user. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#disabled User#disabled} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#disabled User#disabled} */ readonly disabled?: string; /** * Name displayed for the user in the Snowflake web interface. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#display_name User#display_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/user#email User#email} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#email User#email} */ readonly email?: string; /** * Specifies whether to set the schema for unloaded Parquet files based on the logical column data types (i.e. the types in the unload SQL query or source table) or on the unloaded column values (i.e. the smallest data types and precision that support the values in the output columns of the unload SQL statement or source table). For more information, check [ENABLE_UNLOAD_PHYSICAL_TYPE_OPTIMIZATION docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unload-physical-type-optimization). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unload_physical_type_optimization User#enable_unload_physical_type_optimization} */ readonly enableUnloadPhysicalTypeOptimization?: boolean | cdktf.IResolvable; /** * Controls whether query text is redacted if a SQL query fails due to a syntax or parsing error. If `FALSE`, the content of a failed query is redacted in the views, pages, and functions that provide a query history. Only users with a role that is granted or inherits the AUDIT privilege can set the ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR parameter. When using the ALTER USER command to set the parameter to `TRUE` for a particular user, modify the user that you want to see the query text, not the user who executed the query (if those are different users). For more information, check [ENABLE_UNREDACTED_QUERY_SYNTAX_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#enable-unredacted-query-syntax-error). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#enable_unredacted_query_syntax_error User#enable_unredacted_query_syntax_error} */ readonly enableUnredactedQuerySyntaxError?: boolean | cdktf.IResolvable; /** * Specifies whether to return an error when the [MERGE](https://docs.snowflake.com/en/sql-reference/sql/merge) command is used to update or delete a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_MERGE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-merge). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_merge User#error_on_nondeterministic_merge} */ readonly errorOnNondeterministicMerge?: boolean | cdktf.IResolvable; /** * Specifies whether to return an error when the [UPDATE](https://docs.snowflake.com/en/sql-reference/sql/update) command is used to update a target row that joins multiple source rows and the system cannot determine the action to perform on the target row. For more information, check [ERROR_ON_NONDETERMINISTIC_UPDATE docs](https://docs.snowflake.com/en/sql-reference/parameters#error-on-nondeterministic-update). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#error_on_nondeterministic_update User#error_on_nondeterministic_update} */ readonly errorOnNondeterministicUpdate?: boolean | cdktf.IResolvable; /** * First name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#first_name User#first_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#first_name User#first_name} */ readonly firstName?: string; /** * Display format for [GEOGRAPHY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geography). For more information, check [GEOGRAPHY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geography-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geography_output_format User#geography_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geography_output_format User#geography_output_format} */ readonly geographyOutputFormat?: string; /** * Display format for [GEOMETRY values](https://docs.snowflake.com/en/sql-reference/data-types-geospatial.html#label-data-types-geometry). For more information, check [GEOMETRY_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#geometry-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#geometry_output_format User#geometry_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#geometry_output_format User#geometry_output_format} */ readonly geometryOutputFormat?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#id User#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -208,289 +208,289 @@ export interface UserConfig extends cdktf.TerraformMetaArguments { /** * Specifies how JDBC processes columns that have a scale of zero (0). For more information, check [JDBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-decimal-as-int). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_decimal_as_int User#jdbc_treat_decimal_as_int} */ readonly jdbcTreatDecimalAsInt?: boolean | cdktf.IResolvable; /** * Specifies how JDBC processes TIMESTAMP_NTZ values. For more information, check [JDBC_TREAT_TIMESTAMP_NTZ_AS_UTC docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-treat-timestamp-ntz-as-utc). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_treat_timestamp_ntz_as_utc User#jdbc_treat_timestamp_ntz_as_utc} */ readonly jdbcTreatTimestampNtzAsUtc?: boolean | cdktf.IResolvable; /** * Specifies whether the JDBC Driver uses the time zone of the JVM or the time zone of the session (specified by the [TIMEZONE](https://docs.snowflake.com/en/sql-reference/parameters#label-timezone) parameter) for the getDate(), getTime(), and getTimestamp() methods of the ResultSet class. For more information, check [JDBC_USE_SESSION_TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#jdbc-use-session-timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#jdbc_use_session_timezone User#jdbc_use_session_timezone} */ readonly jdbcUseSessionTimezone?: boolean | cdktf.IResolvable; /** * Specifies the number of blank spaces to indent each new element in JSON output in the session. Also specifies whether to insert newline characters after each element. For more information, check [JSON_INDENT docs](https://docs.snowflake.com/en/sql-reference/parameters#json-indent). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#json_indent User#json_indent} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#json_indent User#json_indent} */ readonly jsonIndent?: number; /** * Last name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#last_name User#last_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#last_name User#last_name} */ readonly lastName?: string; /** * Number of seconds to wait while trying to lock a resource, before timing out and aborting the statement. For more information, check [LOCK_TIMEOUT docs](https://docs.snowflake.com/en/sql-reference/parameters#lock-timeout). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#lock_timeout User#lock_timeout} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#lock_timeout User#lock_timeout} */ readonly lockTimeout?: number; /** * Specifies the severity level of messages that should be ingested and made available in the active event table. Messages at the specified level (and at more severe levels) are ingested. For more information about log levels, see [Setting log level](https://docs.snowflake.com/en/developer-guide/logging-tracing/logging-log-level). For more information, check [LOG_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#log-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#log_level User#log_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#log_level User#log_level} */ readonly logLevel?: string; /** * The name users use to log in. If not supplied, snowflake will use name instead. Login names are always case-insensitive. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#login_name User#login_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#login_name User#login_name} */ readonly loginName?: string; /** * Middle name of the user. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#middle_name User#middle_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#middle_name User#middle_name} */ readonly middleName?: string; /** * Specifies the number of minutes to temporarily bypass MFA for the user. This property can be used to allow a MFA-enrolled user to temporarily bypass MFA during login in the event that their MFA device is not available. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_bypass_mfa User#mins_to_bypass_mfa} */ readonly minsToBypassMfa?: number; /** * Specifies the number of minutes until the temporary lock on the user login is cleared. To protect against unauthorized user login, Snowflake places a temporary lock on a user after five consecutive unsuccessful login attempts. When creating a user, this property can be set to prevent them from logging in until the specified amount of time passes. To remove a lock immediately for a user, specify a value of 0 for this parameter. **Note** because this value changes continuously after setting it, the provider is currently NOT handling the external changes to it. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#mins_to_unlock User#mins_to_unlock} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#mins_to_unlock User#mins_to_unlock} */ readonly minsToUnlock?: number; /** * Number of statements to execute when using the multi-statement capability. For more information, check [MULTI_STATEMENT_COUNT docs](https://docs.snowflake.com/en/sql-reference/parameters#multi-statement-count). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#multi_statement_count User#multi_statement_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#multi_statement_count User#multi_statement_count} */ readonly multiStatementCount?: number; /** * Specifies whether the user is forced to change their password on next login (including their first/initial login) into the system. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#must_change_password User#must_change_password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#must_change_password User#must_change_password} */ readonly mustChangePassword?: string; /** * Name of the user. Note that if you do not supply login_name this will be used as login_name. Check the [docs](https://docs.snowflake.net/manuals/sql-reference/sql/create-user.html#required-parameters). Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#name User#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#name User#name} */ readonly name: string; /** * Specifies the network policy to enforce for your account. Network policies enable restricting access to your account based on users’ IP address. For more details, see [Controlling network traffic with network policies](https://docs.snowflake.com/en/user-guide/network-policies). Any existing network policy (created using [CREATE NETWORK POLICY](https://docs.snowflake.com/en/sql-reference/sql/create-network-policy)). For more information, check [NETWORK_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#network-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#network_policy User#network_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#network_policy User#network_policy} */ readonly networkPolicy?: string; /** * Specifies whether the ORDER or NOORDER property is set by default when you create a new sequence or add a new table column. The ORDER and NOORDER properties determine whether or not the values are generated for the sequence or auto-incremented column in [increasing or decreasing order](https://docs.snowflake.com/en/user-guide/querying-sequences.html#label-querying-sequences-increasing-values). For more information, check [NOORDER_SEQUENCE_AS_DEFAULT docs](https://docs.snowflake.com/en/sql-reference/parameters#noorder-sequence-as-default). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#noorder_sequence_as_default User#noorder_sequence_as_default} */ readonly noorderSequenceAsDefault?: boolean | cdktf.IResolvable; /** * Specifies how ODBC processes columns that have a scale of zero (0). For more information, check [ODBC_TREAT_DECIMAL_AS_INT docs](https://docs.snowflake.com/en/sql-reference/parameters#odbc-treat-decimal-as-int). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#odbc_treat_decimal_as_int User#odbc_treat_decimal_as_int} */ readonly odbcTreatDecimalAsInt?: boolean | cdktf.IResolvable; /** * Password for the user. **WARNING:** this will put the password in the terraform state file. Use carefully. External changes for this field won't be detected. In case you want to apply external changes, you can re-create the resource manually using "terraform taint". * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#password User#password} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#password User#password} */ readonly password?: string; /** * Specifies whether to prevent data unload operations to internal (Snowflake) stages using [COPY INTO ](https://docs.snowflake.com/en/sql-reference/sql/copy-into-location) statements. For more information, check [PREVENT_UNLOAD_TO_INTERNAL_STAGES docs](https://docs.snowflake.com/en/sql-reference/parameters#prevent-unload-to-internal-stages). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#prevent_unload_to_internal_stages User#prevent_unload_to_internal_stages} */ readonly preventUnloadToInternalStages?: boolean | cdktf.IResolvable; /** * Optional string that can be used to tag queries and other SQL statements executed within a session. The tags are displayed in the output of the [QUERY_HISTORY, QUERY_HISTORY_BY_*](https://docs.snowflake.com/en/sql-reference/functions/query_history) functions. For more information, check [QUERY_TAG docs](https://docs.snowflake.com/en/sql-reference/parameters#query-tag). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#query_tag User#query_tag} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#query_tag User#query_tag} */ readonly queryTag?: string; /** * Specifies whether letters in double-quoted object identifiers are stored and resolved as uppercase letters. By default, Snowflake preserves the case of alphabetic characters when storing and resolving double-quoted identifiers (see [Identifier resolution](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing)). You can use this parameter in situations in which [third-party applications always use double quotes around identifiers](https://docs.snowflake.com/en/sql-reference/identifiers-syntax.html#label-identifier-casing-parameter). For more information, check [QUOTED_IDENTIFIERS_IGNORE_CASE docs](https://docs.snowflake.com/en/sql-reference/parameters#quoted-identifiers-ignore-case). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#quoted_identifiers_ignore_case User#quoted_identifiers_ignore_case} */ readonly quotedIdentifiersIgnoreCase?: boolean | cdktf.IResolvable; /** * Specifies the maximum number of rows returned in a result set. A value of 0 specifies no maximum. For more information, check [ROWS_PER_RESULTSET docs](https://docs.snowflake.com/en/sql-reference/parameters#rows-per-resultset). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#rows_per_resultset User#rows_per_resultset} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#rows_per_resultset User#rows_per_resultset} */ readonly rowsPerResultset?: number; /** * 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/1.0.1/docs/resources/user#rsa_public_key User#rsa_public_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/docs/resources/user#rsa_public_key_2 User#rsa_public_key_2} */ readonly rsaPublicKey2?: string; /** * Specifies the DNS name of an Amazon S3 interface endpoint. Requests sent to the internal stage of an account via [AWS PrivateLink for Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/privatelink-interface-endpoints.html) use this endpoint to connect. For more information, see [Accessing Internal stages with dedicated interface endpoints](https://docs.snowflake.com/en/user-guide/private-internal-stages-aws.html#label-aws-privatelink-internal-stage-network-isolation). For more information, check [S3_STAGE_VPCE_DNS_NAME docs](https://docs.snowflake.com/en/sql-reference/parameters#s3-stage-vpce-dns-name). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#s3_stage_vpce_dns_name User#s3_stage_vpce_dns_name} */ readonly s3StageVpceDnsName?: string; /** * Specifies the path to search to resolve unqualified object names in queries. For more information, see [Name resolution in queries](https://docs.snowflake.com/en/sql-reference/name-resolution.html#label-object-name-resolution-search-path). Comma-separated list of identifiers. An identifier can be a fully or partially qualified schema name. For more information, check [SEARCH_PATH docs](https://docs.snowflake.com/en/sql-reference/parameters#search-path). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#search_path User#search_path} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#search_path User#search_path} */ readonly searchPath?: string; /** * Specifies the name of a consumer account to simulate for testing/validating shared data, particularly shared secure views. When this parameter is set in a session, shared views return rows as if executed in the specified consumer account rather than the provider account. For more information, see [Introduction to Secure Data Sharing](https://docs.snowflake.com/en/user-guide/data-sharing-intro) and [Working with shares](https://docs.snowflake.com/en/user-guide/data-sharing-provider). For more information, check [SIMULATED_DATA_SHARING_CONSUMER docs](https://docs.snowflake.com/en/sql-reference/parameters#simulated-data-sharing-consumer). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#simulated_data_sharing_consumer User#simulated_data_sharing_consumer} */ readonly simulatedDataSharingConsumer?: string; /** * Amount of time, in seconds, a SQL statement (query, DDL, DML, etc.) remains queued for a warehouse before it is canceled by the system. This parameter can be used in conjunction with the [MAX_CONCURRENCY_LEVEL](https://docs.snowflake.com/en/sql-reference/parameters#label-max-concurrency-level) parameter to ensure a warehouse is never backlogged. For more information, check [STATEMENT_QUEUED_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-queued-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_queued_timeout_in_seconds User#statement_queued_timeout_in_seconds} */ readonly statementQueuedTimeoutInSeconds?: number; /** * Amount of time, in seconds, after which a running SQL statement (query, DDL, DML, etc.) is canceled by the system. For more information, check [STATEMENT_TIMEOUT_IN_SECONDS docs](https://docs.snowflake.com/en/sql-reference/parameters#statement-timeout-in-seconds). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#statement_timeout_in_seconds User#statement_timeout_in_seconds} */ readonly statementTimeoutInSeconds?: number; /** * This parameter specifies whether JSON output in a session is compatible with the general standard (as described by [http://json.org](http://json.org)). By design, Snowflake allows JSON input that contains non-standard values; however, these non-standard values might result in Snowflake outputting JSON that is incompatible with other platforms and languages. This parameter, when enabled, ensures that Snowflake outputs valid/compatible JSON. For more information, check [STRICT_JSON_OUTPUT docs](https://docs.snowflake.com/en/sql-reference/parameters#strict-json-output). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#strict_json_output User#strict_json_output} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#strict_json_output User#strict_json_output} */ readonly strictJsonOutput?: boolean | cdktf.IResolvable; /** * Specifies the input format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported time format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of times stored in the system during the session). For more information, check [TIME_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_input_format User#time_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_input_format User#time_input_format} */ readonly timeInputFormat?: string; /** * Specifies the display format for the TIME data type. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIME_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#time-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#time_output_format User#time_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#time_output_format User#time_output_format} */ readonly timeOutputFormat?: string; /** * Specifies whether the [DATEADD](https://docs.snowflake.com/en/sql-reference/functions/dateadd) function (and its aliases) always consider a day to be exactly 24 hours for expressions that span multiple days. For more information, check [TIMESTAMP_DAY_IS_ALWAYS_24H docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-day-is-always-24h). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_day_is_always_24h User#timestamp_day_is_always_24h} */ readonly timestampDayIsAlways24H?: boolean | cdktf.IResolvable; /** * Specifies the input format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). Any valid, supported timestamp format or AUTO (AUTO specifies that Snowflake attempts to automatically detect the format of timestamps stored in the system during the session). For more information, check [TIMESTAMP_INPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-input-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_input_format User#timestamp_input_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_input_format User#timestamp_input_format} */ readonly timestampInputFormat?: string; /** * Specifies the display format for the TIMESTAMP_LTZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_LTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ltz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ltz_output_format User#timestamp_ltz_output_format} */ readonly timestampLtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP_NTZ data type. For more information, check [TIMESTAMP_NTZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-ntz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_ntz_output_format User#timestamp_ntz_output_format} */ readonly timestampNtzOutputFormat?: string; /** * Specifies the display format for the TIMESTAMP data type alias. For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_output_format User#timestamp_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_output_format User#timestamp_output_format} */ readonly timestampOutputFormat?: string; /** * Specifies the TIMESTAMP_* variation that the TIMESTAMP data type alias maps to. For more information, check [TIMESTAMP_TYPE_MAPPING docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-type-mapping). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_type_mapping User#timestamp_type_mapping} */ readonly timestampTypeMapping?: string; /** * Specifies the display format for the TIMESTAMP_TZ data type. If no format is specified, defaults to [TIMESTAMP_OUTPUT_FORMAT](https://docs.snowflake.com/en/sql-reference/parameters#label-timestamp-output-format). For more information, see [Date and time input and output formats](https://docs.snowflake.com/en/sql-reference/date-time-input-output). For more information, check [TIMESTAMP_TZ_OUTPUT_FORMAT docs](https://docs.snowflake.com/en/sql-reference/parameters#timestamp-tz-output-format). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timestamp_tz_output_format User#timestamp_tz_output_format} */ readonly timestampTzOutputFormat?: string; /** * Specifies the time zone for the session. You can specify a [time zone name](https://data.iana.org/time-zones/tzdb-2021a/zone1970.tab) or a [link name](https://data.iana.org/time-zones/tzdb-2021a/backward) from release 2021a of the [IANA Time Zone Database](https://www.iana.org/time-zones) (e.g. America/Los_Angeles, Europe/London, UTC, Etc/GMT, etc.). For more information, check [TIMEZONE docs](https://docs.snowflake.com/en/sql-reference/parameters#timezone). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#timezone User#timezone} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#timezone User#timezone} */ readonly timezone?: string; /** * Controls how trace events are ingested into the event table. For more information about trace levels, see [Setting trace level](https://docs.snowflake.com/en/developer-guide/logging-tracing/tracing-trace-level). For more information, check [TRACE_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#trace-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#trace_level User#trace_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#trace_level User#trace_level} */ readonly traceLevel?: string; /** * Specifies the action to perform when a statement issued within a non-autocommit transaction returns with an error. For more information, check [TRANSACTION_ABORT_ON_ERROR docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-abort-on-error). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_abort_on_error User#transaction_abort_on_error} */ readonly transactionAbortOnError?: boolean | cdktf.IResolvable; /** * Specifies the isolation level for transactions in the user session. For more information, check [TRANSACTION_DEFAULT_ISOLATION_LEVEL docs](https://docs.snowflake.com/en/sql-reference/parameters#transaction-default-isolation-level). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#transaction_default_isolation_level User#transaction_default_isolation_level} */ readonly transactionDefaultIsolationLevel?: string; /** * Specifies the “century start” year for 2-digit years (i.e. the earliest year such dates can represent). This parameter prevents ambiguous dates when importing or converting data with the `YY` date format component (i.e. years represented as 2 digits). For more information, check [TWO_DIGIT_CENTURY_START docs](https://docs.snowflake.com/en/sql-reference/parameters#two-digit-century-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#two_digit_century_start User#two_digit_century_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#two_digit_century_start User#two_digit_century_start} */ readonly twoDigitCenturyStart?: number; /** * Determines if an unsupported (i.e. non-default) value specified for a constraint property returns an error. For more information, check [UNSUPPORTED_DDL_ACTION docs](https://docs.snowflake.com/en/sql-reference/parameters#unsupported-ddl-action). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#unsupported_ddl_action User#unsupported_ddl_action} */ readonly unsupportedDdlAction?: string; /** * Specifies whether to reuse persisted query results, if available, when a matching query is submitted. For more information, check [USE_CACHED_RESULT docs](https://docs.snowflake.com/en/sql-reference/parameters#use-cached-result). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#use_cached_result User#use_cached_result} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#use_cached_result User#use_cached_result} */ readonly useCachedResult?: boolean | cdktf.IResolvable; /** * Specifies how the weeks in a given year are computed. `0`: The semantics used are equivalent to the ISO semantics, in which a week belongs to a given year if at least 4 days of that week are in that year. `1`: January 1 is included in the first week of the year and December 31 is included in the last week of the year. For more information, check [WEEK_OF_YEAR_POLICY docs](https://docs.snowflake.com/en/sql-reference/parameters#week-of-year-policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_of_year_policy User#week_of_year_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_of_year_policy User#week_of_year_policy} */ readonly weekOfYearPolicy?: number; /** * Specifies the first day of the week (used by week-related date functions). `0`: Legacy Snowflake behavior is used (i.e. ISO-like semantics). `1` (Monday) to `7` (Sunday): All the week-related functions use weeks that start on the specified day of the week. For more information, check [WEEK_START docs](https://docs.snowflake.com/en/sql-reference/parameters#week-start). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user#week_start User#week_start} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user#week_start User#week_start} */ readonly weekStart?: number; } @@ -6634,7 +6634,7 @@ export class UserShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user snowflake_user} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/user snowflake_user} */ export class User extends cdktf.TerraformResource { @@ -6650,7 +6650,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/1.0.1/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/1.0.2/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) { @@ -6662,7 +6662,7 @@ export class User extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/user snowflake_user} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -6673,7 +6673,7 @@ export class User extends cdktf.TerraformResource { terraformResourceType: 'snowflake_user', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/version.json b/src/version.json index a67228502..0b032c828 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "registry.terraform.io/snowflake-labs/snowflake": "1.0.1" + "registry.terraform.io/snowflake-labs/snowflake": "1.0.2" } diff --git a/src/view/README.md b/src/view/README.md index 589eb1255..d4e50a62d 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/1.0.1/docs/resources/view). +Refer to the Terraform Registry for docs: [`snowflake_view`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view). diff --git a/src/view/index.ts b/src/view/index.ts index b51c77e52..591518a97 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/1.0.1/docs/resources/view +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface ViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies to enable or disable change tracking on the table. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#change_tracking View#change_tracking} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#change_tracking View#change_tracking} */ readonly changeTracking?: string; /** * Specifies a comment for the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} */ readonly comment?: string; /** * Retains the access permissions from the original view when a view is recreated using the OR REPLACE clause. This is used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect during creating a new object with Terraform. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#copy_grants View#copy_grants} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#copy_grants View#copy_grants} */ readonly copyGrants?: boolean | cdktf.IResolvable; /** * The database in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#database View#database} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#database View#database} */ readonly database: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#id View#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -46,67 +46,67 @@ export interface ViewConfig extends cdktf.TerraformMetaArguments { /** * Specifies that the view can refer to itself using recursive syntax without necessarily using a CTE (common table expression). Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_recursive View#is_recursive} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_recursive View#is_recursive} */ readonly isRecursive?: string; /** * Specifies that the view is secure. By design, the Snowflake's `SHOW VIEWS` command does not provide information about secure views (consult [view usage notes](https://docs.snowflake.com/en/sql-reference/sql/create-view#usage-notes)) which is essential to manage/import view with Terraform. Use the role owning the view while managing secure views. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_secure View#is_secure} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_secure View#is_secure} */ readonly isSecure?: string; /** * Specifies that the view persists only for the duration of the session that you created it in. A temporary view and all its contents are dropped at the end of the session. In context of this provider, it means that it's dropped after a Terraform operation. This results in a permanent plan with object creation. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#is_temporary View#is_temporary} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#is_temporary View#is_temporary} */ readonly isTemporary?: string; /** * Specifies the identifier for the view; must be unique for the schema in which the view is created. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#name View#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#name View#name} */ readonly name: string; /** * The schema in which to create the view. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schema View#schema} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schema View#schema} */ readonly schema: string; /** * Specifies the query used to create the view. To mitigate permadiff on this field, the provider replaces blank characters with a space. This can lead to false positives in cases where a change in case or run of whitespace is semantically significant. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#statement View#statement} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#statement View#statement} */ readonly statement: string; /** * aggregation_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#aggregation_policy View#aggregation_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#aggregation_policy View#aggregation_policy} */ readonly aggregationPolicy?: ViewAggregationPolicy; /** * column block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column View#column} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column View#column} */ readonly column?: ViewColumn[] | cdktf.IResolvable; /** * data_metric_function block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_function View#data_metric_function} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_function View#data_metric_function} */ readonly dataMetricFunction?: ViewDataMetricFunction[] | cdktf.IResolvable; /** * data_metric_schedule block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#data_metric_schedule View#data_metric_schedule} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#data_metric_schedule View#data_metric_schedule} */ readonly dataMetricSchedule?: ViewDataMetricSchedule; /** * row_access_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#row_access_policy View#row_access_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#row_access_policy View#row_access_policy} */ readonly rowAccessPolicy?: ViewRowAccessPolicy; } @@ -379,13 +379,13 @@ export interface ViewAggregationPolicy { /** * Defines which columns uniquely identify an entity within the view. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#entity_key View#entity_key} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#entity_key View#entity_key} */ readonly entityKey?: string[]; /** * Aggregation policy name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} */ readonly policyName: string; } @@ -497,13 +497,13 @@ export interface ViewColumnMaskingPolicy { /** * Specifies the masking policy to set on a column. For more information about this resource, see [docs](./masking_policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} */ readonly policyName: string; /** * Specifies the arguments to pass into the conditional masking policy SQL expression. The first column in the list specifies the column for the policy conditions to mask or tokenize the data and must match the column to which the masking policy is set. The additional columns specify the columns to evaluate to determine whether to mask or tokenize the data in each row of the query result when a query is made on the first column. If the USING clause is omitted, Snowflake treats the conditional masking policy as a normal masking policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using View#using} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using View#using} */ readonly using?: string[]; } @@ -615,7 +615,7 @@ export interface ViewColumnProjectionPolicy { /** * Specifies the projection policy to set on a column. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} */ readonly policyName: string; } @@ -698,25 +698,25 @@ export interface ViewColumn { /** * Specifies affected column name. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#column_name View#column_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#column_name View#column_name} */ readonly columnName: string; /** * Specifies a comment for the column. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#comment View#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#comment View#comment} */ readonly comment?: string; /** * masking_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#masking_policy View#masking_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#masking_policy View#masking_policy} */ readonly maskingPolicy?: ViewColumnMaskingPolicy; /** * projection_policy block * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#projection_policy View#projection_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#projection_policy View#projection_policy} */ readonly projectionPolicy?: ViewColumnProjectionPolicy; } @@ -918,19 +918,19 @@ export interface ViewDataMetricFunction { /** * Identifier of the data metric function to add to the table or view or drop from the table or view. This function identifier must be provided without arguments in parenthesis. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#function_name View#function_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#function_name View#function_name} */ readonly functionName: string; /** * The table or view columns on which to associate the data metric function. The data types of the columns must match the data types of the columns specified in the data metric function definition. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} */ readonly on: string[]; /** * The status of the metrics association. Valid values are: `STARTED` | `SUSPENDED`. When status of a data metric function is changed, it is being reassigned with `DROP DATA METRIC FUNCTION` and `ADD DATA METRIC FUNCTION`, and then its status is changed by `MODIFY DATA METRIC FUNCTION` * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#schedule_status View#schedule_status} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#schedule_status View#schedule_status} */ readonly scheduleStatus: string; } @@ -1097,13 +1097,13 @@ export interface ViewDataMetricSchedule { /** * Specifies an interval (in minutes) of wait time inserted between runs of the data metric function. Conflicts with `using_cron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using [taint](https://developer.hashicorp.com/terraform/cli/commands/taint) command, `using_cron` field, or [replace_triggered_by](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#replace_triggered_by) metadata argument. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#minutes View#minutes} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#minutes View#minutes} */ readonly minutes?: number; /** * Specifies a cron expression and time zone for periodically running the data metric function. Supports a subset of standard cron utility syntax. Conflicts with `minutes`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#using_cron View#using_cron} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#using_cron View#using_cron} */ readonly usingCron?: string; } @@ -1218,13 +1218,13 @@ export interface ViewRowAccessPolicy { /** * Defines which columns are affected by the policy. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#on View#on} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#on View#on} */ readonly on: string[]; /** * Row access policy name. For more information about this resource, see [docs](./row_access_policy). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view#policy_name View#policy_name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view#policy_name View#policy_name} */ readonly policyName: string; } @@ -1331,7 +1331,7 @@ export class ViewRowAccessPolicyOutputReference extends cdktf.ComplexObject { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view snowflake_view} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/view snowflake_view} */ export class View extends cdktf.TerraformResource { @@ -1347,7 +1347,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/1.0.1/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/1.0.2/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) { @@ -1359,7 +1359,7 @@ export class View extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/view snowflake_view} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -1370,7 +1370,7 @@ export class View extends cdktf.TerraformResource { terraformResourceType: 'snowflake_view', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider, diff --git a/src/warehouse/README.md b/src/warehouse/README.md index 99666d7a1..3824d3149 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/1.0.1/docs/resources/warehouse). +Refer to the Terraform Registry for docs: [`snowflake_warehouse`](https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse). diff --git a/src/warehouse/index.ts b/src/warehouse/index.ts index f2c51c7bf..79141ec38 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/1.0.1/docs/resources/warehouse +// https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse // generated from terraform resource schema import { Construct } from 'constructs'; @@ -15,29 +15,29 @@ export interface WarehouseConfig extends cdktf.TerraformMetaArguments { /** * Specifies whether to automatically resume a warehouse when a SQL statement (e.g. query) is submitted to it. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#auto_resume Warehouse#auto_resume} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_resume Warehouse#auto_resume} */ readonly autoResume?: string; /** * 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/1.0.1/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#auto_suspend Warehouse#auto_suspend} */ readonly autoSuspend?: number; /** * Specifies a comment for the warehouse. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#comment Warehouse#comment} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#enable_query_acceleration Warehouse#enable_query_acceleration} */ readonly enableQueryAcceleration?: string; /** - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#id Warehouse#id} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. @@ -46,73 +46,73 @@ 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/1.0.1/docs/resources/warehouse#initially_suspended Warehouse#initially_suspended} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/warehouse#max_cluster_count Warehouse#max_cluster_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/warehouse#max_concurrency_level Warehouse#max_concurrency_level} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#min_cluster_count Warehouse#min_cluster_count} */ readonly minClusterCount?: number; /** * Identifier for the virtual warehouse; must be unique for your account. Due to technical limitations (read more [here](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/docs/technical-documentation/identifiers_rework_design_decisions.md#known-limitations-and-identifier-recommendations)), avoid using the following characters: `|`, `.`, `"`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#name Warehouse#name} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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. For more information about this resource, see [docs](./resource_monitor). * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#resource_monitor Warehouse#resource_monitor} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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. Valid values are (case-insensitive): `STANDARD` | `ECONOMY`. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#scaling_policy Warehouse#scaling_policy} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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/1.0.1/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/1.0.2/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/1.0.1/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/1.0.2/docs/resources/warehouse#statement_timeout_in_seconds Warehouse#statement_timeout_in_seconds} */ readonly statementTimeoutInSeconds?: number; /** * Specifies the size of the virtual warehouse. Valid values are (case-insensitive): `XSMALL` | `X-SMALL` | `SMALL` | `MEDIUM` | `LARGE` | `XLARGE` | `X-LARGE` | `XXLARGE` | `X2LARGE` | `2X-LARGE` | `XXXLARGE` | `X3LARGE` | `3X-LARGE` | `X4LARGE` | `4X-LARGE` | `X5LARGE` | `5X-LARGE` | `X6LARGE` | `6X-LARGE`. Consult [warehouse documentation](https://docs.snowflake.com/en/sql-reference/sql/create-warehouse#optional-properties-objectproperties) for the details. Note: removing the size from config will result in the resource recreation. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_size Warehouse#warehouse_size} */ readonly warehouseSize?: string; /** * Specifies warehouse type. Valid values are (case-insensitive): `STANDARD` | `SNOWPARK-OPTIMIZED`. Warehouse needs to be suspended to change its type. Provider will handle automatic suspension and resumption if needed. * - * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} + * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse#warehouse_type Warehouse#warehouse_type} */ readonly warehouseType?: string; } @@ -696,7 +696,7 @@ export class WarehouseShowOutputList extends cdktf.ComplexList { } /** -* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse snowflake_warehouse} +* Represents a {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/docs/resources/warehouse snowflake_warehouse} */ export class Warehouse extends cdktf.TerraformResource { @@ -712,7 +712,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/1.0.1/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/1.0.2/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) { @@ -724,7 +724,7 @@ export class Warehouse extends cdktf.TerraformResource { // =========== /** - * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.1/docs/resources/warehouse snowflake_warehouse} Resource + * Create a new {@link https://registry.terraform.io/providers/snowflake-labs/snowflake/1.0.2/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 @@ -735,7 +735,7 @@ export class Warehouse extends cdktf.TerraformResource { terraformResourceType: 'snowflake_warehouse', terraformGeneratorMetadata: { providerName: 'snowflake', - providerVersion: '1.0.1', + providerVersion: '1.0.2', providerVersionConstraint: ' ~> 1.0' }, provider: config.provider,